gdbserver: Ensure AT_HWCAP2 is defined
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index 7158a6798c91f42670a232343b252d5f835da999..265043f97eabf255fb57b21b41199ba65e589e14 100644 (file)
 #define O_LARGEFILE 0
 #endif
 
+#ifndef AT_HWCAP2
+#define AT_HWCAP2 26
+#endif
+
 /* Some targets did not define these ptrace constants from the start,
    so gdbserver defines them locally here.  In the future, these may
    be removed after they are added to asm/ptrace.h.  */
This page took 0.026301 seconds and 4 git commands to generate.