aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-04-06 15:48:50 +0000
committerDaniel Jacobowitz <drow@false.org>2004-04-06 15:48:50 +0000
commitca07892d88bbc577ac2c72514a7ce41be776a293 (patch)
treed938b52efafbddffcd263050c9168eaae2061852 /bfd/elfxx-mips.c
parent71456ec6de2a6d886a5655b02ac11bdde4a3dfee (diff)
downloadgdb-ca07892d88bbc577ac2c72514a7ce41be776a293.zip
gdb-ca07892d88bbc577ac2c72514a7ce41be776a293.tar.gz
gdb-ca07892d88bbc577ac2c72514a7ce41be776a293.tar.bz2
* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
".MIPS.stubs".
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c3
1 files changed, 1 insertions, 2 deletions
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) \