* config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS.
authorIan Lance Taylor <ian@airs.com>
Tue, 28 Sep 1993 21:58:59 +0000 (21:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 28 Sep 1993 21:58:59 +0000 (21:58 +0000)
* config/tm-sysv4.h: Don't include solib.h.
* config/xm-sysv4.h: Don't define SVR4_SHARED_LIBS.
* config/i386/i386v4.mt (TDEPFILES): Move solib.o from here...
* config/i386/i386v4.mh (NATDEPFILES): ...to here.
* config/i386/nm-i386v4.h: Include nm-sysv4.h.
* config/m68k/amix.mt (TDEPFIES): Move solib.o from here...
* config/m68k/amix.mh (NATDEPFILES): ...to here.

gdb/ChangeLog
gdb/config/i386/i386v4.mt
gdb/config/m68k/amix.mh
gdb/config/m68k/amix.mt
gdb/config/nm-sysv4.h
gdb/config/tm-sysv4.h
gdb/config/xm-sysv4.h

index d4fd973694ed16ec019bce953d62fa8a47baa227..448f4a20bc9f8787d2a83e1417fe333af49b8ae6 100644 (file)
@@ -1,3 +1,14 @@
+Tue Sep 28 17:53:26 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * config/nm-sysv4.h: Include solib.h.  Define SVR4_SHARED_LIBS.
+       * config/tm-sysv4.h: Don't include solib.h.
+       * config/xm-sysv4.h: Don't define SVR4_SHARED_LIBS.
+       * config/i386/i386v4.mt (TDEPFILES): Move solib.o from here...
+       * config/i386/i386v4.mh (NATDEPFILES): ...to here.
+       * config/i386/nm-i386v4.h: Include nm-sysv4.h.
+       * config/m68k/amix.mt (TDEPFIES): Move solib.o from here...
+       * config/m68k/amix.mh (NATDEPFILES): ...to here.
+
 Tue Sep 28 09:45:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * symmisc.c (print_symbol): Use %02x not %2x for LOC_CONST_BYTES.
index 818bee22539497b2df72fa1dceaefe2932f9ad6c..89df671a0b44a102bf6713178a7b6ca663869cf7 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Intel 386 running SVR4
-TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o exec.o
+TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o exec.o
 TM_FILE= tm-i386v4.h
index b445d436f00e73c9bffae50d3da2c4c3be15d5eb..e66d3ffe6cda5a3c66f4258499433770d5113aa7 100644 (file)
@@ -1,6 +1,6 @@
 # Host: Commodore Amiga running SVR4.
 NAT_FILE= nm-sysv4.h
-NATDEPFILES= corelow.o core-svr4.o procfs.o fork-child.o
+NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o
 XDEPFILES=
 XM_FILE= xm-amix.h
 SYSV_DEFINE=-DSYSV
index 91166b92e5db8fda2b87ee71b198490edf5d3372..ea92eef994737bf63d6921c03cf015cf833569e9 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Commodore Amiga running SVR4
-TDEPFILES= m68k-pinsn.o exec.o m68k-tdep.o solib.o
+TDEPFILES= m68k-pinsn.o exec.o m68k-tdep.o
 TM_FILE= tm-amix.h
index 4aff70089107755279e6fd4819d6b133610bbb05..d8f5c3cd655273fdcbe3eb3c5bbe2311eff47cb6 100644 (file)
@@ -18,6 +18,12 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#include "solib.h"     /* Support for shared libraries. */
+
+/* Use SVR4 style shared library support */
+
+#define SVR4_SHARED_LIBS
+
 /* SVR4 has /proc support, so use it instead of ptrace. */
 
 #define USE_PROC_FS
index f63d1749d968a272176b8ac640452bf85c3e96e2..18c88efa29b93e842aabaffac523357bab0dd0b1 100644 (file)
@@ -18,8 +18,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "solib.h"     /* Support for shared libraries. */
-
 /* For SVR4 shared libraries, each call to a library routine goes through
    a small piece of trampoline code in the ".init" section.  Although each
    of these fragments is labeled with the name of the routine being called,
index 6ce3bc0bf20472a6fd58143e581ec808057ee941..9c97646b4f7c2d55697d6324e23f4318af2f94a0 100644 (file)
@@ -18,10 +18,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* Use SVR4 style shared library support */
-
-#define SVR4_SHARED_LIBS
-
 /* SVR4 has termios facilities. */
 
 #undef HAVE_TERMIO
This page took 0.029358 seconds and 4 git commands to generate.