mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
2006-12-30 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_show_usage): Mention --32/--64.
This commit is contained in:
@ -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>
|
2006-12-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config/tc-i386.c (build_modrm_byte): Handle shift count
|
* config/tc-i386.c (build_modrm_byte): Handle shift count
|
||||||
|
@ -6039,6 +6039,10 @@ md_show_usage (stream)
|
|||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
-s ignored\n"));
|
-s ignored\n"));
|
||||||
#endif
|
#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
|
#ifdef SVR4_COMMENT_CHARS
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
--divide do not treat `/' as a comment character\n"));
|
--divide do not treat `/' as a comment character\n"));
|
||||||
|
Reference in New Issue
Block a user