https://sourceware.org/bugzilla/show_bug.cgi?id=23271
--- Comment #4 from Erich Eckner ---
It could be. However, I cannot test it, because in the meantime, our automated
build system successfully built two versions of radare2 - so I'd say, this
issue can be closed.
--
You are receiving this mai
https://sourceware.org/bugzilla/show_bug.cgi?id=23465
H.J. Lu changed:
What|Removed |Added
CC||thiago at kde dot org
--- Comment #4 from H
https://sourceware.org/bugzilla/show_bug.cgi?id=23628
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|hongjiu.lu at i
https://sourceware.org/bugzilla/show_bug.cgi?id=23425
Alan Modra changed:
What|Removed |Added
Status|NEW |ASSIGNED
URL|
https://sourceware.org/bugzilla/show_bug.cgi?id=23633
Bug ID: 23633
Summary: objcopy Segmentation fault
Product: binutils
Version: 2.32 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: binutils
https://sourceware.org/bugzilla/show_bug.cgi?id=23633
H.J. Lu changed:
What|Removed |Added
CC||nickc at redhat dot com
Target Milestone|
https://sourceware.org/bugzilla/show_bug.cgi?id=23633
--- Comment #2 from H.J. Lu ---
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