mirror of
https://github.com/golang/go
synced 2024-11-19 16:24:45 -07:00
debug/plan9obj: fix test build
LGTM=0intro, dave R=dave, 0intro CC=golang-codereviews https://golang.org/cl/106560044
This commit is contained in:
parent
9c3141145a
commit
29aac3d91b
@ -18,7 +18,7 @@ type fileTest struct {
|
|||||||
var fileTests = []fileTest{
|
var fileTests = []fileTest{
|
||||||
{
|
{
|
||||||
"testdata/386-plan9-exec",
|
"testdata/386-plan9-exec",
|
||||||
FileHeader{Magic386, 0x324, 0x14, 4},
|
FileHeader{Magic386, 0x324, 0x14, 4, 0x1000, 32},
|
||||||
[]*SectionHeader{
|
[]*SectionHeader{
|
||||||
{"text", 0x4c5f, 0x20},
|
{"text", 0x4c5f, 0x20},
|
||||||
{"data", 0x94c, 0x4c7f},
|
{"data", 0x94c, 0x4c7f},
|
||||||
@ -29,7 +29,7 @@ var fileTests = []fileTest{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"testdata/amd64-plan9-exec",
|
"testdata/amd64-plan9-exec",
|
||||||
FileHeader{MagicAMD64, 0x618, 0x13, 8},
|
FileHeader{MagicAMD64, 0x618, 0x13, 8, 0x200000, 40},
|
||||||
[]*SectionHeader{
|
[]*SectionHeader{
|
||||||
{"text", 0x4213, 0x28},
|
{"text", 0x4213, 0x28},
|
||||||
{"data", 0xa80, 0x423b},
|
{"data", 0xa80, 0x423b},
|
||||||
|
Loading…
Reference in New Issue
Block a user