]> Cypherpunks repositories - gostls13.git/commit
cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym/Xadd from compiler's Reloc
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Sun, 19 Apr 2015 23:09:14 +0000 (11:09 +1200)
committerIan Lance Taylor <iant@golang.org>
Tue, 21 Apr 2015 03:00:19 +0000 (03:00 +0000)
commit0088ddc3a00cc75c3eb9ce999ebf62f1415c1195
tree2d0da95523cd428c488db081a8c2502068d2c0eb
parent832c573595157b805634f2c723eac8e7650e472c
cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym/Xadd from compiler's Reloc

They don't really make any sense on this side of the compiler/linker divide.

Some of the code touching these fields was the support for R_TLS when
thechar=='6' which turns out to be dead and so I just removed all of that.

Change-Id: I4e265613c4e7fcc30a965fffb7fd5f45017f06f3
Reviewed-on: https://go-review.googlesource.com/9107
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/6l/asm.go
src/cmd/internal/ld/objfile.go
src/cmd/internal/obj/arm/asm5.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/objfile.go
src/cmd/internal/obj/x86/asm6.go