]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2003-06-09 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 10 Jun 2003 06:46:34 +0000 (06:46 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 10 Jun 2003 06:46:34 +0000 (06:46 +0000)
commit12b55ccc43340fd281f4eb8f4e6287f069799eab
tree07448b880bb99a1529d20db334a82434b9918eb3
parent81cacc150bd3f44d24302def2fdb6cd86e36ace2
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