* lib/jit/cache.h: Remove code for IRIX.
2025-09-10 Bruno Haible <bruno@clisp.org>
+ jit/cache: Remove support for IRIX.
+ * lib/jit/cache.h: Remove code for IRIX.
+
intprops, stdckdint-h: Remove support for IRIX.
* lib/intprops-internal.h (_GL_INT_NEGATE_CONVERT): Remove macro.
(_GL_EXPR_SIGNED, _GL_INT_MAXIMUM): Use _GL_INT_CONVERT instead.
#if defined _AIX
# include <sys/cache.h>
#endif
-#if defined __sgi
-# include <sys/cachectl.h>
-#endif
#if defined __sun
# include <stddef.h>
#endif
#elif defined _AIX
/* AIX. */
_sync_cache_range (start, (char *) end - (char *) start);
-#elif defined __sgi
- /* IRIX. */
- cacheflush (start, (char *) end - (char *) start, ICACHE);
#elif defined __sun
/* Solaris. */
extern void sync_instruction_memory (char *, size_t);