diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 21:53:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 21:53:02 +0000 |
commit | 8605d56e7a489870c1ac2167046a4f4dad8cc13d (patch) | |
tree | fda2dbd5bab66874c4811e69a61cf579327d9287 /gdb/defs.h | |
parent | 2aea96a18e875e28ae4e3bfa214383194b7970fe (diff) | |
download | gdb-8605d56e7a489870c1ac2167046a4f4dad8cc13d.zip gdb-8605d56e7a489870c1ac2167046a4f4dad8cc13d.tar.gz gdb-8605d56e7a489870c1ac2167046a4f4dad8cc13d.tar.bz2 |
* lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
with either ``GNU/Linux'' or ``Linux kernel''.
Fix PR gdb/378.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -333,13 +333,13 @@ enum target_signal TARGET_SIGNAL_CANCEL = 76, /* Yes, this pains me, too. But LynxOS didn't have SIG32, and now - Linux does, and we can't disturb the numbering, since it's part - of the remote protocol. Note that in some GDB's + GNU/Linux does, and we can't disturb the numbering, since it's + part of the remote protocol. Note that in some GDB's TARGET_SIGNAL_REALTIME_32 is number 76. */ TARGET_SIGNAL_REALTIME_32, /* Yet another pain, IRIX 6 has SIG64. */ TARGET_SIGNAL_REALTIME_64, - /* Yet another pain, Linux/MIPS might go up to 128. */ + /* Yet another pain, GNU/Linux MIPS might go up to 128. */ TARGET_SIGNAL_REALTIME_65, TARGET_SIGNAL_REALTIME_66, TARGET_SIGNAL_REALTIME_67, |