aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/debug/dwarf/open.go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-09-22 18:49:52 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-09-22 18:49:52 +0000
commitc90df0d293367452d193f04a18c2233d64a10d1a (patch)
tree7f9287f57a409e317a402d63c9ead0cd7ce42fec /libgo/go/debug/dwarf/open.go
parentf25afa93f72f44feb104ba340fe882e9b67da7d7 (diff)
downloadgcc-c90df0d293367452d193f04a18c2233d64a10d1a.zip
gcc-c90df0d293367452d193f04a18c2233d64a10d1a.tar.gz
gcc-c90df0d293367452d193f04a18c2233d64a10d1a.tar.bz2
debug/xcoff,cmd: add XCOFF support
Reviewed-on: https://go-review.googlesource.com/64592 From-SVN: r253105
Diffstat (limited to 'libgo/go/debug/dwarf/open.go')
-rw-r--r--libgo/go/debug/dwarf/open.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/debug/dwarf/open.go b/libgo/go/debug/dwarf/open.go
index 0e9c01c..253a43c 100644
--- a/libgo/go/debug/dwarf/open.go
+++ b/libgo/go/debug/dwarf/open.go
@@ -33,7 +33,7 @@ type Data struct {
// New returns a new Data object initialized from the given parameters.
// Rather than calling this function directly, clients should typically use
// the DWARF method of the File type of the appropriate package debug/elf,
-// debug/macho, or debug/pe.
+// debug/macho, debug/pe, or debug/xcoff.
//
// The []byte arguments are the data from the corresponding debug section
// in the object file; for example, for an ELF object, abbrev is the contents of