1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/cmd/ld
Mikkel Krautz c9bf048337 ld: bump pe linker version to 3.0 to allow code signing
The Windows signtool.exe thinks our binaries are 'invalid
Win32 programs' unless the PE linker version field is 3.0
or greater.

This minor change makes it possible to successfully sign
gc-built binaries on Windows.

R=golang-dev, alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/5268045
2011-10-18 15:31:55 +11:00
..
data.c runtime, syscall: use the vdso page on linux x86 for faster syscalls instead of int $0x80. 2011-08-29 10:36:06 -04:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
dwarf_defs.h Use future official DWARF language code for Go. 2010-11-04 08:45:25 -07:00
dwarf.c runtime: fix map memory leak 2011-10-01 13:00:53 -04:00
dwarf.h 8l: emit DWARF in Windows PE. 2011-01-20 11:28:30 -05:00
elf.c runtime: make arm work on Ubuntu Natty qemu 2011-08-31 07:02:46 -04:00
elf.h nacl, tiny: remove vestiges 2011-06-21 12:02:40 -04:00
go.c ld: fail linking if the top-level package is not main. 2011-08-02 07:45:04 -04:00
ldelf.c ld: fix build on Plan 9 2011-07-25 13:45:50 -04:00
ldmacho.c ld: fix build on Plan 9 2011-07-25 13:45:50 -04:00
ldpe.c cgo: support for mingw-w64 4.5.1 and newer 2011-10-06 07:22:48 +01:00
lib.c ld: Fixes issue 1899 ("cannot create 8.out.exe") 2011-10-14 20:37:07 +01:00
lib.h 6l: OpenBSD support 2011-07-29 13:47:41 -04:00
macho.c ld: allow seek within write buffer 2011-07-18 12:04:09 -04:00
macho.h 6l, 8l: fix Mach-O binaries with many dynamic libraries 2011-05-24 19:50:13 -04:00
pe.c ld: bump pe linker version to 3.0 to allow code signing 2011-10-18 15:31:55 +11:00
pe.h 8l: emit resources (.rsrc) in Windows PE. 2011-05-25 07:53:00 -04:00
symtab.c ld: remove duplicate bss definitions 2011-08-22 23:23:57 -04:00