2010-09-01 16:05:16 +08:00
|
|
|
#source: section-match-1.s
|
|
|
|
#ld: -T section-match-1.t
|
|
|
|
#objdump: -s
|
2020-07-07 11:11:55 +08:00
|
|
|
# This test uses arbitrary section names, which are not supported by some
|
2018-07-10 21:43:10 +08:00
|
|
|
# file formats. Also these section names must be present in the
|
2010-09-01 16:05:16 +08:00
|
|
|
# output, not translated into some other name, eg .text
|
2020-07-07 20:23:03 +08:00
|
|
|
#target: [is_elf_format]
|
|
|
|
#xfail: h8300-*-*
|
2010-09-01 16:05:16 +08:00
|
|
|
|
|
|
|
.*: file format .*
|
|
|
|
|
|
|
|
#...
|
|
|
|
Contents of section \.secA:
|
|
|
|
[0-9a-f]* (01)?0+(01)? .*
|
|
|
|
Contents of section \.secC:
|
|
|
|
[0-9a-f]* (02)?0+(02)? .*
|
|
|
|
#pass
|