diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-26 16:25:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-26 16:25:03 +0000 |
commit | 02bdbd8b5d07c4747b46e0f35698f431eca83abd (patch) | |
tree | 3c44f42fa4dc55c2bc4a9f2e677b20321bf34684 /gas/ChangeLog | |
parent | c2367582a07222fc86ed7b8cb3f0d0804e0bc279 (diff) | |
download | gdb-02bdbd8b5d07c4747b46e0f35698f431eca83abd.zip gdb-02bdbd8b5d07c4747b46e0f35698f431eca83abd.tar.gz gdb-02bdbd8b5d07c4747b46e0f35698f431eca83abd.tar.bz2 |
* config/tc-i386.c (md_assemble): In JumpByte case, when looking
for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
is jcxz.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b36bdde..7c0c9de 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,11 +1,17 @@ +Tue Aug 26 12:23:25 1997 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-i386.c (md_assemble): In JumpByte case, when looking + for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this + is jcxz. + start-sanitize-v850 Mon Aug 25 16:04:14 1997 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (pre_defined_registers): Add 'hp' as alias for r2. (md_begin): Set up machine architecture and type. -end-sanitize-v850 +end-sanitize-v850 Mon Aug 25 14:25:48 1997 Ian Lance Taylor <ian@cygnus.com> * symbols.c (resolve_symbol_value): Store the value back into the |