]> Cypherpunks repositories - gostls13.git/commitdiff
Use future official DWARF language code for Go.
authorIan Lance Taylor <iant@golang.org>
Thu, 4 Nov 2010 15:45:25 +0000 (08:45 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 4 Nov 2010 15:45:25 +0000 (08:45 -0700)
http://dwarfstd.org/ShowIssue.php?issue=101014.1&type=open

Informally accepted for future DWARF 5.

R=lvd
CC=golang-dev, rsc
https://golang.org/cl/2881042

src/cmd/ld/dwarf_defs.h

index 0f1e5417cf0e9af8fb3dd5d1649c5214b1ec4814..eed143dffcb190b7acd97ba82dd7e045f251bdd5 100644 (file)
@@ -379,9 +379,10 @@ enum
        DW_LANG_D = 0x0013,
        // Dwarf4
        DW_LANG_Python = 0x0014,
+       // Dwarf5
+       DW_LANG_Go = 0x0016,
 
        DW_LANG_lo_user = 0x8000,
-       DW_LANG_Go = 0x8015,    // TODO(lvd) Temporary
        DW_LANG_hi_user = 0xffff,
 };