diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-11-14 03:09:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-11-14 03:09:26 +0000 |
commit | 5873946b90baf0c1d5265b630d18d8216bc8ef28 (patch) | |
tree | bafd6cd976db4e62872116ef2a2a1dd092d10a2d /gdb/config/rs6000 | |
parent | a69637bd4004019f832fcf4e8f1fb6d42167880a (diff) | |
download | gdb-5873946b90baf0c1d5265b630d18d8216bc8ef28.zip gdb-5873946b90baf0c1d5265b630d18d8216bc8ef28.tar.gz gdb-5873946b90baf0c1d5265b630d18d8216bc8ef28.tar.bz2 |
2004-11-13 Andrew Cagney <cagney@gnu.org>
* config/tm-lynx.h: Delete, inline contents ...
* config/rs6000/tm-rs6000ly.h: ... here.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r-- | gdb/config/rs6000/tm-rs6000ly.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/config/rs6000/tm-rs6000ly.h b/gdb/config/rs6000/tm-rs6000ly.h index 73ef7f0..f2d1135 100644 --- a/gdb/config/rs6000/tm-rs6000ly.h +++ b/gdb/config/rs6000/tm-rs6000ly.h @@ -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" |