summaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2010-01-27 22:01:35 +0000
committerDave Korn <dave.korn@artimi.com>2010-01-27 22:01:35 +0000
commitb33393116be012533f4e4793155cdac91959821e (patch)
tree2d29957b5b2e30f1242062c8609b80a50238efec /gas/NEWS
parent853b03891e69229d3b3e3169328bf9ff7e17492d (diff)
downloadbinutils-redhat-b33393116be012533f4e4793155cdac91959821e.tar.gz
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.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index adb31f5f8f..de5255e033 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -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: