forked from Imagelibrary/binutils-gdb
* config/tc-sh.c: Remove trailing whitespace.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-03-22 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* config/tc-sh.c: Remove trailing whitespace.
|
||||||
|
|
||||||
2004-03-22 Hans-Peter Nilsson <hp@axis.com>
|
2004-03-22 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
|
* doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
|
||||||
@@ -218,7 +222,7 @@
|
|||||||
Fix accumulator registers move opcodes.
|
Fix accumulator registers move opcodes.
|
||||||
|
|
||||||
2004-02-13 Hannes Reinecke <hare@suse.de>
|
2004-02-13 Hannes Reinecke <hare@suse.de>
|
||||||
Jakub Jelinek <jakub@redhat.com>
|
Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
|
* dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
|
||||||
|
|
||||||
|
|||||||
@@ -1632,7 +1632,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AS_INC_N:
|
case AS_INC_N:
|
||||||
if (user->type != A_INC_N)
|
if (user->type != A_INC_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1640,7 +1640,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AS_IND_N:
|
case AS_IND_N:
|
||||||
if (user->type != A_IND_N)
|
if (user->type != A_IND_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1648,7 +1648,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AS_PMOD_N:
|
case AS_PMOD_N:
|
||||||
if (user->type != AX_PMOD_N)
|
if (user->type != AX_PMOD_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1656,7 +1656,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AX_INC_N:
|
case AX_INC_N:
|
||||||
if (user->type != A_INC_N)
|
if (user->type != A_INC_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1664,7 +1664,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AX_IND_N:
|
case AX_IND_N:
|
||||||
if (user->type != A_IND_N)
|
if (user->type != A_IND_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1672,7 +1672,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AX_PMOD_N:
|
case AX_PMOD_N:
|
||||||
if (user->type != AX_PMOD_N)
|
if (user->type != AX_PMOD_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1680,7 +1680,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AXY_INC_N:
|
case AXY_INC_N:
|
||||||
if (user->type != A_INC_N)
|
if (user->type != A_INC_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1689,7 +1689,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AXY_IND_N:
|
case AXY_IND_N:
|
||||||
if (user->type != A_IND_N)
|
if (user->type != A_IND_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1698,7 +1698,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AXY_PMOD_N:
|
case AXY_PMOD_N:
|
||||||
if (user->type != AX_PMOD_N)
|
if (user->type != AX_PMOD_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1707,7 +1707,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AY_INC_N:
|
case AY_INC_N:
|
||||||
if (user->type != A_INC_N)
|
if (user->type != A_INC_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1715,7 +1715,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AY_IND_N:
|
case AY_IND_N:
|
||||||
if (user->type != A_IND_N)
|
if (user->type != A_IND_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1723,7 +1723,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AY_PMOD_N:
|
case AY_PMOD_N:
|
||||||
if (user->type != AY_PMOD_N)
|
if (user->type != AY_PMOD_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1740,7 +1740,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AYX_IND_N:
|
case AYX_IND_N:
|
||||||
if (user->type != A_IND_N)
|
if (user->type != A_IND_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -1749,7 +1749,7 @@ get_specific (sh_opcode_info *opcode, sh_operand_info *operands)
|
|||||||
goto fail;
|
goto fail;
|
||||||
reg_n = user->reg;
|
reg_n = user->reg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AYX_PMOD_N:
|
case AYX_PMOD_N:
|
||||||
if (user->type != AY_PMOD_N)
|
if (user->type != AY_PMOD_N)
|
||||||
goto fail;
|
goto fail;
|
||||||
@@ -3024,7 +3024,7 @@ SH options:\n\
|
|||||||
-isa=[sh4\n\
|
-isa=[sh4\n\
|
||||||
| sh4-nofpu sh4 with fpu disabled\n\
|
| sh4-nofpu sh4 with fpu disabled\n\
|
||||||
| sh4-nommu-nofpu sh4 with no MMU or FPU\n\
|
| sh4-nommu-nofpu sh4 with no MMU or FPU\n\
|
||||||
| sh4a\n\
|
| sh4a\n\
|
||||||
| dsp same as '-dsp'\n\
|
| dsp same as '-dsp'\n\
|
||||||
| fp\n\
|
| fp\n\
|
||||||
| any] use most appropriate isa\n"));
|
| any] use most appropriate isa\n"));
|
||||||
|
|||||||
Reference in New Issue
Block a user