mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 01:45:51 +08:00
* gdb.go/package.exp: Partially revert earlier patch; use
gdb_compile again. Use standard_output_file.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-06-28 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.go/package.exp: Partially revert earlier patch; use
|
||||||
|
gdb_compile again. Use standard_output_file.
|
||||||
|
|
||||||
2012-06-27 Doug Evans <dje@google.com>
|
2012-06-27 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* gdb.dwarf2/fission-base.c: New file.
|
* gdb.dwarf2/fission-base.c: New file.
|
||||||
|
@ -23,11 +23,18 @@ if { [skip_go_tests] } { continue }
|
|||||||
|
|
||||||
standard_testfile package1.go package2.go
|
standard_testfile package1.go package2.go
|
||||||
|
|
||||||
if {[prepare_for_testing $testfile.exp $testfile [list $srcfile $srcfile2] \
|
if { [gdb_compile "${srcdir}/${subdir}/${testfile}2.go" "${binfile}2.o" object {debug go}] != "" } {
|
||||||
[list debug go libdir=[standard_output_file {}]]]} {
|
untested $testfile
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { [gdb_compile "${srcdir}/${subdir}/${testfile}1.go ${binfile}2.o" "${binfile}" executable "debug go libdir=[standard_output_file {}]"] != "" } {
|
||||||
|
untested $testfile
|
||||||
|
return -1
|
||||||
|
}
|
||||||
|
|
||||||
|
clean_restart $testfile
|
||||||
|
|
||||||
if { [go_runto_main] < 0 } {
|
if { [go_runto_main] < 0 } {
|
||||||
untested methods
|
untested methods
|
||||||
return -1
|
return -1
|
||||||
|
Reference in New Issue
Block a user