diff options
author | Nick Clifton <nickc@redhat.com> | 2008-10-22 14:23:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-10-22 14:23:44 +0000 |
commit | b8976b05f26681063c4d4a108c8e7e4ae010cee2 (patch) | |
tree | 2a018966ac5f56efef968dc560607f3625280fea /ld/ChangeLog | |
parent | bb52de30f4f880bdb272312829da324cbe774cc1 (diff) | |
download | gdb-b8976b05f26681063c4d4a108c8e7e4ae010cee2.zip gdb-b8976b05f26681063c4d4a108c8e7e4ae010cee2.tar.gz gdb-b8976b05f26681063c4d4a108c8e7e4ae010cee2.tar.bz2 |
* emultempl/armelf.em (arm_elf_after_open): Move check for using a
non-arm output target from here...
(arm_elf_create_output_section_statements): ... to here, so that
the check is made at the earliest possible opportunity.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ab15f1e..ab23982 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2008-10-22 Nick Clifton <nickc@redhat.com> + + * emultempl/armelf.em (arm_elf_after_open): Move check for using a + non-arm output target from here... + (arm_elf_create_output_section_statements): ... to here, so that + the check is made at the earliest possible opportunity. + 2008-10-22 Alan Modra <amodra@bigpond.net.au> * emulparams/elf32_i960.sh (TEMPLATE_NAME): "generic", not "elf32". |