diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-30 18:37:29 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-30 18:37:29 +0000 |
commit | 751d281c74a4eb599783f91ba0c663000748655f (patch) | |
tree | 0de81b7b6201c84b1c6f0d05796e68857addffcc /gas/config | |
parent | 17e245fee09354432a01380c0605c611394a30d9 (diff) | |
download | gdb-751d281c74a4eb599783f91ba0c663000748655f.zip gdb-751d281c74a4eb599783f91ba0c663000748655f.tar.gz gdb-751d281c74a4eb599783f91ba0c663000748655f.tar.bz2 |
2006-12-30 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_show_usage): Mention --32/--64.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index daa0ddb..dd543a9 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -6039,6 +6039,10 @@ md_show_usage (stream) fprintf (stream, _("\ -s ignored\n")); #endif +#if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) || defined(TE_PEP) + fprintf (stream, _("\ + --32/--64 generate 32bit/64bit code\n")); +#endif #ifdef SVR4_COMMENT_CHARS fprintf (stream, _("\ --divide do not treat `/' as a comment character\n")); |