[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.
- [Bug ld/17742] New: ABI version 1 is not compatible with ABI version 0 output, address@hidden, 2014/12/22
- [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output, address@hidden, 2014/12/22
- [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output,
amodra at gmail dot com <=
- [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output, address@hidden, 2014/12/23
- [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output, address@hidden, 2014/12/24
- [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output, amodra at gmail dot com, 2014/12/24
- [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output, amodra at gmail dot com, 2014/12/24
- [Bug ld/17742] ABI version 1 is not compatible with ABI version 0 output, cvs-commit at gcc dot gnu.org, 2014/12/24