]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Aug 2002 03:10:43 +0000 (03:10 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Aug 2002 03:10:43 +0000 (03:10 +0000)
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

gcc/ChangeLog
gcc/config/i370/i370.h
gcc/config/i370/linux.h
gcc/config/i370/mvs.h
gcc/config/i370/oe.h

index 00690e6614d020c3e03e6718cbee88cd1b7150fa..b6abed0eb4f95cc7e629cd5e1203c25e05df3e27 100644 (file)
@@ -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
index 44de0f39f0e7f7690092f26e5c90fa7015da2ba7..f71352c7e07718a0a7175e46a68dc83ae18a62ea 100644 (file)
@@ -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                                           \
     {                                          \
index c07dc408a42146adcac67ff9f40f7f87b63009b1..4613dca8cda1ef11d830ff1f0631bd3d432cd902 100644 (file)
@@ -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");            \
index 4734fbd10d554b3c93f847fda1f9e8de4adfaa54..0e29fa4c8f151b414066904863ac2c8d6d40131e 100644 (file)
@@ -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");             \
index 0101ba89c05f7dea5cc0fe7c9d44458e86c10548..afc9bd3073d2c34bff835471aee04f93365b6ca7 100644 (file)
@@ -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");            \