aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/hppaelf.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/hppaelf.em
parentc456f0829fef883581694547d21b7183cdbaa3d6 (diff)
downloadfsf-binutils-gdb-32124d5bbfca091d8e4571d53acee5fc2036609b.zip
fsf-binutils-gdb-32124d5bbfca091d8e4571d53acee5fc2036609b.tar.gz
fsf-binutils-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/hppaelf.em')
-rw-r--r--ld/emultempl/hppaelf.em1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em
index 5e91fb6..96a98ed 100644
--- a/ld/emultempl/hppaelf.em
+++ b/ld/emultempl/hppaelf.em
@@ -305,7 +305,6 @@ hppaelf_finish (void)
}
}
- gld${EMULATION_NAME}_strip_empty_sections ();
gld${EMULATION_NAME}_provide_init_fini_syms ();
}