summaryrefslogtreecommitdiff
path: root/src/cmd/ld/textflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ld/textflag.h')
-rw-r--r--src/cmd/ld/textflag.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cmd/ld/textflag.h b/src/cmd/ld/textflag.h
index 2a76e76c2..0ee8b5f1c 100644
--- a/src/cmd/ld/textflag.h
+++ b/src/cmd/ld/textflag.h
@@ -21,3 +21,16 @@
#define WRAPPER 32
// This function uses its incoming context register.
#define NEEDCTXT 64
+
+/*c2go
+enum
+{
+ NOPROF = 1,
+ DUPOK = 2,
+ NOSPLIT = 4,
+ RODATA = 8,
+ NOPTR = 16,
+ WRAPPER = 32,
+ NEEDCTXT = 64,
+};
+*/