diff options
author | Dave Korn <dave.korn@artimi.com> | 2010-01-27 22:01:38 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2010-01-27 22:01:38 +0000 |
commit | 31907d5e90e584f98b90092bf85e66e7b4b4b721 (patch) | |
tree | 5f84803b0f6ae3acab3e95bda0150dae01d00164 /gas/NEWS | |
parent | 40b27cdc5906e0836e8791dce39c8608ee5f858d (diff) | |
download | gdb-31907d5e90e584f98b90092bf85e66e7b4b4b721.zip gdb-31907d5e90e584f98b90092bf85e66e7b4b4b721.tar.gz gdb-31907d5e90e584f98b90092bf85e66e7b4b4b721.tar.bz2 |
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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |