]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 24 Nov 2006 18:23:34 +0000 (18:23 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 24 Nov 2006 18:23:34 +0000 (18:23 +0000)
(nto-procfs.o): Likewise.
* mips-linux-tdep.c: Include "solib.h".
* nto-procfs.c: Likewise.
* config/nm-linux.h: Do not include "solib.h".
* config/nm-nbsd.h: Likewise.
* config/tm-linux.h: Likewise.
* config/alpha/nm-osf.h: Likewise.
* config/frv/tm-frv.h: Likewise.
* config/i386/nm-fbsh.h: Likewise.
* config/i386/nm-i386gnu.h: Likewise.
* config/i386/nm-i386sco5.h: Likewise.
* config/i386/nm-i386sol2.h: Likewise.
* config/i386/nm-i386v4.h: Likewise.
* config/i386/nm-i386v42mp.h: Likewise.
* config/i386/tm-i386sol2.h: Likewise.
* config/i386/tm-nto.h: Likewise.
* config/mips/nm-irix5.h: Likewise.
* config/mips/tm-nbsd.h: Likewise.
* config/pa/tm-hppah.h: Likewise.
* config/powerpc/tm-ppc-eabi.h: Likewise.
* config/rs6000/tm-rs6000.h: Likewise.
* config/sh/tm-nbsd.h: Likewise.
* config/sparc/nm-sol2.h: Likewise.
* config/sparc/tm-sol2.h: Likewise.
* config/arm/nbsdaout.mh: Remove NAT_FILE.
* config/i386/nbsdaout.mh: Likewise.
* config/i386/nbsdelf.mh: Likewise.
* config/i386/obsdaout.mh: Likewise.
* config/m68k/nbsdaout.mh: Likewise.
* config/m68k/obsd.mh: Likewise.
* config/sparc/nbsdaout.mh: Likewise.
* config/cris/cris.mt: Remove DEPRECATED_TM_FILE.
* config/i386/linux64.mt: Likewise.
* config/m68k/linux.mt: Likewise.
* config/m68k/nbsd.mt: Likewise.
* config/sparc/linux.mt: Likewise.
* config/sparc/linux64.mt: Likewise.
* config/vax/nbsd.mt: Likewise.

39 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/config/alpha/nm-osf.h
gdb/config/arm/nbsdaout.mh
gdb/config/cris/cris.mt
gdb/config/frv/tm-frv.h
gdb/config/i386/linux64.mt
gdb/config/i386/nbsdaout.mh
gdb/config/i386/nbsdelf.mh
gdb/config/i386/nm-fbsd.h
gdb/config/i386/nm-i386gnu.h
gdb/config/i386/nm-i386sco5.h
gdb/config/i386/nm-i386sol2.h
gdb/config/i386/nm-i386v4.h
gdb/config/i386/nm-i386v42mp.h
gdb/config/i386/obsdaout.mh
gdb/config/i386/tm-i386sol2.h
gdb/config/i386/tm-nto.h
gdb/config/m68k/linux.mt
gdb/config/m68k/nbsd.mt
gdb/config/m68k/nbsdaout.mh
gdb/config/m68k/obsd.mh
gdb/config/mips/nm-irix5.h
gdb/config/mips/tm-nbsd.h
gdb/config/nm-linux.h
gdb/config/nm-nbsd.h
gdb/config/pa/tm-hppah.h
gdb/config/powerpc/tm-ppc-eabi.h
gdb/config/rs6000/tm-rs6000.h
gdb/config/sh/tm-nbsd.h
gdb/config/sparc/linux.mt
gdb/config/sparc/linux64.mt
gdb/config/sparc/nbsdaout.mh
gdb/config/sparc/nm-sol2.h
gdb/config/sparc/tm-sol2.h
gdb/config/tm-linux.h
gdb/config/vax/nbsd.mt
gdb/mips-linux-tdep.c
gdb/nto-procfs.c

index 28a997d417d2fddbc9ecc1e93efa63df4540e9ba..63d1f3dc9399b2c0841b2f230f154230c0066c58 100644 (file)
@@ -1,3 +1,45 @@
+2006-11-24  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency.
+       (nto-procfs.o): Likewise.
+       * mips-linux-tdep.c: Include "solib.h".
+       * nto-procfs.c: Likewise.
+       * config/nm-linux.h: Do not include "solib.h".
+       * config/nm-nbsd.h: Likewise.
+       * config/tm-linux.h: Likewise.
+       * config/alpha/nm-osf.h: Likewise.
+       * config/frv/tm-frv.h: Likewise.
+       * config/i386/nm-fbsh.h: Likewise.
+       * config/i386/nm-i386gnu.h: Likewise.
+       * config/i386/nm-i386sco5.h: Likewise.
+       * config/i386/nm-i386sol2.h: Likewise.
+       * config/i386/nm-i386v4.h: Likewise.
+       * config/i386/nm-i386v42mp.h: Likewise.
+       * config/i386/tm-i386sol2.h: Likewise.
+       * config/i386/tm-nto.h: Likewise.
+       * config/mips/nm-irix5.h: Likewise.
+       * config/mips/tm-nbsd.h: Likewise.
+       * config/pa/tm-hppah.h: Likewise.
+       * config/powerpc/tm-ppc-eabi.h: Likewise.
+       * config/rs6000/tm-rs6000.h: Likewise.
+       * config/sh/tm-nbsd.h: Likewise.
+       * config/sparc/nm-sol2.h: Likewise.
+       * config/sparc/tm-sol2.h: Likewise.
+       * config/arm/nbsdaout.mh: Remove NAT_FILE.
+       * config/i386/nbsdaout.mh: Likewise.
+       * config/i386/nbsdelf.mh: Likewise.
+       * config/i386/obsdaout.mh: Likewise.
+       * config/m68k/nbsdaout.mh: Likewise.
+       * config/m68k/obsd.mh: Likewise.
+       * config/sparc/nbsdaout.mh: Likewise.
+       * config/cris/cris.mt: Remove DEPRECATED_TM_FILE.
+       * config/i386/linux64.mt: Likewise.
+       * config/m68k/linux.mt: Likewise.
+       * config/m68k/nbsd.mt: Likewise.
+       * config/sparc/linux.mt: Likewise.
+       * config/sparc/linux64.mt: Likewise.
+       * config/vax/nbsd.mt: Likewise.
+
 2006-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * NEWS: New port to Cell Broadband Engine SPU.
index 6ec2d2e82c97828d7b3f1434ddd1492c7d9e9ada..3782308b40f4d31f3312a26e221308267eed9375 100644 (file)
@@ -2355,7 +2355,7 @@ mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) $(target_h) \
 mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \
        $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \
        $(gdb_assert_h) $(frame_h) $(regcache_h) $(trad_frame_h) \
