diff options
author | Alan Modra <amodra@gmail.com> | 2008-02-15 09:03:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-02-15 09:03:02 +0000 |
commit | 5503fea1b9e6164095b2afa6d52c734cad217b3c (patch) | |
tree | 2892a09e3ef387bd865d09f5fafbe3966f4ecde7 /ld/ChangeLog | |
parent | 0c8d6e5c6d36827b284c46ae256ace8ed4e3daf8 (diff) | |
download | gdb-5503fea1b9e6164095b2afa6d52c734cad217b3c.zip gdb-5503fea1b9e6164095b2afa6d52c734cad217b3c.tar.gz gdb-5503fea1b9e6164095b2afa6d52c734cad217b3c.tar.bz2 |
* emultempl/alphaelf.em (alpha_after_open): Use elf_object_id.
* emultempl/hppaelf.em (hppaelf_create_output_section_statements):
Likewise.
* emultempl/ppc64elf.em (ppc_create_output_section_statements):
Likewise.
* emultempl/ppc32elf.em (is_ppc_elf32_vec): Delete. Replace all
uses with..
(is_ppc_elf): ..this new macro.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ec63420..f8d3bf85 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,16 @@ 2008-02-15 Alan Modra <amodra@bigpond.net.au> + * emultempl/alphaelf.em (alpha_after_open): Use elf_object_id. + * emultempl/hppaelf.em (hppaelf_create_output_section_statements): + Likewise. + * emultempl/ppc64elf.em (ppc_create_output_section_statements): + Likewise. + * emultempl/ppc32elf.em (is_ppc_elf32_vec): Delete. Replace all + uses with.. + (is_ppc_elf): ..this new macro. + +2008-02-15 Alan Modra <amodra@bigpond.net.au> + * ldmain.h (output_bfd): Delete. * ldmain.c (output_bfd): Delete. Replace all occurrences of output_bfd with link_info.output_bfd. |