Browse Source

cpu/

* m32c.opc (parse_lab_5_3): Use correct enum.
opcodes/
	* m32c-asm.c: Regenerate.
dje-cgen-play1-branch
Alan Modra 17 years ago
parent
commit
1998a8e033
  1. 4
      cpu/ChangeLog
  2. 2
      cpu/m32c.opc
  3. 4
      opcodes/ChangeLog
  4. 2
      opcodes/m32c-asm.c

4
cpu/ChangeLog

@ -1,3 +1,7 @@
2009-06-22 Alan Modra <amodra@bigpond.net.au>
* m32c.opc (parse_lab_5_3): Use correct enum.
2009-01-07 Hans-Peter Nilsson <hp@axis.com>
* frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI.

2
cpu/m32c.opc

@ -571,7 +571,7 @@ parse_lab_5_3 (CGEN_CPU_DESC cd,
if (type_addr)
*type_addr = op_res;
if (op_res == CGEN_PARSE_OPERAND_ADDRESS)
if (op_res == CGEN_PARSE_OPERAND_RESULT_QUEUED)
{
/* This is a hack; the field cannot handle near-zero signed
offsets that CGEN wants to put in to indicate an "empty"

4
opcodes/ChangeLog

@ -1,3 +1,7 @@
2009-06-22 Alan Modra <amodra@bigpond.net.au>
* m32c-asm.c: Regenerate.
2009-06-22 Alan Modra <amodra@bigpond.net.au>
* score-dis.c (print_insn_score48, print_insn_score32): Move default

2
opcodes/m32c-asm.c

@ -540,7 +540,7 @@ parse_lab_5_3 (CGEN_CPU_DESC cd,
if (type_addr)
*type_addr = op_res;
if (op_res == CGEN_PARSE_OPERAND_ADDRESS)
if (op_res == CGEN_PARSE_OPERAND_RESULT_QUEUED)
{
/* This is a hack; the field cannot handle near-zero signed
offsets that CGEN wants to put in to indicate an "empty"

Loading…
Cancel
Save