diff options
Diffstat (limited to 'gcc/config/mips/elf64.h')
-rw-r--r-- | gcc/config/mips/elf64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h index cc94020e804..0317fde5380 100644 --- a/gcc/config/mips/elf64.h +++ b/gcc/config/mips/elf64.h @@ -173,7 +173,7 @@ do { \ mips-elf gas supports .weak, but not .weakext. mips-elf gas has been changed to support both .weak and .weakext, but until that support is generally available, the 'if' below - should serve. */ + should serve. */ #undef ASM_WEAKEN_LABEL #define ASM_WEAKEN_LABEL(FILE,NAME) ASM_OUTPUT_WEAK_ALIAS(FILE,NAME,0) |