Commit d2d650bd authored by Ian Lance Taylor's avatar Ian Lance Taylor

Use future official DWARF language code for Go.

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
parent 25b1e832
......@@ -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,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment