aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/ppc64elf.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-07-08 06:20:16 +0000
committerAlan Modra <amodra@gmail.com>2005-07-08 06:20:16 +0000
commit32124d5bbfca091d8e4571d53acee5fc2036609b (patch)
treefde7dd00b557967db400a9c6e3544c3d1d477bd8 /ld/emultempl/ppc64elf.em
parentc456f0829fef883581694547d21b7183cdbaa3d6 (diff)
downloadgdb-32124d5bbfca091d8e4571d53acee5fc2036609b.zip
gdb-32124d5bbfca091d8e4571d53acee5fc2036609b.tar.gz
gdb-32124d5bbfca091d8e4571d53acee5fc2036609b.tar.bz2
* ldlang.c (wild_sort): Formatting.
(strip_excluded_output_sections): Strip zero size sections here. * emultempl/elf32.em (gld*_strip_empty_sections): Delete. (gld*_finish): Don't call the above. * emultempl/hppaelf.em (hppaelf_finish): Likewise. * emultempl/ppc64elf.em (ppc_finish): Likewise.
Diffstat (limited to 'ld/emultempl/ppc64elf.em')
-rw-r--r--ld/emultempl/ppc64elf.em1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em
index 6eea93d..483d381 100644
--- a/ld/emultempl/ppc64elf.em
+++ b/ld/emultempl/ppc64elf.em
@@ -379,7 +379,6 @@ ppc_finish (void)
}
ppc64_elf_restore_symbols (&link_info);
- gld${EMULATION_NAME}_strip_empty_sections ();
gld${EMULATION_NAME}_provide_init_fini_syms ();
}