Define SVR4 link map offset fetcher for Linux/ARM.

This commit is contained in:
Kevin Buettner
2001-11-30 20:27:09 +00:00
parent 25d559ca78
commit a42dd537c4
3 changed files with 56 additions and 0 deletions

View File

@ -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