2006-12-30 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 30 Dec 2006 18:37:29 +0000 (18:37 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 30 Dec 2006 18:37:29 +0000 (18:37 +0000)
* config/tc-i386.c (md_show_usage): Mention --32/--64.

gas/ChangeLog
gas/config/tc-i386.c

index a44e94d548e0869ea0d9262ad28a4b6eca0580e6..1f11729dc51c80a8acf7493b8868d68eadfe99c0 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (md_show_usage): Mention --32/--64.
+
 2006-12-29  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (build_modrm_byte): Handle shift count
index daa0ddb56b51e91e15c0b52a4f1ddd96176a94a4..dd543a92e37204a1f477990e29a94aa64d119a0d 100644 (file)
@@ -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"));