diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-10 14:07:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-10 14:07:12 +0000 |
commit | 5dd0794dca6376164c29977156282afc59b16388 (patch) | |
tree | 73cfc0079f3bd1a6c7c1d7329c380f1e12a16f04 /opcodes/ChangeLog | |
parent | b6a71ccaa16fe88ce84b5fbe4dffab340e92d6bd (diff) | |
download | gdb-5dd0794dca6376164c29977156282afc59b16388.zip gdb-5dd0794dca6376164c29977156282afc59b16388.tar.gz gdb-5dd0794dca6376164c29977156282afc59b16388.tar.bz2 |
Branch hints for Pentium4 as insn modifiers, and some minor tweaks
to formatting.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 314e35d..9373d88 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,16 @@ +2001-06-10 Alan Modra <amodra@bigpond.net.au> + + * configure.in: Sort 'ta' case statement. + * configure: Regenerate. + + * i386-dis.c (dis386_att): Add 'H' to conditional branch and + loop,jcxz insns. + (disx86_64_att): Likewise. + (dis386_twobyte_att): Likewise. + (print_insn_i386): Don't print branch hints as a prefix. + (putop): 'H' macro prints branch hints. + (get64): Kill compile warnings. + 2001-06-09 Alexandre Oliva <aoliva@redhat.com> * sh-opc.h (sh_table): Don't use empty initializers. @@ -11,8 +24,8 @@ 2001-06-06 Peter Jakubek <pjak@snafu.de> - * opcodes/m68k-dis.c (print_insn_m68k): Fix typo. - * opcodes/m68k-opc.c (m68k_opcodes): Correct allowed operands for + * m68k-dis.c (print_insn_m68k): Fix typo. + * m68k-opc.c (m68k_opcodes): Correct allowed operands for mcf (ColdFire) div, rem and moveb instructions. 2001-06-06 Alan Modra <amodra@bigpond.net.au> |