diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-09-04 23:25:16 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-09-04 23:25:16 +0000 |
commit | e53ab768f4d2face41ca483a832ce46ccd34db09 (patch) | |
tree | c65a40aab082128e1fb8ff6f52cde991d259906e /gas/ChangeLog | |
parent | 8005788cd1953745d42217ff91b271b4d074d06f (diff) | |
download | gdb-e53ab768f4d2face41ca483a832ce46ccd34db09.zip gdb-e53ab768f4d2face41ca483a832ce46ccd34db09.tar.gz gdb-e53ab768f4d2face41ca483a832ce46ccd34db09.tar.bz2 |
from p3: +0.0 is a small integer, at least for moveq
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e984634..a31cf32 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 4 18:20:56 1992 Ken Raeburn (raeburn@cygnus.com) + + * config/tc-m68k.c (get_num, case SEG_BIG): If only small integers + including zero are accepted, pass +0.0. + Sun Aug 30 21:24:46 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: map "as" through program_transform_name when |