]> Cypherpunks repositories - gostls13.git/commit
8l: pe generation fixes
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 1 Nov 2010 23:56:56 +0000 (10:56 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 1 Nov 2010 23:56:56 +0000 (10:56 +1100)
commit8f8f625cb13589944999c50144169f45b0d3db74
treef2c5e8f470e777b16bdea8ce6b784f723bad35a0
parentce980445234854f0eeb0d203d9d813e0b5d133ed
8l: pe generation fixes

Restore ability to have different file and
section alignment in generated pe file.

Stop generating .bss pe section, it is
part of .data now.

Some code refactoring.

R=rsc, vcc
CC=golang-dev
https://golang.org/cl/2731041
src/cmd/8l/asm.c
src/cmd/8l/obj.c
src/cmd/ld/data.c
src/cmd/ld/pe.c
src/cmd/ld/pe.h