]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
authorDaniel Jacobowitz <drow@false.org>
Tue, 6 Apr 2004 15:48:50 +0000 (15:48 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 6 Apr 2004 15:48:50 +0000 (15:48 +0000)
".MIPS.stubs".

bfd/ChangeLog
bfd/elfxx-mips.c

index 778a8e40368e18779d2f37d3269c9ad8c4d4f2dd..3ae020326fcdcfa01670c1b604e28b412fb60cc3 100644 (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
index faa2ecc22166684b5b5f50fbd941c5042f773d21..b0645110f953ae0fc7ead7daaee40eb626882dcb 100644 (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) \