Fix SH compilation problems introduced by previous delta

This commit is contained in:
Nick Clifton 2003-12-05 11:55:01 +00:00
parent d3793eaa60
commit 2acb89ed54
2 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2003-12-05 Nick Clifton <nickc@redhat.com>
* config/tc-sh.c (md_show_usage): Fix compilation errors
introduced by the previous delta.
2003-12-03 Alexandre Oliva <aoliva@redhat.com> 2003-12-03 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh.c: Add support for sh4a and no-fpu variants, * config/tc-sh.c: Add support for sh4a and no-fpu variants,

View File

@ -2973,21 +2973,16 @@ SH options:\n\
-relax alter jump instructions for long displacements\n\ -relax alter jump instructions for long displacements\n\
-small align sections to 4 byte boundaries, not 16\n\ -small align sections to 4 byte boundaries, not 16\n\
-dsp enable sh-dsp insns, and disable floating-point ISAs.\n")); -dsp enable sh-dsp insns, and disable floating-point ISAs.\n"));
#ifdef HAVE_SH64
fprintf (stream, _("\ fprintf (stream, _("\
-isa=[sh4\n\ -isa=[sh4\n\
| sh4a\n\ | sh4a\n\
| dsp same as '-dsp'\n\ | dsp same as '-dsp'\n\
| fp\n" | fp\n\
#ifdef HAVE_SH64 | shmedia set as the default instruction set for SH64\n\
"\
| shmedia set default instruction set for SH64\n\
| SHmedia\n\ | SHmedia\n\
| shcompact\n\ | shcompact\n\
| SHcompact\n" | SHcompact\n"));
#endif
"\
| any]\n"));
#ifdef HAVE_SH64
fprintf (stream, _("\ fprintf (stream, _("\
-abi=[32|64] set size of expanded SHmedia operands and object\n\ -abi=[32|64] set size of expanded SHmedia operands and object\n\
file type\n\ file type\n\
@ -2997,7 +2992,14 @@ SH options:\n\
constants and SHcompact code\n\ constants and SHcompact code\n\
-no-expand do not expand MOVI, PT, PTA or PTB instructions\n\ -no-expand do not expand MOVI, PT, PTA or PTB instructions\n\
-expand-pt32 with -abi=64, expand PT, PTA and PTB instructions\n\ -expand-pt32 with -abi=64, expand PT, PTA and PTB instructions\n\
to 32 bits only")); to 32 bits only\n"));
#else
fprintf (stream, _("\
-isa=[sh4\n\
| sh4a\n\
| dsp same as '-dsp'\n\
| fp\n\
| any]\n"));
#endif /* HAVE_SH64 */ #endif /* HAVE_SH64 */
} }