-       $(tramp_frame_h) $(floatformat_h) $(mips_linux_tdep_h)
+       $(tramp_frame_h) $(floatformat_h) $(solib_h) $(mips_linux_tdep_h)
 mips-mdebug-tdep.o: mips-mdebug-tdep.c $(defs_h) $(frame_h) $(mips_tdep_h) \
        $(trad_frame_h) $(block_h) $(symtab_h) $(objfiles_h) $(elf_mips_h) \
        $(elf_bfd_h) $(gdb_assert_h) $(frame_unwind_h) $(frame_base_h) \
@@ -2404,7 +2404,7 @@ nlmread.o: nlmread.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
        $(objfiles_h) $(buildsym_h) $(stabsread_h) $(block_h)
 nto-procfs.o: nto-procfs.c $(defs_h) $(gdb_dirent_h) $(exceptions_h) \
        $(gdb_string_h) $(gdbcore_h) $(inferior_h) $(target_h) $(objfiles_h) \
-       $(gdbthread_h) $(nto_tdep_h) $(command_h) $(regcache_h)
+       $(gdbthread_h) $(nto_tdep_h) $(command_h) $(regcache_h) $(solib_h)
 nto-tdep.o: nto-tdep.c $(gdb_stat_h) $(gdb_string_h) $(nto_tdep_h) $(top_h) \
        $(cli_decode_h) $(cli_cmds_h) $(inferior_h) $(gdbarch_h) $(bfd_h) \
        $(elf_bfd_h) $(solib_svr4_h) $(gdbcore_h)
index 119a036b3693acde5b365fb9436c66eae1336b31..927558c7e145304e0f73dff2810f18ab2527de31 100644 (file)
 
 #define PTRACE_XFER_TYPE long
 
-/* Support for shared libraries.  */
-
-#include "solib.h"
-
 /* Given a pointer to either a gregset_t or fpregset_t, return a
    pointer to the first register.  */
 #define ALPHA_REGSET_BASE(regsetp)     ((regsetp)->regs)
