gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 8 Aug 2011 19:50:53 +0000 (19:50 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 8 Aug 2011 19:50:53 +0000 (19:50 +0000)
* gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
(p fuNC_symtab): Permit also ppc64 leading dot.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.exp

index 0fe9427e8a9cca162b0f760207f65adafb479393..e89e48e12677a38b7fc82061bb32e5f218f235c7 100644 (file)
@@ -1,6 +1,8 @@
 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
+       * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
+       (p fuNC_symtab): Permit also ppc64 leading dot.
 
 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
 
index 78dc8180843f5a333a312058458b253ece607e70..4ae002b653ad13f4d8c75c94f55a76d1845fad41 100644 (file)
@@ -33,12 +33,13 @@ gdb_test "info functions fUnC_lang" \
 
 gdb_test "set case-sensitive off" {warning: the current case sensitivity setting does not match the language\.}
 
+# The dot-leading symbol is for ppc64 function descriptors.
 gdb_test "info functions fUnC_lang" \
-        "All functions matching regular expression \"fUnC_lang\":\[\r\n\]+File file1.txt:\r\nfoo FUNC_lang\\(void\\);" \
+        "All functions matching regular expression \"fUnC_lang\":\[\r\n\]+File file1.txt:\r\nfoo FUNC_lang\\(void\\);(\r\n\r\nNon-debugging symbols:\r\n0x\[0-9a-f\]+ +\\.FUNC_lang)?" \
         "regexp case-sensitive off"
 
 gdb_test "p fuNC_lang" { = {foo \(void\)} 0x[0-9a-f]+ <FUNC_lang>}
-gdb_test "p fuNC_symtab" { = {<text variable, no debug info>} 0x[0-9a-f]+ <FUNC_symtab>}
+gdb_test "p fuNC_symtab" { = {<text variable, no debug info>} 0x[0-9a-f]+ <\.?FUNC_symtab>}
 
 if {[gdb_breakpoint "fuNC_lang"] == 1} {
     pass "setting breakpoint at fuNC_lang"