From: Stan Shebs Date: Thu, 4 Aug 1994 00:38:39 +0000 (+0000) Subject: * ch-lang.c (chill_language_defn): Ditto. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=901c2f5ffa9eb12a35593982284c61c057af551c;p=binutils-gdb.git * ch-lang.c (chill_language_defn): Ditto. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6e47ec68d99..eaf73943e14 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -10,6 +10,7 @@ Wed Aug 3 12:05:13 1994 Stan Shebs (shebs@andros.cygnus.com) local_language_defn): Remove init of la_longest_float field. * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn): Ditto. + * ch-lang.c (chill_language_defn): Ditto. * m2-lang.c (m2_language_defn): Ditto. Tue Aug 2 10:58:34 1994 Stan Shebs (shebs@andros.cygnus.com) diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index b3128fdc08e..e1ac3e7602e 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -316,7 +316,6 @@ const struct language_defn chill_language_defn = { chill_print_type, /* Print a type using appropriate syntax */ chill_val_print, /* Print a value using appropriate syntax */ chill_value_print, /* Print a top-levl value */ - &builtin_type_chill_real, /* longest floating point type */ {"", "B'", "", ""}, /* Binary format info */ {"O'%lo", "O'", "o", ""}, /* Octal format info */ {"D'%ld", "D'", "d", ""}, /* Decimal format info */