* sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing

comma.
	(sh_sh4al_dsp_register_name): Ditto.
This commit is contained in:
Corinna Vinschen 2004-02-11 15:36:09 +00:00
parent 1eb288ea73
commit 026a72f836
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2004-02-11 Corinna Vinschen <vinschen@redhat.com>
* sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
comma.
(sh_sh4al_dsp_register_name): Ditto.
2004-02-10 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.

View File

@ -212,8 +212,8 @@ sh_sh3_dsp_register_name (int reg_nr)
"y0", "y1", "", "", "", "", "", "mod",
"ssr", "spc",
"rs", "re", "", "", "", "", "", "",
"r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b"
"", "", "", "", "", "", "", "",
"r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b",
"", "", "", "", "", "", "", "",
};
if (reg_nr < 0)
return NULL;
@ -300,8 +300,8 @@ sh_sh4al_dsp_register_name (int reg_nr)
"y0", "y1", "", "", "", "", "", "mod",
"ssr", "spc",
"rs", "re", "", "", "", "", "", "",
"r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b"
"", "", "", "", "", "", "", "",
"r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b",
"", "", "", "", "", "", "", "",
};
if (reg_nr < 0)
return NULL;