mirror of
https://github.com/golang/go
synced 2024-11-23 07:10:05 -07:00
cmd/ld: fix "_image_base__ not defined" problem for cmd/8l.
Fixes #6431. Change suggested by kin.wilson.za. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/13314048
This commit is contained in:
parent
3861cb4388
commit
60513bf2f4
@ -151,6 +151,7 @@ peinit(void)
|
||||
|
||||
// some mingw libs depend on this symbol, for example, FindPESectionByName
|
||||
xdefine("__image_base__", SDATA, PEBASE);
|
||||
xdefine("_image_base__", SDATA, PEBASE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user