* emultempl/xtensaelf.em (elf_xtensa_place_orphan): Delete.
(LDEMUL_PLACE_ORPHAN): Delete.
This commit is contained in:
parent
3c27d5511c
commit
01b5a19e0b
2 changed files with 5 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-12-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* emultempl/xtensaelf.em (elf_xtensa_place_orphan): Delete.
|
||||||
|
(LDEMUL_PLACE_ORPHAN): Delete.
|
||||||
|
|
||||||
2005-12-27 Leif Ekblad <leif@rdos.net>
|
2005-12-27 Leif Ekblad <leif@rdos.net>
|
||||||
|
|
||||||
* configure.tgt: Add support for RDOS targets.
|
* configure.tgt: Add support for RDOS targets.
|
||||||
|
|
|
@ -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
|
static void
|
||||||
elf_xtensa_before_parse (void)
|
elf_xtensa_before_parse (void)
|
||||||
{
|
{
|
||||||
|
@ -1728,6 +1717,5 @@ PARSE_AND_LIST_ARGS_CASES='
|
||||||
LDEMUL_BEFORE_PARSE=elf_xtensa_before_parse
|
LDEMUL_BEFORE_PARSE=elf_xtensa_before_parse
|
||||||
LDEMUL_AFTER_OPEN=elf_xtensa_after_open
|
LDEMUL_AFTER_OPEN=elf_xtensa_after_open
|
||||||
LDEMUL_CHOOSE_TARGET=elf_xtensa_choose_target
|
LDEMUL_CHOOSE_TARGET=elf_xtensa_choose_target
|
||||||
LDEMUL_PLACE_ORPHAN=elf_xtensa_place_orphan
|
|
||||||
LDEMUL_BEFORE_ALLOCATION=elf_xtensa_before_allocation
|
LDEMUL_BEFORE_ALLOCATION=elf_xtensa_before_allocation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue