mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 09:49:43 +08:00
update comment in dw2-bad-cfi.S.
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.
This commit is contained in:
@ -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>
|
2013-11-22 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-bad-cfi.c: New file.
|
* gdb.dwarf2/dw2-bad-cfi.c: New file.
|
||||||
|
@ -26,7 +26,8 @@ callee:
|
|||||||
.loc 1 21 0
|
.loc 1 21 0
|
||||||
popq %rbp
|
popq %rbp
|
||||||
/* .cfi_def_cfa 7, 8 */
|
/* .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_undefined 6
|
||||||
.cfi_return_column 6
|
.cfi_return_column 6
|
||||||
# SUCC: EXIT [100.0%]
|
# SUCC: EXIT [100.0%]
|
||||||
|
Reference in New Issue
Block a user