|
From: | hjl.tools at gmail dot com |
Subject: | [Bug binutils/23633] objcopy Segmentation fault |
Date: | Tue, 11 Sep 2018 19:09:53 +0000 |
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 address@hidden pr23633]$ cat x.c int main () { return 0; } address@hidden 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' address@hidden pr23633]$ -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |