From 31907d5e90e584f98b90092bf85e66e7b4b4b721 Mon Sep 17 00:00:00 2001 From: Dave Korn Date: Wed, 27 Jan 2010 22:01:38 +0000 Subject: 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. --- gas/doc/as.texinfo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/doc/as.texinfo') diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 6065559..471b545 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5768,6 +5768,8 @@ shared section (meaningful for PE targets) ignored. (For compatibility with the ELF version) @item y section is not readable (meaningful for PE targets) +@item 0-9 +single-digit power-of-two section alignment (GNU extension) @end table If no flags are specified, the default flags depend upon the section name. If -- cgit v1.1