]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.dwarf2/pr13961.S: Add file and source location, but leave
authorDoug Evans <dje@google.com>
Thu, 3 May 2012 06:49:05 +0000 (06:49 +0000)
committerDoug Evans <dje@google.com>
Thu, 3 May 2012 06:49:05 +0000 (06:49 +0000)
commented out.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/pr13961.S

index 76f9c5826c64fb7d56ffb5a1efb77e1a1d66fc2b..568b00e65c41766239cdf7db17589920af0782cd 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-03  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/pr13961.S: Add file and source location, but leave
+       commented out.
+
 2012-05-03  Yao Qi  <yao@codesourcery.com>
 
        * gdb.base/catch-syscall.exp: Skip it before compilation if target
index 8d333e757489c445ed6c7c55cdc9397e92e2a9d7..3e2b33408f68e9ad306ea152807b8aa391533094 100644 (file)
        .type   baz, @object
        .size   baz, 4
 baz:
+#if 0
+       /* This is disabled because when it was accidentally left out it
+          caused a segv when used with .gdb_index.  */
+       .file   1 "foo.c"
+       .loc    1 12 0
+#endif
        .zero   4
 
        .text