diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-18 00:43:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-18 00:43:46 +0000 |
commit | f9818820aba65689e4d86af59488acf9f3a3fb99 (patch) | |
tree | 3cd8d577691b292b5f1a0e58c07890f09906f202 /gas | |
parent | 5059716008be14746fce5c7dd5e4e88eb048e142 (diff) | |
download | gdb-f9818820aba65689e4d86af59488acf9f3a3fb99.zip gdb-f9818820aba65689e4d86af59488acf9f3a3fb99.tar.gz gdb-f9818820aba65689e4d86af59488acf9f3a3fb99.tar.bz2 |
Add missing files.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/elf/groupauto.s | 17 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/groupautoa.d | 15 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/groupautob.d | 10 |
3 files changed, 42 insertions, 0 deletions
diff --git a/gas/testsuite/gas/elf/groupauto.s b/gas/testsuite/gas/elf/groupauto.s new file mode 100644 index 0000000..ccaf60e --- /dev/null +++ b/gas/testsuite/gas/elf/groupauto.s @@ -0,0 +1,17 @@ + .text + .byte 1 + .section .foo,"a?","progbits" + .byte 1 + + .section .text,"axG",%progbits,some_group,comdat + .byte 1 + .pushsection .note.bar,"?","note" + .4byte 1f-0f, 3f-2f, 123 +0: .asciz "somevendor" +1: .balign 4 +2: .byte 1 + .uleb128 5f-4f +3: .balign 4 + .popsection +4: .byte 2 +5: .byte 3 diff --git a/gas/testsuite/gas/elf/groupautoa.d b/gas/testsuite/gas/elf/groupautoa.d new file mode 100644 index 0000000..a34c35c --- /dev/null +++ b/gas/testsuite/gas/elf/groupautoa.d @@ -0,0 +1,15 @@ +#readelf: -SW +#name: automatic section group +#source: groupauto.s + +#... +[ ]*\[.*\][ ]+some_group[ ]+GROUP.* +#... +[ ]*\[.*\][ ]+\.text[ ]+PROGBITS.*[ ]+AX[ ]+.* +#... +[ ]*\[.*\][ ]+\.foo[ ]+PROGBITS.*[ ]+A[ ]+.* +#... +[ ]*\[.*\][ ]+\.text[ ]+PROGBITS.*[ ]+AXG[ ]+.* +#... +[ ]*\[.*\][ ]+\.note.bar[ ]+NOTE.*[ ]+G[ ]+.* +#pass diff --git a/gas/testsuite/gas/elf/groupautob.d b/gas/testsuite/gas/elf/groupautob.d new file mode 100644 index 0000000..0ff1007 --- /dev/null +++ b/gas/testsuite/gas/elf/groupautob.d @@ -0,0 +1,10 @@ +#readelf: -g +#name: automatic section group +#source: groupauto.s + +#... +COMDAT group section \[ 1\] `some_group' \[some_group\] contains 2 sections: +[ ]+\[Index\][ ]+Name +[ ]+\[.*\][ ]+.text +[ ]+\[.*\][ ]+.note.bar +#pass |