index 2e84c1b2d896e98fd3d85b2b30fa68f824f25566..b06044b7cff739bb63011af290b1679aa7339f9f 100644 (file)
@@ -1,4 +1,3 @@
 # Host: NetBSD/arm
 NATDEPFILES= fork-child.o inf-ptrace.o corelow.o armnbsd-nat.o \
        solib-sunos.o
-NAT_FILE= solib.h
index 9f91915978f9b5ce34d810578b6277c70e5492c8..a7f484f84d7ba19e4b38c2cae31429148bede179 100644 (file)
@@ -1,2 +1 @@
 TDEPFILES= cris-tdep.o corelow.o solib.o solib-svr4.o
-DEPRECATED_TM_FILE= solib.h
index 437487218d065cfa41a07c9551c55ab163fb81f6..2c65f2c48e78bda62d9b28d5c212a739f1c6b491 100644 (file)
@@ -40,4 +40,3 @@ extern int frv_have_stopped_data_address(void);
 #define target_stopped_data_address(target, x) frv_stopped_data_address(x)
 extern int frv_stopped_data_address(CORE_ADDR *addr_p);
 
-#include "solib.h"             /* Include support for shared libraries.  */
index a5839dfb1a0f34cd2a866356f6b9ccb7ff30cf12..61167fb75322dc44af6ce9a0d2084f24c73bcd83 100644 (file)
@@ -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
index 1614c4d901763de8e5a92d0a33d618cef11b728e..a14130ad68813869d4dc631ed0f250b0f5ef4509 100644 (file)
@@ -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
index e49a49aac420617840aefad06d32c61d582cfb0e..be18b4df4efe2d0f918601c72e7e70984de1625b 100644 (file)
@@ -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
index 504bed57d22ab06b11a91bf9c885937e6dbc12ef..e29d9e4ef3f28eafb30bb40b21126fa445d1b250 100644 (file)
@@ -52,8 +52,4 @@ extern void i386bsd_dr_reset_addr (int regnum);
 extern unsigned long i386bsd_dr_get_status (void);
 \f
 
-/* Shared library support.  */
-
-#include "solib.h"
-
 #endif /* nm-fbsd.h */
index 8fe4d3ec8828d16be3295d24bfb26ee593858a52..e3b5eff7babd73aea858edb487976f2cca08c0ad 100644 (file)
@@ -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
index aa9a910c87eb69d427b0ff65139d06348799d4fa..a19afe1c768069e26b73e42da6604c8512e4c6e1 100644 (file)
@@ -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
index b71ee82ca91944ca0d24c0466259094fb81a9c88..797b05ceb6ac2349d84a4de68ee6445513a1c474 100644 (file)
    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
index c565c899d592e3fccae2191745660bd137b1cd5e..438dcac7f81de4994162c825fd82fdd50cc77244 100644 (file)
    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
index c5abdc3629cca074823da2e9ef90fa16fd6fa589..a49c4db2a35eccdf58da98e87657145531b311ae 100644 (file)
 #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
index 20b975aa187692fffb3180b866a84ba804e0c87b..d60758a1967794ff41c32bef854914f7454a53fb 100644 (file)
@@ -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
index 3dfbbbbb85d275cacd8a2ee4a3911bfac51c9ab6..fa5c8053a4dc88a7b69866758741d96b4da3df10 100644 (file)
@@ -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
index 670acc8d926f8c487164b384dee95eeea0e92ebc..139167df4c7be9145ba9e27ca09ef6015ddfcd0c 100644 (file)
@@ -26,6 +26,4 @@
 
 #include "config/tm-nto.h"
 
-#include "solib.h"
-
 #endif /* TM_NTO_H */
index 2eba02b987630364cd823e93abe576c631a24f04..1582635e2386c0095618a8f19025aa66e949fc01 100644 (file)
@@ -1,3 +1,2 @@
 # Target: Motorola m68k with a.out and ELF
 TDEPFILES= m68k-tdep.o m68klinux-tdep.o solib.o solib-svr4.o glibc-tdep.o symfile-mem.o
-DEPRECATED_TM_FILE= solib.h
index db3e3573d7f0dba4eb632a3c0957fd3a4db584c6..6baefd9de110f7a1e6b488e0593ea31bf1aa54a7 100644 (file)
@@ -1,3 +1,2 @@
 # Target: NetBSD/m68k
 TDEPFILES= m68k-tdep.o m68kbsd-tdep.o corelow.o solib.o solib-svr4.o
