Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / scripts / recordmcount.c
index e59022b..b9c2ee7 100644 (file)
@@ -42,6 +42,8 @@
 #define R_ARM_THM_CALL         10
 #define R_ARM_CALL             28
 
+#define R_AARCH64_CALL26       283
+
 static int fd_map;     /* File descriptor for file being modified. */
 static int mmap_failed; /* Boolean flag. */
 static char gpfx;      /* prefix for global symbol name (sometimes '_') */