diff options
author | Alan Modra <amodra@gmail.com> | 2004-03-27 10:58:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-03-27 10:58:35 +0000 |
commit | 7a945db630e5ead57b6adcb95624dff2dd56dcff (patch) | |
tree | fd4ac4e5bb4d3a80d4cb83ac84e1f4b297f375dc /ld/emultempl/ppc64elf.em | |
parent | c152c7961cd8c1bc428e139046a77925748a6b3d (diff) | |
download | gdb-7a945db630e5ead57b6adcb95624dff2dd56dcff.zip gdb-7a945db630e5ead57b6adcb95624dff2dd56dcff.tar.gz gdb-7a945db630e5ead57b6adcb95624dff2dd56dcff.tar.bz2 |
* emultempl/elf32.em: Update new bfd_elf_discard_info name.
* emultempl/hppaelf.em: Likewise.
* emultempl/ppc64elf.em: Likewise.
* emultempl/sh64elf.em: Likewise.
Diffstat (limited to 'ld/emultempl/ppc64elf.em')
-rw-r--r-- | ld/emultempl/ppc64elf.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em index 22ed608..4f408a9 100644 --- a/ld/emultempl/ppc64elf.em +++ b/ld/emultempl/ppc64elf.em @@ -318,11 +318,11 @@ gld${EMULATION_NAME}_finish (void) descriptor in the .opd section. */ entry_section = ".opd"; - /* bfd_elf64_discard_info just plays with debugging sections, + /* bfd_elf_discard_info just plays with debugging sections, ie. doesn't affect any code, so we can delay resizing the sections. It's likely we'll resize everything in the process of adding stubs. */ - if (bfd_elf${ELFSIZE}_discard_info (output_bfd, &link_info)) + if (bfd_elf_discard_info (output_bfd, &link_info)) need_laying_out = 1; /* If generating a relocatable output file, then we don't have any |