aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-notes.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r--gcc/reg-notes.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def
index 85a122f6532..3f130cce992 100644
--- a/gcc/reg-notes.def
+++ b/gcc/reg-notes.def
@@ -170,3 +170,8 @@ REG_NOTE (SETJMP)
/* Indicate calls that always returns. */
REG_NOTE (ALWAYS_RETURN)
+
+/* APPLE LOCAL begin ObjC direct dispatch */
+/* Indicate calls to a hard-coded address in memory. */
+REG_NOTE (ABSCALL)
+/* APPLE LOCAL end ObjC direct dispatch */