* gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
This commit is contained in:
parent
06f22d7e75
commit
845e9b5108
@ -1,3 +1,7 @@
|
||||
2005-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
|
||||
|
||||
2004-12-31 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/elf/elf.exp: Don't list reloc sections.
|
||||
|
@ -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\\\[0-9\\\]\""
|
||||
run_dump_test "symver"
|
||||
run_list_test "type" "" "" "-s" "| grep \"1 \\\[FONT\\\]\""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user