summaryrefslogtreecommitdiff
path: root/gcc/config/mips/elf.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-31 04:08:19 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-31 04:08:19 +0000
commit00f58f47295e5239d7c9791756311f34b84a9149 (patch)
treee500aae6866bf5b0273c03c70754168ba83ec720 /gcc/config/mips/elf.h
parent8cbee12e8fba0d19e93a003780a47c5217322293 (diff)
downloadgcc-00f58f47295e5239d7c9791756311f34b84a9149.tar.gz
* config/elf.h: Fix comment formatting.
* config/elf64.h: Likewise. * config/iris5.h: Likewise. * config/iris5gas.h: Likewise. * config/iris6.h: Likewise. * config/isa3264.h: Likewise. * config/linux.h: Likewise. * config/mips.c: Likewise. * config/mips.h: Likewise. * config/mips.md: Likewise. * config/mips16.S: Likewise. * config/netbsd.h: Likewise. * config/osfrose.h: Likewise. * config/r3900.h: Likewise. * config/sni-svr4.h: Likewise. * config/svr4-t.h: Likewise. * config/ultrix.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46670 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/elf.h')
-rw-r--r--gcc/config/mips/elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h
index ef942179e70..f07b5a72d20 100644
--- a/gcc/config/mips/elf.h
+++ b/gcc/config/mips/elf.h
@@ -114,7 +114,7 @@ do { \
specified as the number of bits.
Try to use function `asm_output_aligned_bss' defined in file
- `varasm.c' when defining this macro. */
+ `varasm.c' when defining this macro. */
#ifndef ASM_OUTPUT_ALIGNED_BSS
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
do { \
@@ -194,7 +194,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)