diff options
Diffstat (limited to 'gcc/config/sparc/vxsim.h')
-rw-r--r-- | gcc/config/sparc/vxsim.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/sparc/vxsim.h b/gcc/config/sparc/vxsim.h index 64c88eaa810..d6768a91cda 100644 --- a/gcc/config/sparc/vxsim.h +++ b/gcc/config/sparc/vxsim.h @@ -34,14 +34,14 @@ Boston, MA 02111-1307, USA. */ #define CC1_SPEC "-fno-builtin %{sun4:} %{target:}" /* The sun bundled assembler doesn't accept -Yd, (and neither does gas). - It's safe to pass -s always, even if -g is not used. */ + It's safe to pass -s always, even if -g is not used. */ #undef ASM_SPEC #define ASM_SPEC \ "%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s \ %{fpic:-K PIC} %{fPIC:-K PIC}" /* However it appears that Solaris 2.0 uses the same reg numbering as - the old BSD-style system did. */ + the old BSD-style system did. */ #undef DBX_REGISTER_NUMBER /* Same as sparc.h */ @@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA. */ #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG -/* The Solaris 2 assembler uses .skip, not .zero, so put this back. */ +/* The Solaris 2 assembler uses .skip, not .zero, so put this back. */ #undef ASM_OUTPUT_SKIP #define ASM_OUTPUT_SKIP(FILE,SIZE) \ fprintf (FILE, "\t.skip %u\n", (SIZE)) |