https://sourceware.org/bugzilla/show_bug.cgi?id=19872

--- Comment #2 from Britton Kerin <britton.kerin at gmail dot com> ---
$ cat test.c
int
main (void)
{
  return 0;
}
$ gcc -Wall -Wextra -Werror -g -c test.c -o test.o
$ rm -f test && gcc -fuse-ld=gold -Wl,--incremental test.o -o test
test: stat: No such file or directory
linking with --incremental-full
$ nm --line-numbers test >/dev/null
nm: Dwarf Error: Bad abbrev number: 0.
nm: Dwarf Error: found dwarf version '0', this reader only handles version 2, 3
and 4 information.
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to