diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-02-05 21:58:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-02-05 21:58:41 +0000 |
commit | 95027438a77ca4693cad270396c8ab30fccb5e52 (patch) | |
tree | e6974ba432e10c5a605a1490378d3db9d3ab1181 /gas | |
parent | 376f5fcd5ed25b7ba2d4ddcb87c890ef9e19d61b (diff) | |
download | gdb-95027438a77ca4693cad270396c8ab30fccb5e52.zip gdb-95027438a77ca4693cad270396c8ab30fccb5e52.tar.gz gdb-95027438a77ca4693cad270396c8ab30fccb5e52.tar.bz2 |
2009-02-05 Catherine Moore <clm@codesourcery.com>
* gas/elf/elf.exp: Really run the symtab test.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/elf.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4e4adeb..ff8a7ba 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-02-05 Catherine Moore <clm@codesourcery.com> + + * gas/elf/elf.exp: Really run the symtab test. + 2009-02-04 H.J. Lu <hongjiu.lu@intel.com> AVX Programming Reference (January, 2009) diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index 637ce9a..1085b04 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -113,6 +113,7 @@ if { ([istarget "*-*-*elf*"] run_dump_test "section4" run_elf_list_test "section5" "" "-al" "-SW" "| grep \" \\\\.test\\\[0-9\\\]\"" run_dump_test "struct" + run_dump_test "symtab" run_dump_test "symver" run_elf_list_test "type" "" "" "-s" "| grep \"1 \\\[FIONTC\\\]\"" run_dump_test "section6" |