diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-12 03:10:43 +0000 |
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-12 03:10:43 +0000 |
| commit | 818bf88a50476d6a6400dd4ce4fdec4c5f4758e8 (patch) | |
| tree | ad6eeb713f2b36fe7f5fe3aafdd3a486037ce827 | |
| parent | d18d957a5440396c95e129f360b1dd13a93b4725 (diff) | |
| download | ppe42-gcc-818bf88a50476d6a6400dd4ce4fdec4c5f4758e8.tar.gz ppe42-gcc-818bf88a50476d6a6400dd4ce4fdec4c5f4758e8.zip | |
* i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
backslash in comment preceeding macro definition.
* i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
* i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
* i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56221 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 8 | ||||
| -rw-r--r-- | gcc/config/i370/i370.h | 2 | ||||
| -rw-r--r-- | gcc/config/i370/linux.h | 2 | ||||
| -rw-r--r-- | gcc/config/i370/mvs.h | 2 | ||||
| -rw-r--r-- | gcc/config/i370/oe.h | 2 |
5 files changed, 12 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00690e6614d..b6abed0eb4f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing + backslash in comment preceeding macro definition. + * i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise. + * i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise. + * i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise. + 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com> * expr.c (store_expr): In condition for checking if value is diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index 44de0f39f0e..f71352c7e07 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #ifndef GCC_I370_H #define GCC_I370_H -/* Target CPU builtins. */ \ +/* Target CPU builtins. */ #define TARGET_CPU_CPP_BUILTINS() \ do \ { \ diff --git a/gcc/config/i370/linux.h b/gcc/config/i370/linux.h index c07dc408a42..4613dca8cda 100644 --- a/gcc/config/i370/linux.h +++ b/gcc/config/i370/linux.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ /* TODO: convert include to ${tm_file} list in config.gcc. */ #include "i370/i370.h" -/* Target OS preprocessor built-ins. */ \ +/* Target OS preprocessor built-ins. */ #define TARGET_OS_CPP_BUILTINS() \ do { \ builtin_define_std ("unix"); \ diff --git a/gcc/config/i370/mvs.h b/gcc/config/i370/mvs.h index 4734fbd10d5..0e29fa4c8f1 100644 --- a/gcc/config/i370/mvs.h +++ b/gcc/config/i370/mvs.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "-trigraphs" -/* Target OS preprocessor built-ins. */ \ +/* Target OS preprocessor built-ins. */ #define TARGET_OS_CPP_BUILTINS() \ do { \ builtin_define_std ("MVS"); \ diff --git a/gcc/config/i370/oe.h b/gcc/config/i370/oe.h index 0101ba89c05..afc9bd3073d 100644 --- a/gcc/config/i370/oe.h +++ b/gcc/config/i370/oe.h @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ #define LIBGCC_SPEC "" #define STARTFILE_SPEC "/usr/local/lib/gccmain.o" -/* Target OS preprocessor built-ins. */ \ +/* Target OS preprocessor built-ins. */ #define TARGET_OS_CPP_BUILTINS() \ do { \ builtin_define_std ("unix"); \ |

