summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/hp310g.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1991-12-01 04:57:28 +0000
committerRichard Stallman <rms@gnu.org>1991-12-01 04:57:28 +0000
commit529715bcfb34bba1691a6a5c5bf77688531be0a0 (patch)
tree3a8cab829fba8ed3c4cc6602e2ec196fd4245454 /gcc/config/m68k/hp310g.h
parentea76e85da8e1b01e32aa158babc6e48d5848cae0 (diff)
downloadgcc-529715bcfb34bba1691a6a5c5bf77688531be0a0.tar.gz
entered into RCS
From-SVN: r87
Diffstat (limited to 'gcc/config/m68k/hp310g.h')
-rw-r--r--gcc/config/m68k/hp310g.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/m68k/hp310g.h b/gcc/config/m68k/hp310g.h
new file mode 100644
index 00000000000..3076ca8eea7
--- /dev/null
+++ b/gcc/config/m68k/hp310g.h
@@ -0,0 +1,12 @@
+/* Definitions of target machine for GNU compiler. HP-UX 68010 version.
+ Use this file if GCC is supposed to work with the GNU assembler,
+ GNU linker and GNU debugger using DBX debugging information.
+ (In other words, much of HPUX has been cast aside.) */
+
+/* This wants DBX format. */
+
+#define DBX_DEBUGGING_INFO
+
+#define USE_GAS
+
+#include "hp310.h"