[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/10558] gas emits invalid reloc which causes ld to abort
From: |
matt at NetBSD dot org |
Subject: |
[Bug gas/10558] gas emits invalid reloc which causes ld to abort |
Date: |
25 Aug 2009 20:28:57 -0000 |
------- Additional Comments From matt at NetBSD dot org 2009-08-25 20:28
-------
This is actually a bug in objcopy:
gas/as-new -KPIC -mabi=n32 -o /tmp/devname.so /tmp/devname.s
ld/ld-new -shared -o /tmp/devname.so.1 /tmp/devname.so
binutils/objcopy -x /tmp/devname.so
ld/ld-new -shared -o /tmp/devname.so.1 /tmp/devname.so
ld/ld-new: error: /tmp/devname.so contains a reloc (0x0000000000000914) for
section .text that
references a non-existent global symbol
ld/ld-new: final link failed: Bad value
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10558
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.