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/doc/as.texinfo | |
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/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
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 |