diff options
| author | Robert Griesemer <gri@golang.org> | 2009-11-05 18:14:47 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-11-05 18:14:47 -0800 |
| commit | 0ea9dd815ab6b95d751f0c241745acb0f45c5282 (patch) | |
| tree | 3184ba8fa0cf53593c5f1d615ad3b44dc625f22f /src/pkg/debug | |
| parent | 39fd52d3a0dc58897c774c2360251523349d1cc0 (diff) | |
| download | go-0ea9dd815ab6b95d751f0c241745acb0f45c5282.tar.xz | |
gofmt the last outstanding files in src/pkg
- added a list of issues to printer/nodes.go
R=rsc
http://go/go-review/1024002
Diffstat (limited to 'src/pkg/debug')
| -rw-r--r-- | src/pkg/debug/elf/elf.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/debug/elf/elf.go b/src/pkg/debug/elf/elf.go index c6db5a96d3..e355508f60 100644 --- a/src/pkg/debug/elf/elf.go +++ b/src/pkg/debug/elf/elf.go @@ -623,7 +623,7 @@ const ( string */ DF_SYMBOLIC DynFlag = 0x0002; /* Indicates "symbolic" linking. */ DF_TEXTREL DynFlag = 0x0004; /* Indicates there may be relocations in - non-writable segments. */ + non-writable segments. */ DF_BIND_NOW DynFlag = 0x0008; /* Indicates that the dynamic linker should process all relocations for the object containing this entry before transferring @@ -1394,7 +1394,7 @@ type Header32 struct { */ type Section32 struct { Name uint32; /* Section name (index into the - section header string table). */ + section header string table). */ Type uint32; /* Section type. */ Flags uint32; /* Section flags. */ Addr uint32; /* Address in memory image. */ @@ -1508,7 +1508,7 @@ type Header64 struct { type Section64 struct { Name uint32; /* Section name (index into the - section header string table). */ + section header string table). */ Type uint32; /* Section type. */ Flags uint64; /* Section flags. */ Addr uint64; /* Address in memory image. */ |
