This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/s390] Delete unnecessary xm-linux.h file


FYI,

The file and some related cleanups deleted.

Andrew
2003-11-09  Andrew Cagney  <cagney@redhat.com>

	* config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
	* config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
	* config/s390/xm-linux.h: Delete file.
	* config/m88k/xm-delta88v4.h: Delete stray.

Index: config/s390/nm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/s390/nm-linux.h,v
retrieving revision 1.6
diff -u -r1.6 nm-linux.h
--- config/s390/nm-linux.h	24 Feb 2003 21:56:51 -0000	1.6
+++ config/s390/nm-linux.h	10 Nov 2003 00:07:35 -0000
@@ -27,6 +27,10 @@
 
 #include "config/nm-linux.h"
 
+/* This is the amount to subtract from u.u_ar0
+   to get the offset in the core file of the register values.  */
+#define KERNEL_U_ADDR 0x0
+
 #define REGISTER_U_ADDR(addr, blockend, regno) \
 	(addr) = s390_register_u_addr((blockend),(regno));
 extern int s390_register_u_addr (int, int);
Index: config/s390/s390.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/s390/s390.mh,v
retrieving revision 1.7
diff -u -r1.7 s390.mh
--- config/s390/s390.mh	15 Jun 2003 20:56:48 -0000	1.7
+++ config/s390/s390.mh	10 Nov 2003 00:07:35 -0000
@@ -1,13 +1,6 @@
 # Host: S390, running Linux
-
-XM_FILE= xm-linux.h
-XM_CLIBS=
-
 NAT_FILE= nm-linux.h
 NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o s390-nat.o \
 	core-aout.o core-regset.o linux-proc.o gcore.o thread-db.o lin-lwp.o \
 	proc-service.o linux-nat.o
 LOADLIBES = -ldl -rdynamic
-
-
-

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]