aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/arm/tm-embed.h
diff options
context:
space:
mode:
authorScott Bambrough <scottb@netwinder.org>2000-04-07 22:26:11 +0000
committerScott Bambrough <scottb@netwinder.org>2000-04-07 22:26:11 +0000
commit134e61c4a77c65329c049cb790166a400f7b9fda (patch)
tree40a8f0c59e7aad961d9b968dbc72af838cdc95ca /gdb/config/arm/tm-embed.h
parent03e0fb3a47c004dbe49bfc48cbd458c284c83292 (diff)
downloadgdb-134e61c4a77c65329c049cb790166a400f7b9fda.zip
gdb-134e61c4a77c65329c049cb790166a400f7b9fda.tar.gz
gdb-134e61c4a77c65329c049cb790166a400f7b9fda.tar.bz2
2000-04-07 Scott Bambrough <scottb@netwinder.org>
* ChangeLog: Correct date on last entry. * arm-linux-tdep.c (arm_linux_push_arguments): New function. * config/arm/tm-linux: Redefined PUSH_ARGUMENTS for Linux. * config/arm/tm-embed: Fix build warning from redefinition of LOWEST_PC. * config/arm/tm-arm.h: Remove TARGET_BYTE_ORDER_SELECTABLE. * config/arm/tm-wince.h: Remove TARGET_BYTE_ORDER_SELECTABLE and TARGET_BYTE_ORDER. Add TARGET_BYTE_ORDER_SELECTABLE_P to override default in tm-arm.h. Use default target byte order from tm-arm.h.
Diffstat (limited to 'gdb/config/arm/tm-embed.h')
-rw-r--r--gdb/config/arm/tm-embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/arm/tm-embed.h b/gdb/config/arm/tm-embed.h
index f42b4f2..5e9375c 100644
--- a/gdb/config/arm/tm-embed.h
+++ b/gdb/config/arm/tm-embed.h
@@ -32,6 +32,7 @@
#define STACK_END_ADDR (0x01000000 - (TARGET_UPAGES * TARGET_NBPG))
/* The first 0x20 bytes are the trap vectors. */
+#undef LOWEST_PC
#define LOWEST_PC 0x20
/* Override defaults. */