diff options
author | Alan Modra <amodra@gmail.com> | 2000-02-24 12:40:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-02-24 12:40:45 +0000 |
commit | 7f3f1ea2a1563fdbdaac1c2dcc2d98cd53894ecc (patch) | |
tree | 3ad5ef13c0e72342f14db09f28d16976ff242c8e /gas/ChangeLog | |
parent | a526d7137a05effebaea85faf639830531a6197e (diff) | |
download | gdb-7f3f1ea2a1563fdbdaac1c2dcc2d98cd53894ecc.zip gdb-7f3f1ea2a1563fdbdaac1c2dcc2d98cd53894ecc.tar.gz gdb-7f3f1ea2a1563fdbdaac1c2dcc2d98cd53894ecc.tar.bz2 |
Correct intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be rid
of UNIXWARE_COMPAT.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 31a424b..f21ef47 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -8,6 +8,16 @@ fake_zero_displacement code. Test i.types[n] when outputting displacements and immediates. Combine output of Disp16 with Disp32. + (md_assemble): Don't try to fix broken UNIXWARE_COMPAT opcodes + when in intel mode by (not) reversing fsub and fdiv operands + before the template search. This fails for single operand + shorthand forms of the instruction, and if UNIXWARE_COMPAT is + undefined. Instead fix the base_opcode after we've found the + template. Move base_opcode xor with found_reverse_match from + opcode output code to before this fix so we test for the correct + opcodes. + (md_assemble): Don't use strcmp when deciding to ignore the suffix + check in intel mode. Instead compare opcodes. * config/tc-i386.h (TC_RELOC): Delete. * config/tc-i386.c (TC_RELOC): Delete. Replace usage of TC_RELOC |