diff options
author | Alan Modra <amodra@gmail.com> | 2004-12-30 22:41:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-12-30 22:41:31 +0000 |
commit | 8d15ae7c1c93a53f42c8056ec08fbb39a9318496 (patch) | |
tree | 1cea8a353ce30430d232bc03b2a649dc1ce5984d /gas | |
parent | ca0548b640a26bef8ae63874f295a0c733d3393d (diff) | |
download | binutils-8d15ae7c1c93a53f42c8056ec08fbb39a9318496.zip binutils-8d15ae7c1c93a53f42c8056ec08fbb39a9318496.tar.gz binutils-8d15ae7c1c93a53f42c8056ec08fbb39a9318496.tar.bz2 |
* gas/elf/elf.exp: Don't list reloc sections.
* gas/elf/section5.e: Remove reloc sections.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/elf.exp | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/section5.e | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e418fc7..996e018 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index 17acefd..475908b 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -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\\\]\"" } diff --git a/gas/testsuite/gas/elf/section5.e b/gas/testsuite/gas/elf/section5.e index 4474f36..916a9ed 100644 --- a/gas/testsuite/gas/elf/section5.e +++ b/gas/testsuite/gas/elf/section5.e @@ -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]+.* |