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:
770cde3
)
Lint
author
John Gilmore
<gnu@cygnus>
Sat, 13 Jun 1992 05:56:15 +0000
(
05:56
+0000)
committer
John Gilmore
<gnu@cygnus>
Sat, 13 Jun 1992 05:56:15 +0000
(
05:56
+0000)
gdb/buildsym.c
patch
|
blob
|
history
diff --git
a/gdb/buildsym.c
b/gdb/buildsym.c
index 4c9e7b1f0f045e8d9b173d5ad61702505fc248bd..6b846667d481b1287426cd865356a58f9ee431e6 100644
(file)
--- a/
gdb/buildsym.c
+++ b/
gdb/buildsym.c
@@
-1284,7
+1284,7
@@
define_symbol (valu, string, desc, type, objfile)
scan them now. */
while (*p == ';') {
p++;
- read_type (&p);
+ read_type (&p
, objfile
);
}
}