* mips-dis.c (print_insn_little_mips): Previously, instruction
authorJohn Metzler <jmetzler@cygnus>
Thu, 18 Jun 1998 17:30:26 +0000 (17:30 +0000)
committerJohn Metzler <jmetzler@cygnus>
Thu, 18 Jun 1998 17:30:26 +0000 (17:30 +0000)
commit20af0110865ebbd8f98ab5feed2fb515094da6a5
treed2488a35c384522e287c09665ce3c7d2400dd63f
parentd845999e690aa6910feb9179d47d6aea36e8a1fd
* mips-dis.c (print_insn_little_mips): Previously, instruction
  printing references the symbol table to determine whether the
  instruction resides in a block regular instructions or mips16
  instructions. However, when the disassembler gets used in other
  environments where the symbol table is not present, we no longer
  rely in the symbol table, rather, use the low bit of the
  instructions address to guess. There should be no change for usage
  of the disassembler in host based programse, gdb ,objdump.
(print_insn_big_mips): ditto.
(print_insn_mips): ditto
opcodes/ChangeLog
opcodes/mips-dis.c