update comment in dw2-bad-cfi.S.
authorTom Tromey <tromey@redhat.com>
Fri, 22 Nov 2013 19:08:15 +0000 (12:08 -0700)
committerTom Tromey <tromey@redhat.com>
Fri, 22 Nov 2013 19:08:15 +0000 (12:08 -0700)
Pedro asked me to add a comment to dw2-bad-cfi.S explaining the nature
of the badness.

I'm checking this in.

2013-11-22  Tom Tromey  <tromey@redhat.com>

* gdb.dwarf2/dw2-bad-cfi.S: Update comment.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-bad-cfi.S

index 74a1e06219d211e0e6ae83261583d543b36d6aa6..e8bdc1052f608d347cde0e78e05cd5dce9f4890b 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
+
 2013-11-22  Tom Tromey  <tromey@redhat.com>
 
        * gdb.dwarf2/dw2-bad-cfi.c: New file.
index 9a97889a666e6f32cd02c32d384faf6e4ed27fc6..ab3a96729c3623df702c61171059664d86fcca90 100644 (file)
@@ -26,7 +26,8 @@ callee:
        .loc 1 21 0
        popq    %rbp
 /*     .cfi_def_cfa 7, 8 */
-       # Our little lies.
+       /* The bug we introduce is that the return address column is
+          unspecified.  In this case, there is no way to unwind.  */
        .cfi_undefined 6
        .cfi_return_column 6
 # SUCC: EXIT [100.0%]