aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-11-12 08:38:11 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-11-12 08:38:11 -0500
commitb7d7295b1a15da3599100688c925bff755cea673 (patch)
treed663739a0c2e65ef600cccd940f3822985070d82 /gcc
parent629b20e2000426b43ef5c280f5a3df2cc5ef23cb (diff)
downloadgcc-b7d7295b1a15da3599100688c925bff755cea673.zip
gcc-b7d7295b1a15da3599100688c925bff755cea673.tar.gz
gcc-b7d7295b1a15da3599100688c925bff755cea673.tar.bz2
Initial revision
From-SVN: r6073
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/hpux7.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/m68k/hpux7.h b/gcc/config/m68k/hpux7.h
new file mode 100644
index 0000000..ae584bd
--- /dev/null
+++ b/gcc/config/m68k/hpux7.h
@@ -0,0 +1,7 @@
+/* tm.h for m68k running HPUX version 7. */
+
+/* fletcher@cs.utexas.edu says this is needed. */
+#define NO_DOT_IN_LABEL
+#define NO_BUGS
+
+#include "m68k/hp320.h"