diff options
-rw-r--r-- | bfd/ChangeLog | 1 | ||||
-rw-r--r-- | ld/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b95f322..e6b51d2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,6 @@ 2008-10-03 Alan Modra <amodra@bigpond.net.au> + PR 6931 * elf.c (bfd_elf_set_group_contents): Assign sh_info for ld -r when the signature symbol is global. * elflink.c (elf_link_input_bfd): Ensure group signature symbol diff --git a/ld/ChangeLog b/ld/ChangeLog index f957395..deeec54 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,6 @@ 2008-10-03 Alan Modra <amodra@bigpond.net.au> + PR 6931 * ldemul.c (ldemul_place_orphan): Add "name" param. * ldemul.h (ldemul_place_orphan): Update prototype. (struct ld_emulation_xfer_struct <place_orphan>): Likewise. |