projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285dbe1
)
Remove Rs/6000 changes (patch_block_stabs) so it will link without.
author
John Gilmore
<gnu@cygnus>
Sat, 9 Nov 1991 11:16:47 +0000
(11:16 +0000)
committer
John Gilmore
<gnu@cygnus>
Sat, 9 Nov 1991 11:16:47 +0000
(11:16 +0000)
gdb/buildsym.c
patch
|
blob
|
history
diff --git
a/gdb/buildsym.c
b/gdb/buildsym.c
index 30970dc5499309febaec97c03bcbdf8a289d2fda..e371efa81734b780e22b431cfc6aea598ff605b8 100644
(file)
--- 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) {