aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/arm
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-11-30 20:27:09 +0000
committerKevin Buettner <kevinb@redhat.com>2001-11-30 20:27:09 +0000
commita42dd537c4eefd5681bf0ced97b2eb7735b2d9f0 (patch)
tree505b640c11cf842e523d7a7a2d32e07c49376c48 /gdb/config/arm
parent25d559ca7846a5fb9cd61015912469efa792584d (diff)
downloadfsf-binutils-gdb-a42dd537c4eefd5681bf0ced97b2eb7735b2d9f0.zip
fsf-binutils-gdb-a42dd537c4eefd5681bf0ced97b2eb7735b2d9f0.tar.gz
fsf-binutils-gdb-a42dd537c4eefd5681bf0ced97b2eb7735b2d9f0.tar.bz2
Define SVR4 link map offset fetcher for Linux/ARM.
Diffstat (limited to 'gdb/config/arm')
-rw-r--r--gdb/config/arm/tm-linux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h
index 8f18e00..4ef05bb 100644
--- a/gdb/config/arm/tm-linux.h
+++ b/gdb/config/arm/tm-linux.h
@@ -26,6 +26,10 @@
#include "tm-linux.h"
+/* Use target-specific function to define link map offsets. */
+extern struct link_map_offsets *arm_linux_svr4_fetch_link_map_offsets (void);
+#define SVR4_FETCH_LINK_MAP_OFFSETS() arm_linux_svr4_fetch_link_map_offsets ()
+
/* Target byte order on ARM Linux is little endian and not selectable. */
#undef TARGET_BYTE_ORDER_SELECTABLE_P
#define TARGET_BYTE_ORDER_SELECTABLE_P 0