diff options
author | Stu Grossman <grossman@cygnus> | 1992-07-15 02:30:30 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-07-15 02:30:30 +0000 |
commit | d1fbc20dc315a517e7658c6975930c1d6296f731 (patch) | |
tree | f1a81b883bea3a9b692c24bd14f23bd2b6564c86 /gdb/demangle.c | |
parent | 5cd560ea8a25fc0fd1ad6fe1dfa0a5b7f01a8d7a (diff) | |
download | gdb-d1fbc20dc315a517e7658c6975930c1d6296f731.zip gdb-d1fbc20dc315a517e7658c6975930c1d6296f731.tar.gz gdb-d1fbc20dc315a517e7658c6975930c1d6296f731.tar.bz2 |
* Makefile.in, demangle.c: Change default demangling style to
gnu.
* Makefile.in: Update version to 4.6 !!!
* README, WHATS.NEW: Update for 4.6.
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index 9710856..667ba19 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <string.h> #ifndef DEMANGLING_STYLE -# define DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING +# define DEMANGLING_STYLE GNU_DEMANGLING_STYLE_STRING #endif /* The current demangling style in affect. Global so that the demangler |