2000-02-28 Scott Bambrough <scottb@netwinder.org>
authorScott Bambrough <scottb@netwinder.org>
Mon, 28 Feb 2000 20:28:10 +0000 (20:28 +0000)
committerScott Bambrough <scottb@netwinder.org>
Mon, 28 Feb 2000 20:28:10 +0000 (20:28 +0000)
* 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.

gdb/config/arm/linux.mh
gdb/config/arm/tm-linux.h

index 3c6dccc..46eaece 100644 (file)
@@ -5,4 +5,4 @@ XDEPFILES= ser-tcp.o
 
 NAT_FILE= nm-linux.h
 NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \
-            core-aout.o core-regset.o arm-linux-nat.o
+            core-aout.o arm-linux-nat.o
index 27cc0d1..b4bbe3b 100644 (file)
@@ -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