aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1994-01-12 01:04:10 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1994-01-12 01:04:10 +0000
commit44ce2f32210928e184b3a3a81d701533fc33ced6 (patch)
tree4304ec687f938cf65cb821f7516b86206caacc64 /gas/ChangeLog
parentf34e27a18a95a588c23ede4b727eac9a9dc940f0 (diff)
downloadgdb-44ce2f32210928e184b3a3a81d701533fc33ced6.zip
gdb-44ce2f32210928e184b3a3a81d701533fc33ced6.tar.gz
gdb-44ce2f32210928e184b3a3a81d701533fc33ced6.tar.bz2
* expr.c (integer_constant): Fix computation of too_many_digits. Variable
digit_2 renamed to start. Fix check for whether number will fit in 32 bits. * read.c (emit_expr): Use valueT instead of long.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c6c0c16..51b1d16 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jan 11 17:01:06 1994 Doug Evans (dje@canuck.cygnus.com)
+
+ * expr.c (integer_constant): Fix computation of too_many_digits.
+ Variable digit_2 renamed to start. Fix check for whether number
+ will fit in 32 bits.
+ * read.c (emit_expr): Use valueT instead of long.
+
Tue Jan 11 13:01:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* config/obj-elf.c: If TC_MIPS, include elf/mips.h.