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

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
How did you manage that?  Here's what I see on my powerpc64 box, using a
freshly compiled binutils-2.25 for the final link and recent trunk binutils for
the rest.

[alan@squeak bin-225]$ echo 'int x;' > foo.c
[alan@squeak bin-225]$ gcc -shared -o foo.so foo.c
[alan@squeak bin-225]$ gcc -c foo.c
[alan@squeak bin-225]$ readelf -h foo.o | grep Flags:
  Flags:                             0x0
[alan@squeak bin-225]$ readelf -h foo.so | grep Flags:
  Flags:                             0x1, abiv1
[alan@squeak bin-225]$ ld/ld-new -shared --eh-frame-hdr foo.o foo.so
[alan@squeak bin-225]$ readelf -h a.out | grep Flags:
  Flags:                             0x1, abiv1

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