mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey <tromey@redhat.com> * gdb.dwarf2/method-ptr.exp: Link with c++. * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.dwarf2/method-ptr.exp: Link with c++.
|
||||||
|
* lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
|
||||||
|
|
||||||
2013-01-31 Tom Tromey <tromey@redhat.com>
|
2013-01-31 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.base/jit.exp (compile_jit_test): New proc.
|
* gdb.base/jit.exp (compile_jit_test): New proc.
|
||||||
|
@ -87,7 +87,7 @@ if {[gdb_compile $asm_file ${binfile}2.o object {nodebug}] != ""} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if {[gdb_compile [list ${binfile}1.o ${binfile}2.o] \
|
if {[gdb_compile [list ${binfile}1.o ${binfile}2.o] \
|
||||||
"${binfile}" executable {}] != ""} {
|
"${binfile}" executable {c++}] != ""} {
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -732,6 +732,7 @@ namespace eval Dwarf {
|
|||||||
variable _defer
|
variable _defer
|
||||||
variable _label_num
|
variable _label_num
|
||||||
variable _strings
|
variable _strings
|
||||||
|
variable _cu_count
|
||||||
|
|
||||||
if {!$_initialized} {
|
if {!$_initialized} {
|
||||||
_read_constants
|
_read_constants
|
||||||
|
Reference in New Issue
Block a user