From 8a39ee361feb9bf46d728ff1ba4f07ca1d9610b1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 19 Jun 2014 09:22:53 +0200 Subject: Imported Upstream version 1.3 --- src/cmd/ld/textflag.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/ld/textflag.h') 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 -- cgit v1.2.3