/gas/ChangeLog
authorThiemo Seufer <ths@networkno.de>
Thu, 26 Sep 2002 09:56:35 +0000 (09:56 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 26 Sep 2002 09:56:35 +0000 (09:56 +0000)
commit3396de367a522c2e10a68389b48fc9e944d7cc04
treec243e888474312638918daa6bfb9b6c1ceb6faec
parent14366460653878e157fab7d8950946515889ccc6
/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
This page took 0.029802 seconds and 4 git commands to generate.