diff options
author | Fred Fish <fnf@specifix.com> | 1992-05-10 01:43:37 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-05-10 01:43:37 +0000 |
commit | a7a8c21eb48b11589557200f740b38e5a3bf469c (patch) | |
tree | 6f38b5ca2d9842bfb7b5f6d73562f1642945fc65 /gdb | |
parent | f9b5584c8ef0ade5f768c2fdedfb581ae01de65a (diff) | |
download | gdb-a7a8c21eb48b11589557200f740b38e5a3bf469c.zip gdb-a7a8c21eb48b11589557200f740b38e5a3bf469c.tar.gz gdb-a7a8c21eb48b11589557200f740b38e5a3bf469c.tar.bz2 |
* config/ncr3000.mt (DEMANGLE_OPTS): Remove -Dnounderscore.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/ncr3000.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/ncr3000.mt b/gdb/config/ncr3000.mt index 3116b7c..02c4b4e 100644 --- a/gdb/config/ncr3000.mt +++ b/gdb/config/ncr3000.mt @@ -7,5 +7,5 @@ TM_FILE= tm-i386v4.h # 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 +DEMANGLE_OPTS=-DARM_DEMANGLING -DLUCID_DEMANGLING |