diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-14 00:47:06 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-14 00:47:06 +0000 |
commit | e884f418024990e23d60c276025e52050304518b (patch) | |
tree | 956051888c93f714a6371293749c811f9dfcae39 | |
parent | 236772170b012cec4a6fe2f298ce5cb6474f73d6 (diff) | |
download | gdb-e884f418024990e23d60c276025e52050304518b.zip gdb-e884f418024990e23d60c276025e52050304518b.tar.gz gdb-e884f418024990e23d60c276025e52050304518b.tar.bz2 |
Mon Jun 13 17:28:50 1994 Stan Shebs (shebs@andros.cygnus.com)
* config/i386/i386sco.mh, i386sco4.mh (XDEPFILES): Remove
i387-tdep.o.
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d07082b..897f1a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ -Mon Jun 13 12:26:57 1994 Kung Hsu (kung@mexican.cygnus.com) +Mon Jun 13 17:28:50 1994 Stan Shebs (shebs@andros.cygnus.com) - * .Sanitize: change name from sparclite-*.c to sparcl-*.c. + * config/i386/i386sco.mh, i386sco4.mh (XDEPFILES): Remove + i387-tdep.o. Sun Jun 12 03:51:52 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) @@ -97,12 +98,13 @@ Wed Jun 8 23:20:45 1994 Stu Grossman (grossman@cygnus.com) Sat Jun 4 18:17:03 1994 Per Bothner (bothner@kalessin.cygnus.com) - Fix value_print, which used to be ostensibly langauge-indepentdent, + Fix value_print, which used to be ostensibly language-independent, but would print pointers and arrays in C syntax. Instead, call a language-specific function. * language.h (struct language_defn): New functional field - la_value_print. (LA_VALUE_PRINT): New macro. - * language.c (unk_lang_value_print ): New stub/dummy function. + la_value_print. + (LA_VALUE_PRINT): New macro. + * language.c (unk_lang_value_print): New stub/dummy function. (unknown_language_defn, auto_language_defn, local_language_defn): Use it. * c-valprint.c (c_value_print): New function, with code moved from: @@ -110,7 +112,7 @@ Sat Jun 4 18:17:03 1994 Per Bothner (bothner@kalessin.cygnus.com) LA_VALUE_PRINT to do language-specific stuff. * valprint.c (value_print_array_elements): Make non-static. * c-lang.c (c_language_defn, cplus_language_defn): Add - c_value_print in the la_value_print field, + c_value_print in the la_value_print field. * m2-lang.c (m2_language_defn): Likewise. * ch-lang.c (chill_language_defn): But here use chill_value_print. * ch-valprint.c (chill_val_print): Print null pointer as NULL. @@ -123,7 +125,6 @@ Sat Jun 4 18:17:03 1994 Per Bothner (bothner@kalessin.cygnus.com) * ch-valprint.c (chill_val_print, case TYPE_CODE_BITSTRING and case TYPE_CODE_SET): Check that the element type isn't a stub. - Fri Jun 3 09:15:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * main.c: Move entire file except for #ifndef MAIN_OVERRIDE code |