aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-04-09 20:36:20 +0000
committerPer Bothner <per@bothner.com>1992-04-09 20:36:20 +0000
commit9b6f92dbfd7d91715a4d7b6b3c60ccee8cbabeb7 (patch)
tree66a0d8abac2ee3a39a7abb01a3775c705b19f121 /gdb/buildsym.c
parent7fe388adcef1d91698330c8730f27b85d0d5b80f (diff)
downloadfsf-binutils-gdb-9b6f92dbfd7d91715a4d7b6b3c60ccee8cbabeb7.zip
fsf-binutils-gdb-9b6f92dbfd7d91715a4d7b6b3c60ccee8cbabeb7.tar.gz
fsf-binutils-gdb-9b6f92dbfd7d91715a4d7b6b3c60ccee8cbabeb7.tar.bz2
buildsym.c: Fix parameter mis-match.
Check in ChangeLog (forgotten last night).
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index c10edc6..fd86a28 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -1253,7 +1253,7 @@ define_symbol (valu, string, desc, type, objfile)
#ifdef IBM6000_TARGET
else if (deftype == 'R')
- SYMBOL_TYPE (sym) = read_type (&p);
+ SYMBOL_TYPE (sym) = read_type (&p, objfile);
#endif
else