diff options
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/linux64.mt | 1 | ||||
-rw-r--r-- | gdb/config/i386/nbsdaout.mh | 1 | ||||
-rw-r--r-- | gdb/config/i386/nbsdelf.mh | 1 | ||||
-rw-r--r-- | gdb/config/i386/nm-fbsd.h | 4 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386gnu.h | 3 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386sco5.h | 3 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386sol2.h | 4 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386v4.h | 4 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386v42mp.h | 4 | ||||
-rw-r--r-- | gdb/config/i386/obsdaout.mh | 1 | ||||
-rw-r--r-- | gdb/config/i386/tm-i386sol2.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/tm-nto.h | 2 |
12 files changed, 0 insertions, 30 deletions
diff --git a/gdb/config/i386/linux64.mt b/gdb/config/i386/linux64.mt index a5839dfb1a0..61167fb7532 100644 --- a/gdb/config/i386/linux64.mt +++ b/gdb/config/i386/linux64.mt @@ -2,4 +2,3 @@ TDEPFILES= amd64-tdep.o amd64-linux-tdep.o \ i386-tdep.o i387-tdep.o i386-linux-tdep.o glibc-tdep.o \ solib.o solib-svr4.o corelow.o symfile-mem.o -DEPRECATED_TM_FILE= solib.h diff --git a/gdb/config/i386/nbsdaout.mh b/gdb/config/i386/nbsdaout.mh index 1614c4d9017..a14130ad688 100644 --- a/gdb/config/i386/nbsdaout.mh +++ b/gdb/config/i386/nbsdaout.mh @@ -2,6 +2,5 @@ NATDEPFILES= fork-child.o inf-ptrace.o \ i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \ solib.o solib-sunos.o -NAT_FILE= solib.h LOADLIBES= -lkvm diff --git a/gdb/config/i386/nbsdelf.mh b/gdb/config/i386/nbsdelf.mh index e49a49aac42..be18b4df4ef 100644 --- a/gdb/config/i386/nbsdelf.mh +++ b/gdb/config/i386/nbsdelf.mh @@ -1,6 +1,5 @@ # Host: NetBSD/i386 ELF NATDEPFILES= fork-child.o inf-ptrace.o \ i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o -NAT_FILE= solib.h LOADLIBES= -lkvm diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h index 504bed57d22..e29d9e4ef3f 100644 --- a/gdb/config/i386/nm-fbsd.h +++ b/gdb/config/i386/nm-fbsd.h @@ -52,8 +52,4 @@ extern void i386bsd_dr_reset_addr (int regnum); extern unsigned long i386bsd_dr_get_status (void); -/* Shared library support. */ - -#include "solib.h" - #endif /* nm-fbsd.h */ diff --git a/gdb/config/i386/nm-i386gnu.h b/gdb/config/i386/nm-i386gnu.h index 8fe4d3ec882..e3b5eff7bab 100644 --- a/gdb/config/i386/nm-i386gnu.h +++ b/gdb/config/i386/nm-i386gnu.h @@ -34,9 +34,6 @@ extern char *gnu_target_pid_to_str (int pid); /* Don't do wait_for_inferior on attach. */ #define ATTACH_NO_WAIT -/* Use SVR4 style shared library support */ -#include "solib.h" - /* Thread flavors used in re-setting the T bit. */ #define THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE #define THREAD_STATE_SIZE i386_THREAD_STATE_COUNT diff --git a/gdb/config/i386/nm-i386sco5.h b/gdb/config/i386/nm-i386sco5.h index aa9a910c87e..a19afe1c768 100644 --- a/gdb/config/i386/nm-i386sco5.h +++ b/gdb/config/i386/nm-i386sco5.h @@ -28,9 +28,6 @@ /* Basically, its a lot like the older versions ... */ #include "i386/nm-i386sco.h" -/* ... but it can do a lot of SVR4 type stuff too. */ -#include "solib.h" /* Pick up shared library support. */ - /* SCO is unlike other SVR4 systems in that it has SVR4 style shared libs, with a slight twist. We expect 3 traps (2 for the exec and one for the dynamic loader). After the third trap we insert the diff --git a/gdb/config/i386/nm-i386sol2.h b/gdb/config/i386/nm-i386sol2.h index b71ee82ca91..797b05ceb6a 100644 --- a/gdb/config/i386/nm-i386sol2.h +++ b/gdb/config/i386/nm-i386sol2.h @@ -18,10 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Use SVR4 style shared library support */ - -#include "solib.h" - /* SVR4 has /proc support, so use it instead of ptrace. */ #define USE_PROC_FS diff --git a/gdb/config/i386/nm-i386v4.h b/gdb/config/i386/nm-i386v4.h index c565c899d59..438dcac7f81 100644 --- a/gdb/config/i386/nm-i386v4.h +++ b/gdb/config/i386/nm-i386v4.h @@ -20,10 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Use SVR4 style shared library support */ - -#include "solib.h" - /* SVR4 has /proc support, so use it instead of ptrace. */ #define USE_PROC_FS diff --git a/gdb/config/i386/nm-i386v42mp.h b/gdb/config/i386/nm-i386v42mp.h index c5abdc3629c..a49c4db2a35 100644 --- a/gdb/config/i386/nm-i386v42mp.h +++ b/gdb/config/i386/nm-i386v42mp.h @@ -23,10 +23,6 @@ #ifndef NM_I386V42MP_H #define NM_I386V42MP_H -/* Use SVR4 style shared library support */ - -#include "solib.h" - /* SVR4 has /proc support, so use it instead of ptrace. */ #define USE_PROC_FS diff --git a/gdb/config/i386/obsdaout.mh b/gdb/config/i386/obsdaout.mh index 20b975aa187..d60758a1967 100644 --- a/gdb/config/i386/obsdaout.mh +++ b/gdb/config/i386/obsdaout.mh @@ -2,6 +2,5 @@ NATDEPFILES= fork-child.o inf-ptrace.o \ i386bsd-nat.o i386nbsd-nat.o i386obsd-nat.o bsd-kvm.o \ solib.o solib-sunos.o -NAT_FILE= solib.h LOADLIBES= -lkvm diff --git a/gdb/config/i386/tm-i386sol2.h b/gdb/config/i386/tm-i386sol2.h index 3dfbbbbb85d..fa5c8053a4d 100644 --- a/gdb/config/i386/tm-i386sol2.h +++ b/gdb/config/i386/tm-i386sol2.h @@ -22,8 +22,6 @@ #ifndef TM_I386SOL2_H #define TM_I386SOL2_H 1 -#include "solib.h" - /* The SunPRO compiler puts out 0 instead of the address in N_SO symbols, and for SunPRO 3.0, N_FUN symbols too. */ #define SOFUN_ADDRESS_MAYBE_MISSING diff --git a/gdb/config/i386/tm-nto.h b/gdb/config/i386/tm-nto.h index 670acc8d926..139167df4c7 100644 --- a/gdb/config/i386/tm-nto.h +++ b/gdb/config/i386/tm-nto.h @@ -26,6 +26,4 @@ #include "config/tm-nto.h" -#include "solib.h" - #endif /* TM_NTO_H */ |