diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index eab5e28..3a33a43 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -726,7 +726,9 @@ patch_block_stabs (symbols, stabs, objfile) struct symbol *sym = find_symbol_in_list (symbols, name, pp-name); if (!sym) { +#ifndef IBM6000 printf ("ERROR! stab symbol not found!\n"); /* FIXME */ +#endif } else { |