]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: skip R_*_NONE relocations, fix Linux/386 build again
authorShenghou Ma <minux.ma@gmail.com>
Mon, 20 Aug 2012 16:34:06 +0000 (00:34 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 20 Aug 2012 16:34:06 +0000 (00:34 +0800)
commitb1532344ef58fe644c85bbc6e268102528d39c61
treec3478fdfd34f221835c57cee4f322af9ad67eeec
parent27010467984dcef481e5b05113a6fbcf74b4df45
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
src/cmd/ld/ldelf.c