gas/ChangeLog:

* NEWS: Mention new feature.
	* config/obj-coff.c (obj_coff_section): Accept digits and use
	to override default section alignment power if specified.
	* doc/as.texinfo (.section directive): Update documentation.

gas/testsuite/ChangeLog:

	* gas/pe/section-align-1.s: New test source file.
	* gas/pe/section-align-1.d: Likewise control script.
	* gas/pe/section-align-2.s: Likewise ...
	* gas/pe/section-align-2.d: ... and likewise.
	* gas/pe/pe.exp: Invoke new testcases.
This commit is contained in:
Dave Korn
2010-01-27 22:01:38 +00:00
parent 40b27cdc59
commit 31907d5e90
10 changed files with 143 additions and 0 deletions

View File

@ -1,5 +1,10 @@
-*- text -*-
* GAS now understands an extended syntax in the .section directive flags
for COFF targets that allows the section's alignment to be specified. This
feature has also been backported to the 2.20 release series, starting with
2.20.1.
* Add support for the Renesas RX processor.
Changes in 2.20: