diff options
author | Nick Clifton <nickc@redhat.com> | 2008-08-26 11:11:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-08-26 11:11:17 +0000 |
commit | 8716772cc56cb5beb0cbea672eed1b10d6486484 (patch) | |
tree | e7cbf5e2d7a95efec2543777fd44a8f9034f2ddd /ld/ChangeLog | |
parent | 6429b084782c31cb40056a47eead0b65796b4d1e (diff) | |
download | gdb-8716772cc56cb5beb0cbea672eed1b10d6486484.zip gdb-8716772cc56cb5beb0cbea672eed1b10d6486484.tar.gz gdb-8716772cc56cb5beb0cbea672eed1b10d6486484.tar.bz2 |
PR 6727
* emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Scan all
input sections in all input bfds and always select the last
suitable one, so that interworking stubs are always processed
after all other input sections.
(arm_elf_before_allocation): Remove redundant use of
output_has_begun flag.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 95ad24e..8123c0a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2008-08-26 Nick Clifton <nickc@redhat.com> + + PR 6727 + * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Scan all + input sections in all input bfds and always select the last + suitable one, so that interworking stubs are always processed + after all other input sections. + (arm_elf_before_allocation): Remove redundant use of + output_has_begun flag. + 2008-08-24 Alan Modra <amodra@bigpond.net.au> * configure.in: Update a number of obsolete autoconf macros. |