diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-02-11 00:24:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-02-11 00:24:38 +0000 |
commit | 87f77edfc6b463c25a29bcfd33104c8b1c646e77 (patch) | |
tree | 0c3e0a5881feb8c15c5a478c41cf8be65d011891 /gdb/ChangeLog-98 | |
parent | 8d3b723419385f02d8212f93d1b42d81cd21c2ce (diff) | |
download | gdb-87f77edfc6b463c25a29bcfd33104c8b1c646e77.zip gdb-87f77edfc6b463c25a29bcfd33104c8b1c646e77.tar.gz gdb-87f77edfc6b463c25a29bcfd33104c8b1c646e77.tar.bz2 |
Removing java sanitization!
Diffstat (limited to 'gdb/ChangeLog-98')
-rw-r--r-- | gdb/ChangeLog-98 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/ChangeLog-98 b/gdb/ChangeLog-98 index eaac46f..f2ade7e 100644 --- a/gdb/ChangeLog-98 +++ b/gdb/ChangeLog-98 @@ -5377,12 +5377,10 @@ Wed Jun 10 15:39:14 1998 Stu Grossman <grossman@babylon-5.cygnus.com> * gdbtypes.c (check_stub_method): Cosmetic. Use more descriptive names for parameters. -start-sanitize-java * jv-exp.y: Parser now accepts primitive types. * (parse_number): Use correct ifdef for scanf long double support. * jv-lang.c (java_array_type): Initial cut at array support. -end-sanitize-java * language.c language.h (set_language): Now returns previous language. * symtab.c (find_methods): Make static. Cosmetic changes, including @@ -5393,10 +5391,8 @@ end-sanitize-java goobldegook that check_stub_method does. * (gdb_mangle_name): Use more descriptive names for parameters. Fix comment. -start-sanitize-java * (lookup_partial_symbol lookup_block_symbol): Check for java to ensure we can find mangled names. -end-sanitize-java * (decode_line_1): Move local variable defs into the block they are used in. (Improves code readability.) @@ -5804,10 +5800,8 @@ Wed May 13 14:42:21 1998 Ian Lance Taylor <ian@cygnus.com> * defs.h: Check HAVE_ALLOCA_H rather than sparc. Add _AIX pragma alloca. * configure: Rebuild. -start-sanitize-java * Makefile.in (jv-lang.o, jv-typeprint.o, jv-valprint.o): New targets. -end-sanitize-java Wed May 13 11:19:08 1998 Michael Snyder <msnyder@cleaver.cygnus.com> @@ -6061,12 +6055,10 @@ Thu Apr 23 16:37:20 1998 Jason Molenda (crash@bugshack.cygnus.com) * README: Minor changes for 4.17 release. -start-sanitize-java Thu Apr 23 15:44:39 1998 Per Bothner <bothner@cygnus.com> * symfile.c (deduce_language_from_filename): .class implies java. -end-sanitize-java Thu Apr 23 12:52:21 1998 Philippe De Muyter <phdm@macqel.be> * configure.in (strerror): Check if function must be declared. @@ -6837,9 +6829,7 @@ Mon Feb 24 11:24:57 1998 Richard Henderson <rth@cygnus.com> * Makefile.in (BISON): Don't even pretend to use yacc. (c-exp.tab.o): Use bison -o to use a unique intermediate file. (f-exp.tab.o, m2-exp.tab.o): Likewise. -start-sanitize-java (jv-exp.tab.o): Likewise. -end-sanitize-java Tue Feb 24 03:32:59 1998 Andrew Cagney <cagney@b1.cygnus.com> |