This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Run gas symtab test


The commit <http://sourceware.org/ml/binutils-cvs/2007-12/msg00032.html> 
added a new assembler test with a log entry indicating a change to 
gas/elf/elf.exp to run the test - but the commit did not include any 
changes to that file.  I've now committed the missing part of the patch as 
obvious / approved at that time.  The test passes on arm-none-eabi.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/testsuite/ChangeLog,v
retrieving revision 1.1444
diff -u -r1.1444 ChangeLog
--- ChangeLog	4 Feb 2009 16:03:29 -0000	1.1444
+++ ChangeLog	5 Feb 2009 21:58:04 -0000
@@ -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)
Index: gas/elf/elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/elf.exp,v
retrieving revision 1.48
diff -u -r1.48 elf.exp
--- gas/elf/elf.exp	3 Dec 2008 14:50:59 -0000	1.48
+++ gas/elf/elf.exp	5 Feb 2009 21:58:05 -0000
@@ -113,6 +113,7 @@
     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" 

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]