PR gas/14521
* gas/mmix/group-1.d, gas/mmix/group-1.s: New test.
This commit is contained in:
parent
fda395cfae
commit
9c75beeb5a
3 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-09-01 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
PR gas/14521
|
||||
* gas/mmix/group-1.d, gas/mmix/group-1.s: New test.
|
||||
|
||||
2012-08-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/elf/group0c.d: Skip Solaris.
|
||||
|
|
12
gas/testsuite/gas/mmix/group-1.d
Normal file
12
gas/testsuite/gas/mmix/group-1.d
Normal file
|
@ -0,0 +1,12 @@
|
|||
#readelf: -Wa
|
||||
|
||||
# Sanity check; the .section line caused a gas SEGV.
|
||||
# See PR gas/14521.
|
||||
|
||||
#...
|
||||
+\[ .\] \.text +PROGBITS +0+ +0+48 +0+ +0+ +AXG +.*
|
||||
#...
|
||||
COMDAT group section \[ 1\] `\.group' \[\.foo\] contains 1 sections:
|
||||
+\[Index\] +Name
|
||||
+\[ +.\] +\.text
|
||||
#pass
|
1
gas/testsuite/gas/mmix/group-1.s
Normal file
1
gas/testsuite/gas/mmix/group-1.s
Normal file
|
@ -0,0 +1 @@
|
|||
.section .text,"axG",@progbits,.foo,comdat
|
Loading…
Reference in a new issue