* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
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) \
This page took 0.02521 seconds and 4 git commands to generate.