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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Created attachment 11235
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11235&action=edit
A testcase

[hjl@gnu-cfl-1 pr23633]$ cat x.c
int
main ()
{
  return 0;
}
[hjl@gnu-cfl-1 pr23633]$ make
gcc -g    x.c   -o x
strip -g -o x.g x
./objcopy -S --keep-symbols=x.list x.g x1
make: *** [Makefile:13: x1] Segmentation fault
make: *** Deleting file 'x1'
[hjl@gnu-cfl-1 pr23633]$

-- 
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