diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-05-07 06:41:20 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-05-07 06:41:20 +0000 |
commit | c5b7917eac14be1be0843853dd1f2a13679f25a7 (patch) | |
tree | a1f7bb72e5b4c58a657fc844c6b19930ba5849d2 /gcc/config/mips/mips.h | |
parent | 64fd9134a42f5f6168b0bd413ceb1ff0de40d95c (diff) | |
download | gcc-c5b7917eac14be1be0843853dd1f2a13679f25a7.zip gcc-c5b7917eac14be1be0843853dd1f2a13679f25a7.tar.gz gcc-c5b7917eac14be1be0843853dd1f2a13679f25a7.tar.bz2 |
*** empty log message ***
From-SVN: r929
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 4876ef7..7463acf 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -2882,7 +2882,7 @@ while (0) pattern $L[a-z].*. The machine independent portion of GCC creates labels matching: $L[A-Z][0-9]+ and $L[0-9]+. - LM[0-9]+ Sillicon graphics/ECOFF stabs label before each stmt. + LM[0-9]+ Silicon Graphics/ECOFF stabs label before each stmt. $Lb[0-9]+ Begin blocks for MIPS debug support $Lc[0-9]+ Label for use in s<xx> operation. $Le[0-9]+ End blocks for MIPS debug support @@ -2939,7 +2939,7 @@ while (0) #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \ mips_declare_object (STREAM, NAME, "\n\t.comm\t", ",%u\n", (ROUNDED)) -/* This says how to define a local common symbol (ie, not visable to +/* This says how to define a local common symbol (ie, not visible to linker). */ #define ASM_OUTPUT_LOCAL(STREAM, NAME, SIZE, ROUNDED) \ |