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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b045c55..685e699 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com> + + * 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. + 2010-01-27 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (avxscalar): New. |