diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-04 05:11:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-04 05:11:19 +0000 |
commit | 392746e5637d18b37ece0ffa5b38ab21d1ce6772 (patch) | |
tree | 5646bbc9dff52afd6f51ecde414c4255be0ef32f /gdb/ChangeLog | |
parent | 7acb79c8836539cd0ce849e99cb0ae817f972422 (diff) | |
download | gdb-392746e5637d18b37ece0ffa5b38ab21d1ce6772.zip gdb-392746e5637d18b37ece0ffa5b38ab21d1ce6772.tar.gz gdb-392746e5637d18b37ece0ffa5b38ab21d1ce6772.tar.bz2 |
Don't use LONG_LONG when it isn't available.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c580be..8a1a980 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Sat Mar 4 15:58:40 2000 Andrew Cagney <cagney@b1.cygnus.com> + + From Sun 20 Feb 2000 Robert Lipe <robertl at sco dot com>: + * language.c (longest_local_hex_string_custom): Don't compile + 'long long' section if host doesn't have 'long long'. + Sat Mar 4 15:45:38 2000 Andrew Cagney <cagney@b1.cygnus.com> * language.c (longest_raw_hex_string): Comment out. Appears |