Improve formatting of --help output
This commit is contained in:
parent
c1802bfd60
commit
080a50b635
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Aug 24 13:40:21 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-arm.c (md_show_usage): Improve formatting of --help output.
|
||||||
|
|
||||||
Fri Aug 21 18:43:48 1998 Nick Clifton <nickc@cygnus.com>
|
Fri Aug 21 18:43:48 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* config/tc-d30v.c (md_assemble): Copy previous opcode over
|
* config/tc-d30v.c (md_assemble): Copy previous opcode over
|
||||||
|
|
|
@ -6193,6 +6193,7 @@ md_show_usage (fp)
|
||||||
{
|
{
|
||||||
fprintf (fp,
|
fprintf (fp,
|
||||||
_("\
|
_("\
|
||||||
|
ARM Specific Assembler Options:\n\
|
||||||
-m[arm][<processor name>] select processor variant\n\
|
-m[arm][<processor name>] select processor variant\n\
|
||||||
-m[arm]v[2|2a|3|3m|4|4t] select architecture variant\n\
|
-m[arm]v[2|2a|3|3m|4|4t] select architecture variant\n\
|
||||||
-mthumb only allow Thumb instructions\n\
|
-mthumb only allow Thumb instructions\n\
|
||||||
|
@ -6204,13 +6205,13 @@ _("\
|
||||||
#if defined OBJ_COFF || defined OBJ_ELF
|
#if defined OBJ_COFF || defined OBJ_ELF
|
||||||
fprintf (fp,
|
fprintf (fp,
|
||||||
_("\
|
_("\
|
||||||
-mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard is in use\n"));
|
-mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to use\n"));
|
||||||
fprintf (fp,
|
fprintf (fp,
|
||||||
_("\
|
_("\
|
||||||
-mapcs-float floating point args are passed in floating point regs\n"));
|
-mapcs-float floating point args are passed in FP regs\n"));
|
||||||
fprintf (fp,
|
fprintf (fp,
|
||||||
_("\
|
_("\
|
||||||
-mapcs-reentrant position independent/reentrant code has been generated\n"));
|
-mapcs-reentrant the code is position independent/reentrant\n"));
|
||||||
#endif
|
#endif
|
||||||
#ifdef ARM_BI_ENDIAN
|
#ifdef ARM_BI_ENDIAN
|
||||||
fprintf (fp,
|
fprintf (fp,
|
||||||
|
|
Loading…
Reference in a new issue