* arch-utils.c (#include "gdbthread.h"): Removed.
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index bfa548b5f951420d7257178ea6a9862ba6a2fa1d..004d3aeb10d46b50f0c4cc31e1e634fd20cad43d 100644 (file)
 #include "gdbcore.h"
 #include "gdbcmd.h"
 #include "target.h"
-#include "gdbthread.h"
 #include "annotate.h"
-#include "symfile.h"           /* for overlay functions */
 #endif
 
 #include "version.h"
 
 #include "floatformat.h"
 
-/* Convenience macro for allocting typesafe memory. */
-
-#ifndef XMALLOC
-#define XMALLOC(TYPE) (TYPE*) xmalloc (sizeof (TYPE))
-#endif
-
-
 /* Use the program counter to determine the contents and size
    of a breakpoint instruction.  If no target-dependent macro
    BREAKPOINT_FROM_PC has been defined to implement this function,
This page took 0.024686 seconds and 4 git commands to generate.