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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/ld/textflag.h b/src/cmd/ld/textflag.h
index 1d62db736..2a76e76c2 100644
--- a/src/cmd/ld/textflag.h
+++ b/src/cmd/ld/textflag.h
@@ -19,3 +19,5 @@
#define NOPTR 16
// This is a wrapper function and should not count as disabling 'recover'.
#define WRAPPER 32
+// This function uses its incoming context register.
+#define NEEDCTXT 64