]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: support new dodata for elf/386
authorThan McIntosh <thanm@google.com>
Fri, 24 Apr 2020 00:54:04 +0000 (20:54 -0400)
committerThan McIntosh <thanm@google.com>
Fri, 24 Apr 2020 15:49:51 +0000 (15:49 +0000)
commitf790533d9ffd6d50c8efccf8f8edac0ef76b3da4
treeeadd9b0bbc3ef2fd130cb92d256d34821e579d1b
parent3b32a446991bd927aba7161dd8ca2dffc6557e46
[dev.link] cmd/link: support new dodata for elf/386

Add elf/386 arch support for the new dodata() phase.

Change-Id: I78341dfe70a90719d95c0044183980f348a3369f
Reviewed-on: https://go-review.googlesource.com/c/go/+/229797
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/main.go
src/cmd/link/internal/x86/asm.go
src/cmd/link/internal/x86/asm2.go [new file with mode: 0644]
src/cmd/link/internal/x86/obj.go