* config/obj-elf.c (obj_elf_section): When pushing a section, if there is a
authorNick Clifton <nickc@redhat.com>
Thu, 11 Oct 2007 20:20:55 +0000 (20:20 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 11 Oct 2007 20:20:55 +0000 (20:20 +0000)
commit6f932bce808ba923bf40bf6f78f4c9d1da6e5c16
tree67fb914f3d998e9ffff18f2110e2f1a4e9519fb5
parentb4c291bb6d7cef9849c487f5d9f717a49eed996d
* 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.
gas/ChangeLog
gas/config/obj-elf.c
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/elf/section6.d [new file with mode: 0644]
gas/testsuite/gas/elf/section6.s [new file with mode: 0644]