Delete disabled code.
This commit is contained in:
parent
7be965d994
commit
ab2eaf26c3
|
@ -1,3 +1,8 @@
|
||||||
|
2002-07-26 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* aix-thread.c: (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
|
||||||
|
disabled (via ``#if 0'') includes.
|
||||||
|
|
||||||
2002-07-26 Kevin Buettner <kevinb@redhat.com>
|
2002-07-26 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
|
* aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
|
||||||
|
|
|
@ -51,18 +51,10 @@
|
||||||
#include "language.h" /* for local_hex_string() */
|
#include "language.h" /* for local_hex_string() */
|
||||||
#include "ppc-tdep.h"
|
#include "ppc-tdep.h"
|
||||||
|
|
||||||
#if 0
|
|
||||||
#include "coff/internal.h" /* for libcoff.h */
|
|
||||||
#include "bfd/libcoff.h" /* for xcoff_data */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <procinfo.h>
|
#include <procinfo.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
#include <sys/reg.h>
|
#include <sys/reg.h>
|
||||||
#if 0
|
|
||||||
#include <pthread.h>
|
|
||||||
#endif
|
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
#include <sys/pthdebug.h>
|
#include <sys/pthdebug.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue