diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-22 19:20:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-22 19:20:14 +0000 |
commit | bc7809ee239d2a0877e121a1e8bc895b970e06e0 (patch) | |
tree | 2e6c3303acfe21e4f8338e89032b3b03a18f90cc /gas | |
parent | f439ad5f1751028911c5557cf4b72644a7a71492 (diff) | |
download | gdb-bc7809ee239d2a0877e121a1e8bc895b970e06e0.zip gdb-bc7809ee239d2a0877e121a1e8bc895b970e06e0.tar.gz gdb-bc7809ee239d2a0877e121a1e8bc895b970e06e0.tar.bz2 |
* config/tc-i386.c (i386_operand): Be prepared for a space between
the open parenthesis and the start of the register operand,
because of the June 16 change.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b7e3623..a42a689 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Mon Jun 22 15:18:58 1998 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-i386.c (i386_operand): Be prepared for a space between + the open parenthesis and the start of the register operand, + because of the June 16 change. + start-sanitize-r5900 Mon Jun 22 11:08:07 1998 Frank Ch. Eigler <fche@cygnus.com> |