diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 19:26:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 19:26:50 +0000 |
commit | 3fd3d7d29c5ea6ba2dff07fe353bac80fefce363 (patch) | |
tree | 1814112048b5c78deafd7c8ca1d911c3bc0ec7c3 /gdb/config/arm | |
parent | 3e36a0f45e5df8f57422bcbe41b0d0a241b4159b (diff) | |
download | gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.zip gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.tar.gz gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.tar.bz2 |
Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/tm-arm.h | 1 | ||||
-rw-r--r-- | gdb/config/arm/tm-linux.h | 4 | ||||
-rw-r--r-- | gdb/config/arm/tm-wince.h | 4 |
3 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h index 80fc1f6..cd20548 100644 --- a/gdb/config/arm/tm-arm.h +++ b/gdb/config/arm/tm-arm.h @@ -31,7 +31,6 @@ struct value; /* Target byte order on ARM defaults to selectable, and defaults to little endian. */ -#define TARGET_BYTE_ORDER_SELECTABLE_P 1 #define TARGET_BYTE_ORDER_DEFAULT BFD_ENDIAN_LITTLE /* IEEE format floating point. */ diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index 97520e7..51036b6 100644 --- a/gdb/config/arm/tm-linux.h +++ b/gdb/config/arm/tm-linux.h @@ -34,10 +34,6 @@ 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 - /* Under ARM Linux the traditional way of performing a breakpoint is to execute a particular software interrupt, rather than use a particular undefined instruction to provoke a trap. Upon exection of the software diff --git a/gdb/config/arm/tm-wince.h b/gdb/config/arm/tm-wince.h index 40e58ba..82f97ad 100644 --- a/gdb/config/arm/tm-wince.h +++ b/gdb/config/arm/tm-wince.h @@ -31,8 +31,4 @@ void wince_software_single_step (unsigned int, int); -/* Target byte order is little endian and not selectable on WinCE. */ -#undef TARGET_BYTE_ORDER_SELECTABLE_P -#define TARGET_BYTE_ORDER_SELECTABLE_P 0 - #endif /* TM_WINCE_H */ |