aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-05-03 23:05:45 +0000
committerFred Fish <fnf@specifix.com>1992-05-03 23:05:45 +0000
commita74c9110c1d22c5a6153eac04258ce2268dc0e9f (patch)
treea0ca3b79a3a73da87dee4161508546c129ac084b /gdb/config
parent4db8e515c4db19f91a671c81fcc87bbc2b48c242 (diff)
downloadgdb-a74c9110c1d22c5a6153eac04258ce2268dc0e9f.zip
gdb-a74c9110c1d22c5a6153eac04258ce2268dc0e9f.tar.gz
gdb-a74c9110c1d22c5a6153eac04258ce2268dc0e9f.tar.bz2
* config/ncr3000.mt: New target config file.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/.Sanitize1
-rw-r--r--gdb/config/ncr3000.mt11
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize
index 697c808..b30ae9d 100644
--- a/gdb/config/.Sanitize
+++ b/gdb/config/.Sanitize
@@ -75,6 +75,7 @@ m88k.mt
merlin.mh
merlin.mt
ncr3000.mh
+ncr3000.mt
news.mh
news.mt
news1000.mh
diff --git a/gdb/config/ncr3000.mt b/gdb/config/ncr3000.mt
new file mode 100644
index 0000000..3116b7c
--- /dev/null
+++ b/gdb/config/ncr3000.mt
@@ -0,0 +1,11 @@
+# Target: Intel 386 running SVR4
+TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
+TM_FILE= tm-i386v4.h
+
+# For now, we have to select, at compile time, a particular flavor of C++
+# demangling to support. For this machine, we select the style specified
+# in the Annotated C++ Reference Manual, section 7.2.1c, which is what is
+# used by the Lucid C++ compiler for most things. But there are places
+# where Lucid varies from the ARM, so select the Lucid specific code also.
+DEMANGLE_OPTS=-Dnounderscore -DARM_DEMANGLING -DLUCID_DEMANGLING
+