mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Define SVR4 link map offset fetcher for Linux/ARM.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user