diff options
Diffstat (limited to 'gdb/config/tm-linux.h')
-rw-r--r-- | gdb/config/tm-linux.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/tm-linux.h b/gdb/config/tm-linux.h index caf008a..2ee2acd 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. */ |