aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linux-tdep.h')
-rw-r--r--gdb/linux-tdep.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/linux-tdep.h b/gdb/linux-tdep.h
index 7485fc1..3d82ea5 100644
--- a/gdb/linux-tdep.h
+++ b/gdb/linux-tdep.h
@@ -22,6 +22,7 @@
#include "bfd.h"
#include "displaced-stepping.h"
+#include "solib.h"
struct inferior;
struct regcache;
@@ -112,9 +113,4 @@ extern CORE_ADDR linux_get_hwcap2 (const std::optional<gdb::byte_vector> &auxv,
extern CORE_ADDR linux_get_hwcap2 ();
-/* Fetch (and possibly build) an appropriate `struct link_map_offsets'
- for ILP32 and LP64 Linux systems. */
-extern struct link_map_offsets *linux_ilp32_fetch_link_map_offsets ();
-extern struct link_map_offsets *linux_lp64_fetch_link_map_offsets ();
-
#endif /* GDB_LINUX_TDEP_H */