]> Cypherpunks repositories - gostls13.git/commit
fix ELF bugs found by iant
authorRuss Cox <rsc@golang.org>
Fri, 26 Sep 2008 17:25:13 +0000 (10:25 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 26 Sep 2008 17:25:13 +0000 (10:25 -0700)
commit2c52881a85fc38a685b132043229d97e0bd9d376
tree4ca11d8fa3ec9dfd6346debf1d91a14d8d729293
parenta0e7937243336af37f19f093b011b825f37037a4
fix ELF bugs found by iant
- .text begins at INITTEXT, not 0
   and does not include HEADR
- .shstrtab, .gosymtab, .gopclntab have alignment 1
- .gosymtab, .gopclntab have type SHT_PROGBITS

R=r
DELTA=9  (0 added, 0 deleted, 9 changed)
OCL=15953
CL=15956
src/cmd/6l/asm.c