diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-01-05 13:38:39 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-01-05 13:38:39 +0000 |
commit | 845e9b51088a3a6f4593c18dc2a44419045756f7 (patch) | |
tree | 6ca66962c3a3a4c1265f4f53ea3ae0d483c37c02 | |
parent | 06f22d7e75a3067e81ac69d1db4e1482bcc1100d (diff) | |
download | gdb-845e9b51088a3a6f4593c18dc2a44419045756f7.zip gdb-845e9b51088a3a6f4593c18dc2a44419045756f7.tar.gz gdb-845e9b51088a3a6f4593c18dc2a44419045756f7.tar.bz2 |
* gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/elf.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 996e018..c9fed16 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index 475908b..01e1ccd 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\\\[0-9\\\]\"" run_dump_test "symver" run_list_test "type" "" "" "-s" "| grep \"1 \\\[FONT\\\]\"" } |