diff options
author | Richard Henderson <rth@redhat.com> | 2001-12-06 21:57:28 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-12-06 21:57:28 +0000 |
commit | 2da4c07f1cfa10b4590491171f7eb73932ea3a59 (patch) | |
tree | 4c19ecee5b8a7e2b662c5a6ca13c6e9fbf3c67f0 /include/ChangeLog | |
parent | ed1801dfff5252ea5cc2e7b53ccc3e1d76d35613 (diff) | |
download | gdb-2da4c07f1cfa10b4590491171f7eb73932ea3a59.zip gdb-2da4c07f1cfa10b4590491171f7eb73932ea3a59.tar.gz gdb-2da4c07f1cfa10b4590491171f7eb73932ea3a59.tar.bz2 |
* demangle.h (no_demangling): New.
(NO_DEMANGLING_STYLE_STRING): New.
* cplus-dem.c (libiberty_demanglers): Add no_demangling case.
(cplus_demangle): Support no_demangling.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 4fea6f2..01e75c1 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-11-14 Alan Modra <amodra@bigpond.net.au> * dis-asm.h (print_insn_i386): Declare. |