Commit f0201fba by Kaveh R. Ghazi Committed by Kaveh Ghazi

i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment…

i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing backslash in comment preceeding macro definition.

	* 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.

From-SVN: r56221
parent e56fc090
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> 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com>
* expr.c (store_expr): In condition for checking if value is * expr.c (store_expr): In condition for checking if value is
......
...@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */
#ifndef GCC_I370_H #ifndef GCC_I370_H
#define GCC_I370_H #define GCC_I370_H
/* Target CPU builtins. */ \ /* Target CPU builtins. */
#define TARGET_CPU_CPP_BUILTINS() \ #define TARGET_CPU_CPP_BUILTINS() \
do \ do \
{ \ { \
......
...@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
/* TODO: convert include to ${tm_file} list in config.gcc. */ /* TODO: convert include to ${tm_file} list in config.gcc. */
#include "i370/i370.h" #include "i370/i370.h"
/* Target OS preprocessor built-ins. */ \ /* Target OS preprocessor built-ins. */
#define TARGET_OS_CPP_BUILTINS() \ #define TARGET_OS_CPP_BUILTINS() \
do { \ do { \
builtin_define_std ("unix"); \ builtin_define_std ("unix"); \
......
...@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
#define CPP_SPEC "-trigraphs" #define CPP_SPEC "-trigraphs"
/* Target OS preprocessor built-ins. */ \ /* Target OS preprocessor built-ins. */
#define TARGET_OS_CPP_BUILTINS() \ #define TARGET_OS_CPP_BUILTINS() \
do { \ do { \
builtin_define_std ("MVS"); \ builtin_define_std ("MVS"); \
......
...@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
#define LIBGCC_SPEC "" #define LIBGCC_SPEC ""
#define STARTFILE_SPEC "/usr/local/lib/gccmain.o" #define STARTFILE_SPEC "/usr/local/lib/gccmain.o"
/* Target OS preprocessor built-ins. */ \ /* Target OS preprocessor built-ins. */
#define TARGET_OS_CPP_BUILTINS() \ #define TARGET_OS_CPP_BUILTINS() \
do { \ do { \
builtin_define_std ("unix"); \ builtin_define_std ("unix"); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment