diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-10-27 17:45:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-10-27 17:45:53 +0000 |
commit | 9cfc3331a8ecc462c89a8e8d7891c8024291a5c9 (patch) | |
tree | 014af7bf85c16be4928e0ccf0017ea4763cfd256 /gas/ChangeLog | |
parent | bfe10c0faee24948aab639bac91ba4b8d659aaa7 (diff) | |
download | gdb-9cfc3331a8ecc462c89a8e8d7891c8024291a5c9.zip gdb-9cfc3331a8ecc462c89a8e8d7891c8024291a5c9.tar.gz gdb-9cfc3331a8ecc462c89a8e8d7891c8024291a5c9.tar.bz2 |
gas/
2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5221
* config/obj-elf.c (obj_elf_section): Handle optional
parameters for .pushsection.
* doc/as.texinfo: Document optional parameters for
.pushsection.
gas/testsuite/
2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5221
* gas/elf/elf.exp: Run section7.
* gas/elf/section7.d: New.
* gas/elf/section7.s: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eb1eed2..807d52d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2007-10-27 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/5221 + * config/obj-elf.c (obj_elf_section): Handle optional + parameters for .pushsection. + + * doc/as.texinfo: Document optional parameters for + .pushsection. + 2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. |