aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-09 11:16:47 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-09 11:16:47 +0000
commit19405dda9871396899906faab0a31e9a447fc635 (patch)
tree3aec63d58f1081160fac1ea77ad6af948a0065d5 /gdb
parent285dbe19176105ec7c5b947bb7c4f08af3797477 (diff)
downloadgdb-19405dda9871396899906faab0a31e9a447fc635.zip
gdb-19405dda9871396899906faab0a31e9a447fc635.tar.gz
gdb-19405dda9871396899906faab0a31e9a447fc635.tar.bz2
Remove Rs/6000 changes (patch_block_stabs) so it will link without.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/buildsym.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index 30970dc..e371efa 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -716,18 +716,6 @@ end_symtab (end_addr, sort_pending, sort_linevec, objfile)
file_symbols is still good). */
cleanup_undefined_types ();
- if (file_stabs) {
- patch_block_stabs (file_symbols, file_stabs);
- free (file_stabs);
- file_stabs = 0;
- }
-
- if (global_stabs) {
- patch_block_stabs (global_symbols, global_stabs);
- free (global_stabs);
- global_stabs = 0;
- }
-
if (pending_blocks == 0
&& file_symbols == 0
&& global_symbols == 0) {