Add a testcase for PR gas/12519.
2011-02-25 H.J. Lu <hongjiu.lu@intel.com> PR gas/12519 * gas/elf/bad-size.d: New. * gas/elf/bad-size.err: Likewise. * gas/elf/bad-size.s: Likewise. * gas/elf/elf.exp: Run bad-size.
This commit is contained in:
parent
6ee6cf6ac1
commit
093a6ec67f
@ -1,3 +1,12 @@
|
||||
2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/12519
|
||||
* gas/elf/bad-size.d: New.
|
||||
* gas/elf/bad-size.err: Likewise.
|
||||
* gas/elf/bad-size.s: Likewise.
|
||||
|
||||
* gas/elf/elf.exp: Run bad-size.
|
||||
|
||||
2011-02-13 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* gas/bfin/arithmetic.d, gas/bfin/parallel.d: Change A0 to A1.
|
||||
|
2
gas/testsuite/gas/elf/bad-size.d
Normal file
2
gas/testsuite/gas/elf/bad-size.d
Normal file
@ -0,0 +1,2 @@
|
||||
#name: Check bad size directive
|
||||
#error-output: bad-size.err
|
2
gas/testsuite/gas/elf/bad-size.err
Normal file
2
gas/testsuite/gas/elf/bad-size.err
Normal file
@ -0,0 +1,2 @@
|
||||
.*bad-size\.s: Assembler messages:
|
||||
.*bad-size\.s:6: Error: .*
|
6
gas/testsuite/gas/elf/bad-size.s
Normal file
6
gas/testsuite/gas/elf/bad-size.s
Normal file
@ -0,0 +1,6 @@
|
||||
.text
|
||||
_test_nop:
|
||||
.byte 0
|
||||
.section .text.entry.continue, "xa"
|
||||
.byte 0
|
||||
.size _test_nop, .-_test_nop
|
@ -182,4 +182,5 @@ if { ([istarget "*-*-*elf*"]
|
||||
run_dump_test "dwarf2-3"
|
||||
run_dump_test "dwarf2-4"
|
||||
run_dump_test "bad-section-flag"
|
||||
run_dump_test "bad-size"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user