aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-10-27 17:45:53 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-10-27 17:45:53 +0000
commit9cfc3331a8ecc462c89a8e8d7891c8024291a5c9 (patch)
tree014af7bf85c16be4928e0ccf0017ea4763cfd256 /gas/ChangeLog
parentbfe10c0faee24948aab639bac91ba4b8d659aaa7 (diff)
downloadgdb-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/ChangeLog9
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.