* config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
[deliverable/binutils-gdb.git] / gdb / config / mips / tm-linux.h
index 4236ea8bec455b920448bd7f0e9ccbfa07f5198b..68233c0a61be08e43985028ede803396920b9faa 100644 (file)
 
 /* GNU/Linux MIPS has __SIGRTMAX == 127.  */
 
+#ifndef REALTIME_LO
 #define REALTIME_LO 32
 #define REALTIME_HI 128
+#endif
 
 #include "config/tm-linux.h"
 
@@ -51,8 +53,8 @@ extern struct link_map_offsets *mips_linux_svr4_fetch_link_map_offsets (void);
 
 /* Details about jmp_buf.  */
 
-#define JB_ELEMENT_SIZE 4
-#define JB_PC 0
+#define MIPS_LINUX_JB_ELEMENT_SIZE 4
+#define MIPS_LINUX_JB_PC 0
 
 /* Figure out where the longjmp will land.  Slurp the arguments out of the
    stack.  We expect the first arg to be a pointer to the jmp_buf structure
This page took 0.023412 seconds and 4 git commands to generate.