2003-06-09 H.J. Lu <hongjiu.lu@intel.com>
commit912dab9490f50b0437fe613c21bb6f024731bd25
authorH.J. Lu <hjl@lucon.org>
Tue, 10 Jun 2003 06:46:34 +0000 (10 06:46 +0000)
committerH.J. Lu <hjl@lucon.org>
Tue, 10 Jun 2003 06:46:34 +0000 (10 06:46 +0000)
tree8b74e61acb59dcd25ff4f922c5baf6b0432a3551
parent40b6a68334245e927b3564eb3b3f049a3a0f1ee1
2003-06-09  H.J. Lu <hongjiu.lu@intel.com>

* NEWS: Updated for the new -n option for the i386 assembler.

* config/tc-i386.c (optimize_align_code): New.
(md_shortopts): Add 'n'.
(md_parse_option): Handle 'n'.
(md_show_usage): Add '-n'.

* config/tc-i386.h (optimize_align_code): Declared.
(md_do_align): Optimize code alignment only if optimize_align_code
is not 0.

* doc/as.texinfo: Add the new -n option.

* doc/c-i386.texi: Document the new -n option.
gas/ChangeLog
gas/NEWS
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/doc/as.texinfo
gas/doc/c-i386.texi