bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output


From: amodra at gmail dot com
Subject: [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output
Date: Tue, 23 Dec 2014 11:15:54 +0000

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.

address@hidden bin-225]$ echo 'int x;' > foo.c
address@hidden bin-225]$ gcc -shared -o foo.so foo.c
address@hidden bin-225]$ gcc -c foo.c
address@hidden bin-225]$ readelf -h foo.o | grep Flags:
  Flags:                             0x0
address@hidden bin-225]$ readelf -h foo.so | grep Flags:
  Flags:                             0x1, abiv1
address@hidden bin-225]$ ld/ld-new -shared --eh-frame-hdr foo.o foo.so
address@hidden 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]