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/cris-tdep.c | |
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/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 5b49a4f..4662eba 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -3625,11 +3625,13 @@ static struct core_fns cris_elf_core_fns = }; /* Fetch (and possibly build) an appropriate link_map_offsets - structure for native Linux/CRIS targets using the struct offsets - defined in link.h (but without actual reference to that file). + structure for native GNU/Linux CRIS targets using the struct + offsets defined in link.h (but without actual reference to that + file). - This makes it possible to access Linux/CRIS shared libraries from a - GDB that was not built on an Linux/CRIS host (for cross debugging). + This makes it possible to access GNU/Linux CRIS shared libraries + from a GDB that was not built on an GNU/Linux CRIS host (for cross + debugging). See gdb/solib-svr4.h for an explanation of these fields. */ |