summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-06 21:56:15 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-06 21:56:15 +0000
commit8d87ccecbad9d97dc61d88a021f34223f701f24c (patch)
tree85b5f425f952e6c37f5ace0b07cf26d465445ee5 /include
parent6bc3b53ccc825c3d2c632319b36c6e3b12b3365c (diff)
downloadppe42-gcc-8d87ccecbad9d97dc61d88a021f34223f701f24c.tar.gz
ppe42-gcc-8d87ccecbad9d97dc61d88a021f34223f701f24c.zip
* demangle.h (no_demangling): New.
(NO_DEMANGLING_STYLE_STRING): New. * cplus-dem.c (libiberty_demanglers): Add no_demangling case. (cplus_demangle): Support no_demangling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47733 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/demangle.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d1f4fbc97a6..bf5df1d2b22 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-06 Richard Henderson <rth@redhat.com>
+
+ * demangle.h (no_demangling): New.
+ (NO_DEMANGLING_STYLE_STRING): New.
+
2001-10-24 Neil Booth <neil@daikokuya.demon.co.uk>
* include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
diff --git a/include/demangle.h b/include/demangle.h
index a314a2410cd..a898218f4b8 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -54,6 +54,7 @@
extern enum demangling_styles
{
+ no_demangling = -1,
unknown_demangling = 0,
auto_demangling = DMGL_AUTO,
gnu_demangling = DMGL_GNU,
@@ -68,6 +69,7 @@ extern enum demangling_styles
/* Define string names for the various demangling styles. */
+#define NO_DEMANGLING_STYLE_STRING "none"
#define AUTO_DEMANGLING_STYLE_STRING "auto"
#define GNU_DEMANGLING_STYLE_STRING "gnu"
#define LUCID_DEMANGLING_STYLE_STRING "lucid"
OpenPOWER on IntegriCloud