diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nm-i386sco5.h | 1 | ||||
-rw-r--r-- | gdb/config/i386/tm-linux64.h | 7 | ||||
-rw-r--r-- | gdb/config/m68k/tm-linux.h | 7 | ||||
-rw-r--r-- | gdb/config/nm-gnu.h | 1 | ||||
-rw-r--r-- | gdb/config/nm-linux.h | 1 | ||||
-rw-r--r-- | gdb/config/nm-sysv4.h | 1 | ||||
-rw-r--r-- | gdb/config/tm-linux.h | 7 |
7 files changed, 0 insertions, 25 deletions
diff --git a/gdb/config/i386/nm-i386sco5.h b/gdb/config/i386/nm-i386sco5.h index 5c656b0837d..aa9a910c87e 100644 --- a/gdb/config/i386/nm-i386sco5.h +++ b/gdb/config/i386/nm-i386sco5.h @@ -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 diff --git a/gdb/config/i386/tm-linux64.h b/gdb/config/i386/tm-linux64.h index c3ff3521ea8..1aad06575c9 100644 --- a/gdb/config/i386/tm-linux64.h +++ b/gdb/config/i386/tm-linux64.h @@ -24,13 +24,6 @@ #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 */ diff --git a/gdb/config/m68k/tm-linux.h b/gdb/config/m68k/tm-linux.h index fc191b16404..7892e60cc12 100644 --- a/gdb/config/m68k/tm-linux.h +++ b/gdb/config/m68k/tm-linux.h @@ -20,11 +20,4 @@ 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. */ diff --git a/gdb/config/nm-gnu.h b/gdb/config/nm-gnu.h index bff33dd129e..b64af737d10 100644 --- a/gdb/config/nm-gnu.h +++ b/gdb/config/nm-gnu.h @@ -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__ */ diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index c935524723d..870e40d34dc 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -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 diff --git a/gdb/config/nm-sysv4.h b/gdb/config/nm-sysv4.h index efd2cf68077..ca281c92950 100644 --- a/gdb/config/nm-sysv4.h +++ b/gdb/config/nm-sysv4.h @@ -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. */ diff --git a/gdb/config/tm-linux.h b/gdb/config/tm-linux.h index caf008a9cb1..2ee2acd786b 100644 --- a/gdb/config/tm-linux.h +++ b/gdb/config/tm-linux.h @@ -32,11 +32,4 @@ #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. */ |