1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/cmd/ld
Shenghou Ma b1532344ef cmd/ld: skip R_*_NONE relocations, fix Linux/386 build again
The last fix was wrong w.r.t C's operator precedence,
and it also failed to really skip the NONE relocation.

The offending R_386_NONE relocation is a absolute
relocation in section .eh_frame.

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/6463058
2012-08-21 00:34:06 +08:00
..
data.c cmd/ld: align function entry on arch-specific boundary 2012-05-30 16:26:38 -04:00
doc.go doc: various update to command documents 2012-03-09 01:31:09 +08:00
dwarf_defs.h Use future official DWARF language code for Go. 2010-11-04 08:45:25 -07:00
dwarf.c runtime: add (unused for now) gc field to type information 2012-06-02 14:02:44 -04:00
dwarf.h 8l: emit DWARF in Windows PE. 2011-01-20 11:28:30 -05:00
elf.c cmd/ld: increase number of ELF sections 2012-05-31 03:06:38 +10:00
elf.h cmd/ld: add PT_PAX_FLAGS ELF header 2012-08-03 15:27:35 -04:00
go.c cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically 2012-05-05 01:54:16 +08:00
ldelf.c cmd/ld: skip R_*_NONE relocations, fix Linux/386 build again 2012-08-21 00:34:06 +08:00
ldmacho.c ld: fix build on Plan 9 2011-07-25 13:45:50 -04:00
ldpe.c cmd/ld: take section symbols' value into account for PE 2012-05-23 02:27:44 +08:00
lib.c cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems 2012-05-23 02:32:27 +08:00
lib.h cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems 2012-05-23 02:32:27 +08:00
macho.c ld: fix Mach-O code signing for non-cgo binaries 2012-01-23 09:42:09 -05:00
macho.h 6l, 8l: fix Mach-O binaries with many dynamic libraries 2011-05-24 19:50:13 -04:00
pe.c ld: increase default stack size on Windows for cgo 2011-12-07 16:53:17 +03:00
pe.h 8l: emit resources (.rsrc) in Windows PE. 2011-05-25 07:53:00 -04:00
symtab.c cmd/6l: Fixes for 64-bit Plan 9 2012-05-29 12:32:42 -04:00