From: Daniel Jacobowitz Date: Tue, 6 Apr 2004 15:48:50 +0000 (+0000) Subject: * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use X-Git-Tag: gprof-pre-ansify-2004-05-26~602 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca07892d88bbc577ac2c72514a7ce41be776a293;p=platform%2Fupstream%2Fbinutils.git * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use ".MIPS.stubs". --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 778a8e4..3ae0203 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-04-06 Daniel Jacobowitz + + * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use + ".MIPS.stubs". + 2004-04-05 H.J. Lu * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index faa2ecc..b064511 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -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) \