diff options
author | Richard Stallman <rms@gnu.org> | 1993-02-27 20:27:24 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-02-27 20:27:24 +0000 |
commit | 24e4939efce2d78926e863a1406053966ada3faa (patch) | |
tree | cc47fdc96958a3a63443c15cd0427fb12f0d7b1e /gcc | |
parent | 0756f25fac8173183495b102503a068dbe699408 (diff) | |
download | gcc-24e4939efce2d78926e863a1406053966ada3faa.zip gcc-24e4939efce2d78926e863a1406053966ada3faa.tar.gz gcc-24e4939efce2d78926e863a1406053966ada3faa.tar.bz2 |
Comment fix.
From-SVN: r3564
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/sysv4.h | 2 | ||||
-rw-r--r-- | gcc/libgcc2.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i860/sysv4.h b/gcc/config/i860/sysv4.h index 528940a..abf904c 100644 --- a/gcc/config/i860/sysv4.h +++ b/gcc/config/i860/sysv4.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_VERSION fprintf (stderr, " (i860 System V Release 4)"); /* Provide a set of pre-definitions and pre-assertions appropriate for - the i860 running svr4. Note that the symbol `__SVR4__' MUST BE + the i860 running svr4. Note that the symbol `__svr4__' MUST BE DEFINED! It is needed so that the va_list struct in va-i860.h will get correctly defined for the svr4 (ABI compliant) case rather than for the previous (svr3, svr2, ...) case. It also needs to be diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 04fef5f..0fdcc9f 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1097,7 +1097,7 @@ asm ("___builtin_saveregs:"); asm (" bri %r1"); /* delayed return */ asm (" st.l %r28,12(%r16)"); /* pointer to overflow args */ -#else /* not __SVR4__ */ +#else /* not __svr4__ */ asm (" .text"); asm (" .align 4"); @@ -1135,7 +1135,7 @@ asm ("___builtin_saveregs:"); asm (" mov r30,sp"); /* recover stack and pass address to start of data. */ -#endif /* not __SVR4__ */ +#endif /* not __svr4__ */ #else /* not __i860__ */ #ifdef __sparc__ asm (".global __builtin_saveregs"); |