diff options
author | Per Bothner <per@bothner.com> | 1992-08-31 00:57:03 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-08-31 00:57:03 +0000 |
commit | c97259275e8dde613426e600e315da897098ac38 (patch) | |
tree | 2b86b776789defafaf2f486297bdb35dbe0f91c6 /include | |
parent | 01aec199eb9d7837dba21a23f5edd77a41c7f5fe (diff) | |
download | gdb-c97259275e8dde613426e600e315da897098ac38.zip gdb-c97259275e8dde613426e600e315da897098ac38.tar.gz gdb-c97259275e8dde613426e600e315da897098ac38.tar.bz2 |
* demangle.h: New file, moved from ../gdb. Made independent
of gdb. Allow demangling style option to be passed as a
parameter to cplus_demangle(), but using the
current_demangling_style global as the default.
Diffstat (limited to 'include')
-rw-r--r-- | include/.Sanitize | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/.Sanitize b/include/.Sanitize index 82ed1b6..4fcc358 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -32,6 +32,7 @@ aout bfd.h bout.h coff +demangle.h elf fopen-bin.h fopen-same.h @@ -51,7 +52,13 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.24 1991/12/14 01:32:54 wilson +# Revision 1.25 1992/08/31 00:57:03 bothner +# * demangle.h: New file, moved from ../gdb. Made independent +# of gdb. Allow demangling style option to be passed as a +# parameter to cplus_demangle(), but using the +# current_demangling_style global as the default. +# +# Revision 1.24 1991/12/14 01:32:54 wilson # Keep fopen-bin.h and fopen-same.h. # # Revision 1.23 1991/12/01 04:56:32 sac |