mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
missed from 2006-10-19 commit.
This commit is contained in:
parent
9838404fe5
commit
063d4ee10c
@ -123,9 +123,6 @@ arm_elf_before_allocation (void)
|
||||
}
|
||||
/* We should be able to set the size of the interworking stub section. */
|
||||
|
||||
/* Call the standard elf routine. */
|
||||
gld${EMULATION_NAME}_before_allocation ();
|
||||
|
||||
/* Here we rummage through the found bfds to collect glue information. */
|
||||
/* FIXME: should this be based on a command line option? krk@cygnus.com */
|
||||
{
|
||||
@ -140,6 +137,9 @@ arm_elf_before_allocation (void)
|
||||
}
|
||||
}
|
||||
|
||||
/* Call the standard elf routine. */
|
||||
gld${EMULATION_NAME}_before_allocation ();
|
||||
|
||||
/* We have seen it all. Allocate it, and carry on. */
|
||||
bfd_elf32_arm_allocate_interworking_sections (& link_info);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user