]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add DWARF register mappings for ARM64.
authorThan McIntosh <thanm@google.com>
Fri, 1 Dec 2017 17:24:56 +0000 (12:24 -0500)
committerThan McIntosh <thanm@google.com>
Fri, 2 Mar 2018 19:40:29 +0000 (19:40 +0000)
commit9b95611e38ce59733ccc8306c49acea0403bab4b
tree5375e482808a98615a57e15816c1e8fc2029c537
parenteca41af0124d4c6f29b571815ebcb25dd06fb324
cmd/compile: add DWARF register mappings for ARM64.

Add DWARF register mappings for ARM64, so that that arch will become
usable with "-dwarflocationlists". [NB: I've plugged in a set of
numbers from the doc, but this will require additional manual testing.]

Change-Id: Id9aa63857bc8b4f5c825f49274101cf372e9e856
Reviewed-on: https://go-review.googlesource.com/82515
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/internal/obj/arm64/a.out.go
src/cmd/internal/obj/arm64/obj7.go