Mon Jun 13 17:28:50 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Tue, 14 Jun 1994 00:47:06 +0000 (00:47 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 14 Jun 1994 00:47:06 +0000 (00:47 +0000)
* config/i386/i386sco.mh, i386sco4.mh (XDEPFILES): Remove
i387-tdep.o.

gdb/ChangeLog

index d07082bd08845c2ae55dcd8fb70fe97122315206..897f1a8947b30c97fdbe5c65ba1ce9836200ee5b 100644 (file)
@@ -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