diff options
Diffstat (limited to 'gcc/config/mips/linux.h')
-rw-r--r-- | gcc/config/mips/linux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 7e2b9ea671e..755a8c00228 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -88,9 +88,7 @@ do { \ mips_declare_object (FILE, NAME, "", ":\n", 0); \ } while (0) -#undef UNIQUE_SECTION -#define UNIQUE_SECTION(DECL,RELOC) \ - mips_unique_section ((DECL), (RELOC)) +#define TARGET_ASM_UNIQUE_SECTION mips_unique_section /* A list of other sections which the compiler might be "in" at any given time. */ |