]> Cypherpunks repositories - gostls13.git/commit
linker work
authorRuss Cox <rsc@golang.org>
Fri, 21 Aug 2009 20:08:11 +0000 (13:08 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 21 Aug 2009 20:08:11 +0000 (13:08 -0700)
commit0e25c1dc6d8b41f3fa400543a410e08629172f9b
tree7eecf06673e6edd76c47cce63b3985dbe545c49a
parentef45e64afc7b6b49083dd3aa82d8363044e6aaaf
linker work
 * remove now-unused D_SBIG (was for typestrings)
 * rename elf64.[ch] to elf.[ch]
 * pull in elf headers from FreeBSD instead of writing our own
 * emit non-header ELF data in data section
 * stub out a few more ELF sections needed for dynamic loading

R=r
DELTA=1928  (1237 added, 635 deleted, 56 changed)
OCL=33642
CL=33658
14 files changed:
src/cmd/6l/6.out.h
src/cmd/6l/Makefile
src/cmd/6l/asm.c
src/cmd/6l/elf.c [moved from src/cmd/6l/elf64.c with 87% similarity]
src/cmd/6l/l.h
src/cmd/6l/obj.c
src/cmd/6l/pass.c
src/cmd/6l/span.c
src/cmd/8l/8.out.h
src/cmd/8l/asm.c
src/cmd/ld/elf.c [moved from src/cmd/ld/elf64.c with 50% similarity]
src/cmd/ld/elf.h [new file with mode: 0644]
src/cmd/ld/elf64.h [deleted file]
src/cmd/ld/go.c