]> Cypherpunks repositories - gostls13.git/commit
runtime: move ELF structure definitions into own files
authorTobias Klauser <tklauser@distanz.ch>
Wed, 14 Feb 2018 13:26:32 +0000 (14:26 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 15 Feb 2018 16:15:19 +0000 (16:15 +0000)
commitafb9fc1de922a4ead9d2d787613255a7ba3490f7
treed1b6c896e9aa79c4d05f19570cdc6f6fa2253d9e
parent605c9feeb15d4e7c5a07d1170c1b8c38e9a265fe
runtime: move ELF structure definitions into own files

Move the ELF32 and ELF64 structure definitions into their own files so
they can be reused when vDSO support is added for other architectures.

Change-Id: Id0171b4e5cea4add8635743c881e3bf3469597af
Reviewed-on: https://go-review.googlesource.com/93995
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/vdso_elf32.go [new file with mode: 0644]
src/runtime/vdso_elf64.go [new file with mode: 0644]
src/runtime/vdso_linux_386.go
src/runtime/vdso_linux_amd64.go