]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix buglet/typo in DWARF x86 setup
authorThan McIntosh <thanm@google.com>
Wed, 15 Nov 2017 18:45:31 +0000 (13:45 -0500)
committerThan McIntosh <thanm@google.com>
Thu, 16 Nov 2017 13:32:24 +0000 (13:32 +0000)
commitc09ee9d1ce63300d97ea1a102e9917dabbe87803
tree0ac63485f82c5e8610e42b5e116dcdbbfe19929f
parent7781fed24ea79d819bc0ecfdafe8c24151a83c31
cmd/compile: fix buglet/typo in DWARF x86 setup

Fix typo in DWARF register config for GOOARCH=x86; was
picking up the AMD64 set, should have been selecting
x86 set.

Change-Id: I9a4c6f1378baf3cb2f0ad8d60f3ee2f24cd5dc91
Reviewed-on: https://go-review.googlesource.com/77990
Run-TryBot: Than McIntosh <thanm@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/internal/obj/x86/obj6.go