diff options
author | Per Bothner <per@bothner.com> | 1992-03-02 01:55:31 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-03-02 01:55:31 +0000 |
commit | 6c6afbb92bc10dbb693e8e74804cdffa8de65521 (patch) | |
tree | 56fd0e1a800a17cd3dfe2a4eb55d192253006ec2 /gdb/buildsym.c | |
parent | 4b8333decafe6c9495555aaecae4c392bdae1874 (diff) | |
download | gdb-6c6afbb92bc10dbb693e8e74804cdffa8de65521.zip gdb-6c6afbb92bc10dbb693e8e74804cdffa8de65521.tar.gz gdb-6c6afbb92bc10dbb693e8e74804cdffa8de65521.tar.bz2 |
More changes, mostly from IBM for rs6000. (See ChangeLog.)
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 { |