aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2015-12-18 09:53:25 -0800
committerAustin Clements <austin@google.com>2015-12-18 20:41:26 +0000
commitea5b9d5bd32d1027338762372652dc6f9819a788 (patch)
tree00cfd483af28263ee23af5ea58d9e9d5cc187a6b /api
parent5b085482ae8792cf751371991488d29e7bd3762f (diff)
downloadgo-ea5b9d5bd32d1027338762372652dc6f9819a788.tar.gz
go-ea5b9d5bd32d1027338762372652dc6f9819a788.zip
debug/elf: rename Chdr64.Reserved to _
This future-proofs the Chdr64 structure against later versions of ELF defining this field and declutters the documentation without changing the layout of the struct. This structure does not exist in the current release, so this change is safe. Change-Id: I239aad7243ddaf063a1f8cd521d8a50b30413281 Reviewed-on: https://go-review.googlesource.com/18028 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/go1.6.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/go1.6.txt b/api/go1.6.txt
index b78d9d72ce..cdf47ed728 100644
--- a/api/go1.6.txt
+++ b/api/go1.6.txt
@@ -135,7 +135,6 @@ pkg debug/elf, type Chdr32 struct, Size uint32
pkg debug/elf, type Chdr32 struct, Type uint32
pkg debug/elf, type Chdr64 struct
pkg debug/elf, type Chdr64 struct, Addralign uint64
-pkg debug/elf, type Chdr64 struct, Reserved uint32
pkg debug/elf, type Chdr64 struct, Size uint64
pkg debug/elf, type Chdr64 struct, Type uint32
pkg debug/elf, type CompressionType int