mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* gdb.dwarf2/pr13961.S: Add file and source location, but leave
commented out.
This commit is contained in:
@ -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>
|
2012-05-03 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/catch-syscall.exp: Skip it before compilation if target
|
* gdb.base/catch-syscall.exp: Skip it before compilation if target
|
||||||
|
@ -45,6 +45,12 @@
|
|||||||
.type baz, @object
|
.type baz, @object
|
||||||
.size baz, 4
|
.size baz, 4
|
||||||
baz:
|
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
|
.zero 4
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
Reference in New Issue
Block a user