]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/internal/dwarf/dwarf.go
all: use ":" for compiler generated symbols
[gostls13.git] / src / cmd / internal / dwarf / dwarf.go
index 8ba57371e61b3ac3f6a875521c58ff233e27342b..4821efa963edcd59a414cb29a57f291290050fe5 100644 (file)
@@ -21,15 +21,15 @@ import (
 )
 
 // InfoPrefix is the prefix for all the symbols containing DWARF info entries.
-const InfoPrefix = "go.info."
+const InfoPrefix = "go:info."
 
 // ConstInfoPrefix is the prefix for all symbols containing DWARF info
 // entries that contain constants.
-const ConstInfoPrefix = "go.constinfo."
+const ConstInfoPrefix = "go:constinfo."
 
 // CUInfoPrefix is the prefix for symbols containing information to
 // populate the DWARF compilation unit info entries.
-const CUInfoPrefix = "go.cuinfo."
+const CUInfoPrefix = "go:cuinfo."
 
 // Used to form the symbol name assigned to the DWARF 'abstract subprogram"
 // info entry for a function