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 | |
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')
-rw-r--r-- | gcc/config/i386/osfrose.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 0bcbaa0..82d9ddb 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -124,7 +124,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_ATEXIT /* Define this macro meaning that gcc should find the library 'libgcc.a' - by hand, rather than passing the argeument '-lgcc' to tell the linker + by hand, rather than passing the argument '-lgcc' to tell the linker to do the search */ #define LINK_LIBGCC_SPECIAL 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) \ |