]> Cypherpunks repositories - gostls13.git/commit
5l, 6l, 8l: introduce sub-symbols
authorRuss Cox <rsc@golang.org>
Fri, 22 Oct 2010 19:27:50 +0000 (15:27 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 22 Oct 2010 19:27:50 +0000 (15:27 -0400)
commite5e9211071d5a2437fd4f41f1fec77840d20da1f
treebba1c60c5fcb006a0871712beb281a3fbffd1dd8
parent5d9064697b81fa6e6c23d5566e1d5e456f295777
5l, 6l, 8l: introduce sub-symbols

Sub-symbols are laid out inside a larger symbol
but can be addressed directly.

Use to make Mach-O pointer array not a special case.

Will use later to describe ELF sections.

Glimpses of the beginning of ELF loading.

R=ken2
CC=golang-dev
https://golang.org/cl/2623043
src/cmd/5l/l.h
src/cmd/6l/l.h
src/cmd/6l/span.c
src/cmd/8l/l.h
src/cmd/8l/span.c
src/cmd/ld/data.c
src/cmd/ld/macho.c