* gas/elf/elf.exp: Don't list reloc sections.
* gas/elf/section5.e: Remove reloc sections.
This commit is contained in:
parent
ca0548b640
commit
8d15ae7c1c
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-12-31 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/elf/elf.exp: Don't list reloc sections.
|
||||
* gas/elf/section5.e: Remove reloc sections.
|
||||
|
||||
2004-12-21 Tomer Levi <Tomer.Levi@nsc.com>
|
||||
|
||||
* gas/crx/beq_insn.d: Update reference file according to
|
||||
|
|
|
@ -60,7 +60,7 @@ if { ([istarget "*-*-*elf*"]
|
|||
run_list_test "section2" "$target_machine" "-al" "-s" ""
|
||||
run_dump_test "section3"
|
||||
run_dump_test "section4"
|
||||
run_list_test "section5" "" "-al" "-SW" "| grep \"\\\\.test\\\[\\\[:digit:\\\]\\\]\""
|
||||
run_list_test "section5" "" "-al" "-SW" "| grep \" \\\\.test\\\[\\\[:digit:\\\]\\\]\""
|
||||
run_dump_test "symver"
|
||||
run_list_test "type" "" "" "-s" "| grep \"1 \\\[FONT\\\]\""
|
||||
}
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
.* \.test0[ ]+PROGBITS[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[ ]+[0-9]+.*
|
||||
.* \.test1[ ]+PROGBITS[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[ ]+[0-9]+.*
|
||||
.* \.rela?\.test1[ ]+RELA?[ ]+.*
|
||||
.* \.test2[ ]+PROGBITS[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[ ]+[0-9]+.*
|
||||
.* \.rela?\.test2[ ]+RELA?[ ]+.*
|
||||
.* \.test3[ ]+PROGBITS[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+WA[ ]+[0-9]+.*
|
||||
.* \.rela?\.test3[ ]+RELA?[ ]+.*
|
||||
.* \.test4[ ]+NOBITS[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+[0-9a-fA-F]+[ ]+WA[ ]+[0-9]+.*
|
||||
|
|
Loading…
Reference in a new issue