diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-04-22 01:44:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-04-22 01:44:38 +0000 |
commit | e3147bf28665073fd6c24354abd8056e7d6d7d2f (patch) | |
tree | d780b56779c0e1cef9eddc5bc5d8966d719ca48b /gdb/mdebugread.c | |
parent | b90b2ac2ee558d5b62392d3aeb0e73aa392123a1 (diff) | |
download | gdb-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.c | 2 |
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 |