aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-08-24 20:41:35 +0000
committerNick Clifton <nickc@redhat.com>1998-08-24 20:41:35 +0000
commit080a50b635c8b89b09d3bf25e2e24dd9944ec54e (patch)
tree3b2d68a46611c2af68030a16bb9d592ec17461b5 /gas
parentc1802bfd6001b19af883f548f1410109e8de5a6f (diff)
downloadgdb-080a50b635c8b89b09d3bf25e2e24dd9944ec54e.zip
gdb-080a50b635c8b89b09d3bf25e2e24dd9944ec54e.tar.gz
gdb-080a50b635c8b89b09d3bf25e2e24dd9944ec54e.tar.bz2
Improve formatting of --help output
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-arm.c7
2 files changed, 8 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1bfe9a4..8dc3ebc 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>
* config/tc-d30v.c (md_assemble): Copy previous opcode over
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index f1bc1fc..a0b6f0a 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -6193,6 +6193,7 @@ md_show_usage (fp)
{
fprintf (fp,
_("\
+ ARM Specific Assembler Options:\n\
-m[arm][<processor name>] select processor variant\n\
-m[arm]v[2|2a|3|3m|4|4t] select architecture variant\n\
-mthumb only allow Thumb instructions\n\
@@ -6204,13 +6205,13 @@ _("\
#if defined OBJ_COFF || defined OBJ_ELF
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,
_("\
- -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,
_("\
- -mapcs-reentrant position independent/reentrant code has been generated\n"));
+ -mapcs-reentrant the code is position independent/reentrant\n"));
#endif
#ifdef ARM_BI_ENDIAN
fprintf (fp,