* hppa.h (call, ret): Move to end of table.

(addb, addib): PA2.0 variants should have been PA2.0W.
        (ldw, ldh, ldb, stw, sth, stb, stwa): Reorder to keep disassembler
        happy.
        (fldw, fldd, fstw, fstd, bb): Likewise.
        (short loads/stores): Tweak format specifier slightly to keep
        disassembler happy.
        (indexed loads/stores): Likewise.
        (absolute loads/stores): Likewise.
This commit is contained in:
Jeff Law
2001-12-31 23:43:03 +00:00
parent c51202eefe
commit b346ae85d6
2 changed files with 112 additions and 92 deletions

View File

@ -1,3 +1,15 @@
Mon Dec 31 16:45:41 2001 Jeffrey A Law (law@cygnus.com)
* hppa.h (call, ret): Move to end of table.
(addb, addib): PA2.0 variants should have been PA2.0W.
(ldw, ldh, ldb, stw, sth, stb, stwa): Reorder to keep disassembler
happy.
(fldw, fldd, fstw, fstd, bb): Likewise.
(short loads/stores): Tweak format specifier slightly to keep
disassembler happy.
(indexed loads/stores): Likewise.
(absolute loads/stores): Likewise.
2001-12-04 Alexandre Oliva <aoliva@redhat.com>
* d10v.h (OPERAND_NOSP): New macro.