diff options
author | Scott Bambrough <scottb@netwinder.org> | 2000-02-28 20:28:10 +0000 |
---|---|---|
committer | Scott Bambrough <scottb@netwinder.org> | 2000-02-28 20:28:10 +0000 |
commit | b8fb9dd9cbfc88d6fcb7ed3ccb2acdad30a57d88 (patch) | |
tree | d7ff899f7e8020eac576c37799865413a37d6a07 /gdb/config/arm/tm-linux.h | |
parent | 56624b0a88ffc244f78528a6428e90263fc55226 (diff) | |
download | gdb-b8fb9dd9cbfc88d6fcb7ed3ccb2acdad30a57d88.zip gdb-b8fb9dd9cbfc88d6fcb7ed3ccb2acdad30a57d88.tar.gz gdb-b8fb9dd9cbfc88d6fcb7ed3ccb2acdad30a57d88.tar.bz2 |
2000-02-28 Scott Bambrough <scottb@netwinder.org>
* config/arm/linux.mh (NATDEPFILES): Removed core-regset.o.
Not used. Required to get GDB to build on glibc 2.1.3.
* config/arm/tm-linux.h (LOWEST_PC): Undefine LOWEST_PC
before redefining. Gets rid of compiler warning.
Diffstat (limited to 'gdb/config/arm/tm-linux.h')
-rw-r--r-- | gdb/config/arm/tm-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index 27cc0d1..b4bbe3b 100644 --- a/gdb/config/arm/tm-linux.h +++ b/gdb/config/arm/tm-linux.h @@ -61,6 +61,7 @@ extern void arm_linux_extract_return_value (struct type *, char[], char *); arm_linux_extract_return_value ((TYPE), (REGBUF), (VALBUF)) /* The first page is not writeable in ARM Linux. */ +#undef LOWEST_PC #define LOWEST_PC 0x8000 /* Define NO_SINGLE_STEP if ptrace(PT_STEP,...) fails to function correctly |