* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use

".MIPS.stubs".
This commit is contained in:
Daniel Jacobowitz 2004-04-06 15:48:50 +00:00
parent 71456ec6de
commit ca07892d88
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-04-06 Daniel Jacobowitz <drow@mvista.com>
* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
".MIPS.stubs".
2004-04-05 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always

View File

@ -530,8 +530,7 @@ static bfd *reldyn_sorting_bfd;
(NEWABI_P (abfd) ? ".MIPS.options" : ".options")
/* The name of the stub section. */
#define MIPS_ELF_STUB_SECTION_NAME(abfd) \
(NEWABI_P (abfd) ? ".MIPS.stubs" : ".stub")
#define MIPS_ELF_STUB_SECTION_NAME(abfd) ".MIPS.stubs"
/* The size of an external REL relocation. */
#define MIPS_ELF_REL_SIZE(abfd) \