summaryrefslogtreecommitdiff
path: root/gcc/config/i370/linux.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-20 23:48:11 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-20 23:48:11 +0000
commit1d7ac33af60df142f484b316e04a3ef5adf6f9e7 (patch)
tree1ac58b9768e74584652f3bfe22c428d00149a6dd /gcc/config/i370/linux.h
parentcfd66c04964074b77a2f30acf283a7ef797232c9 (diff)
downloadgcc-1d7ac33af60df142f484b316e04a3ef5adf6f9e7.tar.gz
* config/i370/i370.c: Fix comment formatting.
* config/i370/i370.h: Likewise. * config/i370/i370.md: Likewise. * config/i370/linux.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i370/linux.h')
-rw-r--r--gcc/config/i370/linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i370/linux.h b/gcc/config/i370/linux.h
index 842ae6e7f1a..72c66189648 100644
--- a/gcc/config/i370/linux.h
+++ b/gcc/config/i370/linux.h
@@ -30,10 +30,10 @@ Boston, MA 02111-1307, USA. */
/* hack alert define to get dbx/gdb/dwarf to compile */
-/* problem is that host float format is not target float format. */
+/* problem is that host float format is not target float format. */
/* define REAL_ARITHMETIC for software emulation of float to
* int conversion. This seems to have somethings to do with
- * cross-compiling ... */
+ * cross-compiling ... */
#define REAL_ARITHMETIC
/* Include system common definitions */
@@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-DGCC -Dgcc -D__ELF__ -Dunix -Dlinux -Asystem=posix -Acpu=i370 -Amachine=i370"
-/* Options for this target machine. */
+/* Options for this target machine. */
#define LIBGCC_SPEC "libgcc.a%s"