[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/1321] strip/objcopy don't handle SHF_LINK_ORDER correctly
From: |
hjl at lucon dot org |
Subject: |
[Bug binutils/1321] strip/objcopy don't handle SHF_LINK_ORDER correctly |
Date: |
9 Sep 2005 19:45:38 -0000 |
------- Additional Comments From hjl at lucon dot org 2005-09-09 19:45 -------
>From the gABI:
SHF_LINK_ORDER
This flag adds special ordering requirements for link editors. The
requirements apply if the sh_link field of this section's header references
another section (the linked-to section). If this section is combined with other
sections in the output file, it must appear in the same relative order with
respect to those sections, as the linked-to section appears with respect to
sections the linked-to section is combined with.
But strip/objcopy don't set the sh_link field correctly.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|strip/objcopy doesn |strip/objcopy don't handle
| |SHF_LINK_ORDER correctly
http://sourceware.org/bugzilla/show_bug.cgi?id=1321
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.