-DEPRECATED_TM_FILE= solib.h
index 2ca3fa55605aa73be9f84d99bb8916dda50b1c5a..09d2a1273e862835e912244e17e742e976c780d2 100644 (file)
@@ -1,6 +1,5 @@
 # Host: NetBSD/m68k a.out
 NATDEPFILES= m68kbsd-nat.o fork-child.o inf-ptrace.o \
        solib.o solib-sunos.o
-NAT_FILE= solib.h
 
 LOADLIBES= -lkvm
index 2873d8b19da4c22bba58c26389426a62a7a303ac..6103c4134e4e415bc2b508f313615805a6efb109 100644 (file)
@@ -1,6 +1,5 @@
 # Host: OpenBSD/m68k
 NATDEPFILES= m68kbsd-nat.o bsd-kvm.o fork-child.o inf-ptrace.o \
        solib.o solib-sunos.o
-NAT_FILE= solib.h
 
 LOADLIBES= -lkvm
index 7f9629373a9c35abf296f523ad7208b5dc89cd2c..a253973d5e8d3884756f0076f09a22ed2b43c5bd 100644 (file)
    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
index c5da546d03c929d9a58086c7a867941e285a81f2..4e490821ae29e0d9d94163b8769a776acf1c0e0e 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef TM_NBSD_H
 #define TM_NBSD_H
 
-#include "solib.h"
-
 #undef SKIP_TRAMPOLINE_CODE
 #undef DEPRECATED_IGNORE_HELPER_CALL
 
index 39e78cfa8e452c8de8042eae668abda5acf26207..b866ea4552640c4f6b86bbf2026380352b98a5f4 100644 (file)
@@ -35,14 +35,6 @@ struct target_ops;
 #define REALTIME_HI    (__SIGRTMAX + 1)
 #endif
 
-/* We define this if link.h is available, because with ELF we use SVR4
-   style shared libraries.  */
-
-#ifdef HAVE_LINK_H
-#include "solib.h"             /* Support for shared libraries.  */
-#endif
-\f
-
 extern void lin_lwp_attach_lwp (ptid_t ptid, int verbose);
 #define ATTACH_LWP(ptid, verbose) lin_lwp_attach_lwp ((ptid), (verbose))
 
index 72f49c971e9929d3d5e6ba3e8d7ea9e6b521591e..311d450e0c7a435a46efa4d16676e0837ac17358 100644 (file)
@@ -21,4 +21,3 @@
 
 #define FETCH_INFERIOR_REGISTERS
 
-#include "solib.h"             /* Support for shared libraries. */
index 8d2f518e6faf5a5f78884be2d5835c4cb69367f8..aca4d161298aec16cdc6aa8e362ecaaf5a9fa328 100644 (file)
@@ -24,8 +24,6 @@
 
 struct frame_info;
 
-#include "solib.h"             /* Support for shared libraries. */
-
 /* For HP-UX on PA-RISC we have an implementation
    for the exception handling target op (in hppa-tdep.c) */
 #define CHILD_ENABLE_EXCEPTION_CALLBACK
index d29b05ddcd0d9830a010ed32e4e8ff3c6ab70c25..009cb77cde6620dd1927c2535f291a8950bf3377 100644 (file)
@@ -34,7 +34,4 @@
    it shouldn't be. */
 #define SOFUN_ADDRESS_MAYBE_MISSING
 
-/* Use generic shared library machinery.  */
-#include "solib.h"
-
 #endif /* TM_PPC_EABI_H */
index 8afd2cadc94c83e1939b84dbe305f038e5580e43..6fa16395af395c6b4e3ef11159774748faf8bc51 100644 (file)
@@ -90,9 +90,3 @@ extern CORE_ADDR (*rs6000_find_toc_address_hook) (CORE_ADDR);
 
 extern void (*rs6000_set_host_arch_hook) (int);
 
-/* We need solib.h for building cross debuggers.  However, we don't want
-   to clobber any special solib support required by native debuggers, so
-   only include solib.h if SOLIB_ADD is not defined.  */
-#ifndef SOLIB_ADD
-#include "solib.h"
-#endif
index 37dfe3452e23f8c98ce004616356d0b64a60e6a7..6aabe1ea0560295daf836ae674e03c4e71b9ef27 100644 (file)
@@ -23,6 +23,5 @@
 #define TM_NBSD_H
 
 #include "sh/tm-sh.h"
