Index: ChangeLog
authorAndrew Cagney <cagney@redhat.com>
Fri, 3 Sep 2004 17:13:48 +0000 (17:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 3 Sep 2004 17:13:48 +0000 (17:13 +0000)
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
* config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
* config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
* config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
* config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
* sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
* sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.

Index: doc/ChangeLog
2004-09-03  Andrew Cagney  <cagney@gnu.org>

* gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.

12 files changed:
gdb/ChangeLog
gdb/config/i386/nm-i386sco5.h
gdb/config/i386/tm-linux64.h
gdb/config/m68k/tm-linux.h
gdb/config/nm-gnu.h
gdb/config/nm-linux.h
gdb/config/nm-sysv4.h
gdb/config/tm-linux.h
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/sh-tdep.c
gdb/sh64-tdep.c

index 5d5168914cec6e3904696ef6f0ac7b7abce712c7..b5f11584e69058b5537bc3d083f78ec2a7810c7a 100644 (file)
@@ -1,5 +1,15 @@
 2004-09-03  Andrew Cagney  <cagney@gnu.org>
 
+       * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
+       * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
+       * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
+       * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
+       * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
+       * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
+       * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
+       * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
+       * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
+
        * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
        gdb_host_cpu.
 
index 5c656b0837d0c80d5e0e8fd6a3ff004e5c7d5155..aa9a910c87eb69d427b0ff65139d06348799d4fa 100644 (file)
@@ -29,7 +29,6 @@
 #include "i386/nm-i386sco.h"
 
 /* ... but it can do a lot of SVR4 type stuff too.  */
-#define SVR4_SHARED_LIBS
 #include "solib.h"             /* Pick up shared library support.  */
 
 /* SCO is unlike other SVR4 systems in that it has SVR4 style shared
index c3ff3521ea8a156ab8e5e70128e0b5f7e0e54c68..1aad06575c98c70f65fcbde16234f7c4aa0c63c0 100644 (file)
 #ifndef TM_LINUX64_H
 #define TM_LINUX64_H
 
-/* We define SVR4_SHARED_LIBS unconditionally, on the assumption that
-   link.h is available on all linux platforms.  For I386 and SH3/4, we
-   hard-code the information rather than use link.h anyway (for the
-   benefit of cross-debugging).  We may move to doing that for other
-   architectures as well.  */
-
-#define SVR4_SHARED_LIBS
 #include "solib.h"              /* Support for shared libraries. */
 
 #endif /* tm-linux64.h */
index fc191b16404cc9ec41ae52ee9f9babb3a14ce229..7892e60cc1284c307c54dcf7c336d6bb4422ba4e 100644 (file)
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-/* We define SVR4_SHARED_LIBS unconditionally, on the assumption that
-   link.h is available on all linux platforms.  For I386 and SH3/4, 
-   we hard-code the information rather than use link.h anyway (for 
-   the benefit of cross-debugging).  We may move to doing that for
-   other architectures as well.  */
-
-#define SVR4_SHARED_LIBS
 #include "solib.h"             /* Support for shared libraries. */
index bff33dd129eb940264950a4f9c33fb2cee4e4274..b64af737d105761711200f2232c5cc2e437eda11 100644 (file)
@@ -36,7 +36,6 @@ extern char *gnu_target_pid_to_str (int pid);
 #define ATTACH_NO_WAIT
 
 /* Use SVR4 style shared library support */
-#define SVR4_SHARED_LIBS
 #include "solib.h"
 
 #endif /* __NM_GNU_H__ */
index c935524723dbce547d0a88c5a836f4ea43f70760..870e40d34dc76e8d062969ba24d34ed5aa2d65d6 100644 (file)
@@ -38,7 +38,6 @@ struct target_ops;
    style shared libraries.  */
 
 #ifdef HAVE_LINK_H
-#define SVR4_SHARED_LIBS
 #include "solib.h"             /* Support for shared libraries.  */
 #endif
 \f
index efd2cf680778d4a2921c586bc4b32f4e47262345..ca281c929505ff57c4117819672b87247bc17256 100644 (file)
@@ -21,7 +21,6 @@
 
 /* Use SVR4 style shared library support */
 
-#define SVR4_SHARED_LIBS
 #include "solib.h"
 
 /* SVR4 has /proc support, so use it instead of ptrace. */
index caf008a9cb1dbbb651ebf40c13abddf9c68002a5..2ee2acd786b729960020990d6210e40fb99b0580 100644 (file)
 
 #include "config/tm-sysv4.h"
 
-/* We define SVR4_SHARED_LIBS unconditionally, on the assumption that
-   link.h is available on all linux platforms.  For I386 and SH3/4, 
-   we hard-code the information rather than use link.h anyway (for 
-   the benefit of cross-debugging).  We may move to doing that for
-   other architectures as well.  */
-
-#define SVR4_SHARED_LIBS
 #include "solib.h"             /* Support for shared libraries. */
index 6832406cf1c558792e2a8165b584b685306ed674..3df5fb287167b059fd5ebd6962ce2762c2f48e8f 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-03  Andrew Cagney  <cagney@gnu.org>
+
+       * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
+
 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
 
        * observer.texi (solib_unloaded): New observer.
index b7d6f4728e3e1a2ea5c3a245121feadae91c19a6..b153f926d49ab6329ac9232749ab3b68bd774309 100644 (file)
@@ -4442,10 +4442,6 @@ the shell execs, and once when the program itself execs.  If the actual
 number of traps is something other than 2, then define this macro to
 expand into the number expected.
 
-@item SVR4_SHARED_LIBS
-@findex SVR4_SHARED_LIBS
-Define this to indicate that SVR4-style shared libraries are in use.
-
 @item USE_PROC_FS
 @findex USE_PROC_FS
 This determines whether small routines in @file{*-tdep.c}, which
index 9cce79bee130ca22ee895be1a55b9d0483193b5f..03ef25cd09bfea90a82cd8627bcc1e608f7678f3 100644 (file)
@@ -1824,8 +1824,6 @@ sh_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file,
     }
 }
 
-#ifdef SVR4_SHARED_LIBS
-
 /* Fetch (and possibly build) an appropriate link_map_offsets structure
    for native i386 linux targets using the struct offsets defined in
    link.h (but without actual reference to that file).
@@ -1866,7 +1864,6 @@ sh_linux_svr4_fetch_link_map_offsets (void)
 
   return lmp;
 }
-#endif /* SVR4_SHARED_LIBS */
 
 static int
 sh_dsp_register_sim_regno (int nr)
index 97a46817943ec84d67b9cf30996bcdf01a109dde..fac6617a3ffd44b211e04e969a65378bf94b71f7 100644 (file)
@@ -2736,8 +2736,6 @@ sh64_do_registers_info (int regnum, int fpregs)
    sh_compact_do_registers_info (regnum, fpregs);
 }
 
-#ifdef SVR4_SHARED_LIBS
-
 /* Fetch (and possibly build) an appropriate link_map_offsets structure
    for native i386 linux targets using the struct offsets defined in
    link.h (but without actual reference to that file).
@@ -2778,7 +2776,6 @@ sh_linux_svr4_fetch_link_map_offsets (void)
 
     return lmp;
 }
-#endif /* SVR4_SHARED_LIBS */
 
 gdbarch_init_ftype sh64_gdbarch_init;
 
This page took 0.038307 seconds and 4 git commands to generate.