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]

[obish] inline tm-lynx.h; delete


Only one #include of this file; inlined and deleted.

Andrew
2004-11-13  Andrew Cagney  <cagney@gnu.org>

	* config/tm-lynx.h: Delete, inline contents ...
	* config/rs6000/tm-rs6000ly.h: ... here.

Index: config/rs6000/tm-rs6000ly.h
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/tm-rs6000ly.h,v
retrieving revision 1.4
diff -p -u -r1.4 tm-rs6000ly.h
--- config/rs6000/tm-rs6000ly.h	5 Jun 2002 19:18:27 -0000	1.4
+++ config/rs6000/tm-rs6000ly.h	14 Nov 2004 03:07:41 -0000
@@ -21,7 +21,13 @@
 #ifndef TM_RS6000LYNX_H
 #define TM_RS6000LYNX_H
 
-#include "config/tm-lynx.h"
+#include "coff-solib.h"		/* COFF shared library support */
+
+/* Lynx's signal.h doesn't seem to have any macros for what signal numbers
+   the real-time events are.  */
+#define REALTIME_LO 33
+/* One more than the last one.  */
+#define REALTIME_HI 64
 
 /* Use generic RS6000 definitions. */
 #include "rs6000/tm-rs6000.h"

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