* language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 3 Feb 1994 03:44:15 +0000 (03:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 3 Feb 1994 03:44:15 +0000 (03:44 +0000)
longest_int and longest_unsigned_int.

gdb/ChangeLog
gdb/language.c

index 03ab576958630ebcc023d87f12700fc5917b8977..926d98a8e0017e6d2b7e1740ae1102693af122c0 100644 (file)
@@ -12,8 +12,8 @@ Wed Feb  2 11:16:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
        Don't define LONGEST or BUILTIN_TYPE_LONGEST.
        * gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and
        BUILTIN_TYPE_UNSIGNED_LONGEST.
-       * language.h, c-lang.c, ch-lang.c, m2-lang.c: Remove longest_int
-       and longest_unsigned_int.
+       * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove
+       longest_int and longest_unsigned_int.
        * value.h (struct value): Just align to LONGEST, rather than worrying
        about CC_HAS_LONG_LONG.
        * valarith.c (value_binop, _initialize_valarith): Figure out type
index 03cf667dd5533c70b35ae0f44b352c17e81a9ce7..86f37d4fb7a5ae58137955182db47b117bd6879d 100644 (file)
@@ -1183,8 +1183,6 @@ const struct language_defn unknown_language_defn = {
   unk_lang_create_fundamental_type,
   unk_lang_print_type,         /* Print a type using appropriate syntax */
   unk_lang_val_print,          /* Print a value using appropriate syntax */
-  &builtin_type_error,         /* longest signed   integral type */
-  &builtin_type_error,         /* longest unsigned integral type */
   &builtin_type_error,         /* longest floating point type */
   {"",      "",    "",   ""},  /* Binary format info */
   {"0%lo",   "0",   "o",  ""}, /* Octal format info */
@@ -1208,8 +1206,6 @@ const struct language_defn auto_language_defn = {
   unk_lang_create_fundamental_type,
   unk_lang_print_type,         /* Print a type using appropriate syntax */
   unk_lang_val_print,          /* Print a value using appropriate syntax */
-  &builtin_type_error,         /* longest signed   integral type */
-  &builtin_type_error,         /* longest unsigned integral type */
   &builtin_type_error,         /* longest floating point type */
   {"",      "",    "",   ""},  /* Binary format info */
   {"0%lo",   "0",   "o",  ""}, /* Octal format info */
@@ -1232,8 +1228,6 @@ const struct language_defn local_language_defn = {
   unk_lang_create_fundamental_type,
   unk_lang_print_type,         /* Print a type using appropriate syntax */
   unk_lang_val_print,          /* Print a value using appropriate syntax */
-  &builtin_type_error,         /* longest signed   integral type */
-  &builtin_type_error,         /* longest unsigned integral type */
   &builtin_type_error,         /* longest floating point type */
   {"",      "",    "",   ""},  /* Binary format info */
   {"0%lo",   "0",   "o",  ""}, /* Octal format info */
This page took 0.026444 seconds and 4 git commands to generate.