OSDN Git Service

/gas/ChangeLog
authorths <ths>
Thu, 26 Sep 2002 09:56:30 +0000 (09:56 +0000)
committerths <ths>
Thu, 26 Sep 2002 09:56:30 +0000 (09:56 +0000)
commit59172f338fb456195afbfa12c85f87a031c9179f
treea97536d1706bcb925efc78f06ac099ca2b2a5607
parent12ab522402d7ea13c016b7b71f74183d97bfc6ef
/gas/ChangeLog
* config/tc-mips.c (CPU_HAS_MIPS16): Add mips-lsi-elf as MIPS16
capable configuration.
(macro_build): Check for MIPS16 capability, not for actual MIPS16 code
generation.
(mips_ip): Likewise.

/gas/testsuite/ChangeLog
* gas/mips/mips-jalx.d: New file, check jalx assembly.
* gas/mips/mips-jalx.s: Likewise.
* gas/mips/mips-no-jalx.l: Likewise.
* gas/mips/mips-no-jalx.s: Likewise.
* gas/mips/mips16-jalx.d: Likewise.
* gas/mips/mips16-jalx.s: Likewise.
* gas/mips/mips.exp: Add new tests.

/opcodes/ChangeLog:
* mips-dis.c (print_insn_mips): Always allow disassembly of
32-bit jalx opcode.
12 files changed:
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips-jalx.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips-jalx.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips-no-jalx.l [new file with mode: 0644]
gas/testsuite/gas/mips/mips-no-jalx.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/mips16-jalx.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips16-jalx.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/mips-dis.c