aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-04-22 01:44:38 +0000
committerStan Shebs <shebs@codesourcery.com>1998-04-22 01:44:38 +0000
commite3147bf28665073fd6c24354abd8056e7d6d7d2f (patch)
treed780b56779c0e1cef9eddc5bc5d8966d719ca48b /gdb/mdebugread.c
parentb90b2ac2ee558d5b62392d3aeb0e73aa392123a1 (diff)
downloadgdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.zip
gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.tar.gz
gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.tar.bz2
Humoring RMS by saying "GNU/Linux" instead of just "Linux"
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index bb89166..489c20f 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -881,7 +881,7 @@ parse_symbol (sh, ax, ext_sh, bigend, section_offsets)
t = parse_type (cur_fd, ax, sh->index + 1, 0, bigend, name);
if (STREQ(name, "malloc") && t->code == TYPE_CODE_VOID)
{
- /* I don't know why, but, at least under Linux/Alpha,
+ /* I don't know why, but, at least under Alpha GNU/Linux,
when linking against a malloc without debugging
symbols, its read as a function returning void---this
is bad because it means we cannot call functions with