solib-darwin.c: handle PIE when attaching processes.
[deliverable/binutils-gdb.git] / gdb / defs.h
index 369ee7a6149559337c43dd5343bbffc536d6ab66..ee49a89f06557c8d5911402103e1fdab4aaeed8c 100644 (file)
@@ -116,8 +116,6 @@ typedef bfd_vma CORE_ADDR;
 
 /* This is to make sure that LONGEST is at least as big as CORE_ADDR.  */
 
-#ifndef LONGEST
-
 #ifdef BFD64
 
 #define LONGEST BFD_HOST_64_BIT
@@ -130,8 +128,6 @@ typedef bfd_vma CORE_ADDR;
 
 #endif /* No BFD64 */
 
-#endif /* ! LONGEST */
-
 #ifndef min
 #define min(a, b) ((a) < (b) ? (a) : (b))
 #endif
@@ -618,12 +614,6 @@ enum gdb_osabi
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
-#ifndef min
-#define min(a, b) ((a) < (b) ? (a) : (b))
-#endif
-#ifndef max
-#define max(a, b) ((a) > (b) ? (a) : (b))
-#endif
 
 
 #ifndef atof
This page took 0.028152 seconds and 4 git commands to generate.