aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-13 17:31:43 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-13 17:31:43 +0000
commitf27bdecf5a421789852e00fd7ccee7ef03ae5367 (patch)
tree5a04c240e2b120716d2eeba70c4184227ad6b99b /gas
parent1aa3ed3c23cc7e2c8d41e8177649579fe091fcae (diff)
downloadfsf-binutils-gdb-f27bdecf5a421789852e00fd7ccee7ef03ae5367.zip
fsf-binutils-gdb-f27bdecf5a421789852e00fd7ccee7ef03ae5367.tar.gz
fsf-binutils-gdb-f27bdecf5a421789852e00fd7ccee7ef03ae5367.tar.bz2
Mon Jul 13 13:29:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/tc-i386.c (mode_from_disp_size): Change arg and return type to unsigned int. (md_assemble): Change type used to store offsets from unsigned long to long. (i386_operand): Switch error check to only call RESTORE_END_STRING once after parse_register.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cf37790..b65b9b2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+Mon Jul 13 13:29:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
+
+ * config/tc-i386.c (mode_from_disp_size): Change arg and return
+ type to unsigned int.
+ (md_assemble): Change type used to store offsets from unsigned
+ long to long.
+ (i386_operand): Switch error check to only call RESTORE_END_STRING
+ once after parse_register.
+
Fri Jul 10 16:00:04 1998 Nick Clifton <nickc@cygnus.com>
* config/tc-v850.c (md_show_usage): Changed format to match that