• Alex Brainman's avatar
    cmd/link: actually generate .debug_gdb_scripts section on windows · 1d44c4e3
    Alex Brainman authored
    Adjust finddebugruntimepath to look for runtime/debug.go file
    instead of runtime/runtime.go. This actually finds runtime.GOMAXPROCS
    in every Go executable (including windows).
    
    I also included "-Wl,-T,fix_debug_gdb_scripts.ld" parameter to gcc
    invocation on windows to work around gcc bug (see #20183 for details).
    
    This CL only fixes windows -buildmode=exe, buildmode=c-archive
    is still broken.
    
    Thanks to Egon Elbre and Nick Clifton for investigation.
    
    Fixes #20183
    Fixes #20218
    
    Change-Id: I5369a4db3913226aef3d9bd6317446856b0a1c34
    Reviewed-on: https://go-review.googlesource.com/43331Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    1d44c4e3
Name
Last commit
Last update
..
testdata Loading commit data...
file.go Loading commit data...
file_cgo_test.go Loading commit data...
file_test.go Loading commit data...
pe.go Loading commit data...
section.go Loading commit data...
string.go Loading commit data...
symbol.go Loading commit data...