From f27bdecf5a421789852e00fd7ccee7ef03ae5367 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 13 Jul 1998 17:31:43 +0000 Subject: [PATCH] Mon Jul 13 13:29:04 1998 Alan Modra * 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. --- gas/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index cf37790df98..b65b9b2b0fa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Mon Jul 13 13:29:04 1998 Alan Modra + + * 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 * config/tc-v850.c (md_show_usage): Changed format to match that -- 2.30.2