[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/17742] New: ABI version 1 is not compatible with ABI version 0 o
From: |
address@hidden |
Subject: |
[Bug ld/17742] New: ABI version 1 is not compatible with ABI version 0 output |
Date: |
Mon, 22 Dec 2014 16:44:27 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17742
Bug ID: 17742
Summary: ABI version 1 is not compatible with ABI version 0
output
Product: binutils
Version: 2.25
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: address@hidden
Target: powerpc64-*-*
$ echo 'int x;' > foo.c
$ gcc -shared -o foo.so foo.c
$ gcc -c foo.c
$ readelf -h foo.o | grep Flags:
Flags: 0x0
$ readelf -h foo.so | grep Flags:
Flags: 0x1, abiv1
$ ld -shared --eh-frame-hdr foo.o foo.so
ld: foo.so: ABI version 1 is not compatible with ABI version 0 output
ld: failed to merge target specific data of file foo.so
--
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 <=
- [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, 2014/12/23
- [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