diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-11 20:20:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-11 20:20:55 +0000 |
commit | 6f932bce808ba923bf40bf6f78f4c9d1da6e5c16 (patch) | |
tree | 67fb914f3d998e9ffff18f2110e2f1a4e9519fb5 /gas/ChangeLog | |
parent | b4c291bb6d7cef9849c487f5d9f717a49eed996d (diff) | |
download | gdb-6f932bce808ba923bf40bf6f78f4c9d1da6e5c16.zip gdb-6f932bce808ba923bf40bf6f78f4c9d1da6e5c16.tar.gz gdb-6f932bce808ba923bf40bf6f78f4c9d1da6e5c16.tar.bz2 |
* config/obj-elf.c (obj_elf_section): When pushing a section, if there is a
comma then the following argument must be a subsection number.
* testsuite/gas/elf/elf.exp (run_elf_list_test): Run section6 test.
* testsuite/gas/elf/section6.s: New file: Check behaviour of .pushsection with a subsection argument.
* testsuite/gas/elf/section6.d: New file: Expected disassembly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 292cb1e..26bcf58 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2007-10-11 Nick Clifton <nickc@redhat.com> + + * config/obj-elf.c (obj_elf_section): When pushing a section, if + there is a comma then the following argument must be a subsection + number. + 2007-10-11 H.J. Lu <hongjiu.lu@intel.com> * doc/c-i386.texi: Update which instruction's operands are |