]> Cypherpunks repositories - gostls13.git/commit
cmd: add DWARF64 support for aix port
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 14:44:30 +0000 (16:44 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 24 Oct 2018 13:36:43 +0000 (13:36 +0000)
commit75a0b9dbf37117d6bfcc9dacf89f817954f3aeb7
treed3880b344d2f4963891bf2e278694e59b3549188
parentbcc3447be56271a28484a8c8c9d71326355d13a5
cmd: add DWARF64 support for aix port

This commit adds support for DWARF 64bits which is needed for AIX
operating system.

It also adds the save of each compilation unit's size which will be
used during XCOFF generation in a following patch.

Updates: #25893

Change-Id: Icdd0a4dd02bc0a9f0df319c351fb1db944610015
Reviewed-on: https://go-review.googlesource.com/c/138729
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/dwarf/dwarf.go
src/cmd/internal/obj/objfile.go
src/cmd/link/internal/ld/dwarf.go