aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-11-30 03:10:59 +0000
committerPer Bothner <per@bothner.com>1995-11-30 03:10:59 +0000
commitdcdba37e2d5970979f1d87cef209495aae83f94c (patch)
treec3e9e34886d4b856ebf51ca2d01aa46514832cf1 /gdb/mdebugread.c
parentb18319318b4b69be9fb1b834846414981238bc12 (diff)
downloadgdb-dcdba37e2d5970979f1d87cef209495aae83f94c.zip
gdb-dcdba37e2d5970979f1d87cef209495aae83f94c.tar.gz
gdb-dcdba37e2d5970979f1d87cef209495aae83f94c.tar.bz2
* scm-valprint.c (scm_isymnames): Remove "#@" prefix.
(scm_scmval_print): Do not print "#@" prefix. * mdebugread.c: Add check_typedef/CHECK_TYPEDEF as needed.
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 9698987..67eeb7a 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -3557,7 +3557,7 @@ cross_ref (fd, ax, tpp, type_code, pname, bigend, sym_name)
}
/* mips cc uses a rf of -1 for opaque struct definitions.
- Set TYPE_FLAG_STUB for these types so that check_stub_type will
+ Set TYPE_FLAG_STUB for these types so that check_typedef will
resolve them if the struct gets defined in another compilation unit. */
if (rf == -1)
{