From: H.J. Lu Date: Sat, 30 Dec 2006 18:37:29 +0000 (+0000) Subject: 2006-12-30 H.J. Lu X-Git-Tag: drow-reverse-20070409-branchpoint~975 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=751d281c74a4eb599783f91ba0c663000748655f;p=external%2Fbinutils.git 2006-12-30 H.J. Lu * config/tc-i386.c (md_show_usage): Mention --32/--64. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index a44e94d..1f11729 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-12-30 H.J. Lu + + * config/tc-i386.c (md_show_usage): Mention --32/--64. + 2006-12-29 H.J. Lu * config/tc-i386.c (build_modrm_byte): Handle shift count 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"));