Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mapping
[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 '_') */