aboutsummaryrefslogtreecommitdiff
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
parent71456ec6de2a6d886a5655b02ac11bdde4a3dfee (diff)
downloadfsf-binutils-gdb-ca07892d88bbc577ac2c72514a7ce41be776a293.zip
fsf-binutils-gdb-ca07892d88bbc577ac2c72514a7ce41be776a293.tar.gz
fsf-binutils-gdb-ca07892d88bbc577ac2c72514a7ce41be776a293.tar.bz2
* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
".MIPS.stubs".
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elfxx-mips.c3
2 files changed, 6 insertions, 2 deletions
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 <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
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) \