aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/xtensaelf.em
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2005-12-27 22:56:02 +0000
committerBob Wilson <bob.wilson@acm.org>2005-12-27 22:56:02 +0000
commit01b5a19e0bde9dbe9a3b4d76f2d5674ce20a371b (patch)
tree5667406233cc61aa21359c0b4cb8109a72e34388 /ld/emultempl/xtensaelf.em
parent3c27d5511c22fba48b306ed57ea23ca680bf3f31 (diff)
downloadfsf-binutils-gdb-01b5a19e0bde9dbe9a3b4d76f2d5674ce20a371b.zip
fsf-binutils-gdb-01b5a19e0bde9dbe9a3b4d76f2d5674ce20a371b.tar.gz
fsf-binutils-gdb-01b5a19e0bde9dbe9a3b4d76f2d5674ce20a371b.tar.bz2
* emultempl/xtensaelf.em (elf_xtensa_place_orphan): Delete.
(LDEMUL_PLACE_ORPHAN): Delete.
Diffstat (limited to 'ld/emultempl/xtensaelf.em')
-rw-r--r--ld/emultempl/xtensaelf.em12
1 files changed, 0 insertions, 12 deletions
diff --git a/ld/emultempl/xtensaelf.em b/ld/emultempl/xtensaelf.em
index 6773fb8..16feed1 100644
--- a/ld/emultempl/xtensaelf.em
+++ b/ld/emultempl/xtensaelf.em
@@ -58,17 +58,6 @@ elf_xtensa_choose_target (int argc ATTRIBUTE_UNUSED,
}
-static bfd_boolean
-elf_xtensa_place_orphan (asection *s)
-{
- /* Early exit for relocatable links. */
- if (link_info.relocatable)
- return FALSE;
-
- return gld${EMULATION_NAME}_place_orphan (s);
-}
-
-
static void
elf_xtensa_before_parse (void)
{
@@ -1728,6 +1717,5 @@ PARSE_AND_LIST_ARGS_CASES='
LDEMUL_BEFORE_PARSE=elf_xtensa_before_parse
LDEMUL_AFTER_OPEN=elf_xtensa_after_open
LDEMUL_CHOOSE_TARGET=elf_xtensa_choose_target
-LDEMUL_PLACE_ORPHAN=elf_xtensa_place_orphan
LDEMUL_BEFORE_ALLOCATION=elf_xtensa_before_allocation