-#include "solib.h"
 
 #endif /* TM_NBSD_H */
index 2fc5e220d312b4aa385ed6cade61a7a79d58f220..2aad58effc0d846ea3d3623b5a69fa5509fef4bf 100644 (file)
@@ -1,4 +1,3 @@
 # Target: GNU/Linux SPARC
 TDEPFILES= sparc-tdep.o sparc-sol2-tdep.o sol2-tdep.o sparc-linux-tdep.o \
        solib.o solib-svr4.o symfile-mem.o
-DEPRECATED_TM_FILE= solib.h
index be7cfff3b40a5b155d3a69368679e2fc69b471a3..d9d0644e0ce9ce7e59d15e1903e959c179d37851 100644 (file)
@@ -2,4 +2,3 @@
 TDEPFILES= sparc64-tdep.o sparc64-sol2-tdep.o sol2-tdep.o sparc64-linux-tdep.o \
        sparc-tdep.o sparc-sol2-tdep.o sparc-linux-tdep.o \
        solib.o solib-svr4.o
-DEPRECATED_TM_FILE= solib.h
index bcfbbb388a056b98b030e7a9db5f8489f25009b1..e5f4f257ed00482e9b6d22a05c06e971c221cef7 100644 (file)
@@ -1,6 +1,5 @@
 # Host: NetBSD/sparc a.out
 NATDEPFILES= fork-child.o inf-ptrace.o \
        sparc-nat.o sparcnbsd-nat.o bsd-kvm.o solib-sunos.o
-NAT_FILE= solib.h
 
 LOADLIBES= -lkvm
index bc9de3fdf8012c808439821362c260b20968fc96..d95fe6e0983ec42a6db2b3b9af2cd1f03f49c1b6 100644 (file)
 #define GDB_GREGSET_T prgregset_t
 #define GDB_FPREGSET_T prfpregset_t
 
-/* Shared library support.  */
-
-#include "solib.h"
-
 /* Hardware wactchpoints.  */
 
 /* Solaris 2.6 and above can do HW watchpoints.  */
index d4ca102f225b3d72f97f2b5a254c351548c416e5..26448835c8fd7c73a309fc89a687fe0b630cd6fb 100644 (file)
@@ -21,9 +21,6 @@
 #ifndef TM_SOL2_H
 #define TM_SOL2_H
 
-/* Shared library support.  */
-#include "solib.h"
-
 /* The Sun compilers (Sun ONE Studio, Forte Developer, Sun WorkShop,
    SunPRO) compiler puts out 0 instead of the address in N_SO stabs.
    Starting with SunPRO 3.0, the compiler does this for N_FUN stabs
index 942995fe6bf900638a0a3c21d835796960ee34ad..7249893eb055d67a8c495993fb41622072e60914 100644 (file)
@@ -35,4 +35,3 @@
 
 #define SKIP_TRAMPOLINE_CODE(pc)  find_solib_trampoline_target (pc)
 
-#include "solib.h"             /* Support for shared libraries. */
index dfe746fd520b9209cd0f884b6ef8914d243ff4d2..f4321f538d90502b4d57684fb9cbfc8bf3039ee4 100644 (file)
@@ -1,3 +1,2 @@
 # Target: NetBSD/vax
 TDEPFILES= vax-tdep.o vaxnbsd-tdep.o corelow.o solib.o solib-svr4.o
-DEPRECATED_TM_FILE= solib.h
index 5d789d245771a49b1204176030e8ee6ff72b8f48..a9948d65df3a17c7d51aae1edc158da278d3fb3b 100644 (file)
@@ -33,6 +33,7 @@
 #include "trad-frame.h"
 #include "tramp-frame.h"
 #include "floatformat.h"
+#include "solib.h"
 #include "mips-linux-tdep.h"
 
 /* Figure out where the longjmp will land.
index 6dc056a714fa2859b69cad7521732ebdc9b36f98..6a848f838450c00a10923e3d114d91e56c576ee5 100644 (file)
@@ -43,6 +43,7 @@
 #include "nto-tdep.h"
 #include "command.h"
 #include "regcache.h"
+#include "solib.h"
 
 #define NULL_PID               0
 #define _DEBUG_FLAG_TRACE      (_DEBUG_FLAG_TRACE_EXEC|_DEBUG_FLAG_TRACE_RD|\