diff options
author | Fred Fish <fnf@specifix.com> | 1992-07-14 02:13:37 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-07-14 02:13:37 +0000 |
commit | 45bf7246c8cf4f3e7fc616577bb4213a9b0706f4 (patch) | |
tree | 39e9d50e4b186c60e252f0b1c69566847d3baa43 /gdb/config/ncr3000.mt | |
parent | 2dbde378c431470dcb97749fc56b470b5a779f74 (diff) | |
download | gdb-45bf7246c8cf4f3e7fc616577bb4213a9b0706f4.zip gdb-45bf7246c8cf4f3e7fc616577bb4213a9b0706f4.tar.gz gdb-45bf7246c8cf4f3e7fc616577bb4213a9b0706f4.tar.bz2 |
* config/ncr3000.mt (DEMANGLE_OPTS): Remove.
Diffstat (limited to 'gdb/config/ncr3000.mt')
-rw-r--r-- | gdb/config/ncr3000.mt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/ncr3000.mt b/gdb/config/ncr3000.mt index 02c4b4e..4902e43 100644 --- a/gdb/config/ncr3000.mt +++ b/gdb/config/ncr3000.mt @@ -1,11 +1,3 @@ # 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=-DARM_DEMANGLING -DLUCID_DEMANGLING - |