buildsym.c: Fix parameter mis-match.

Check in ChangeLog (forgotten last night).
This commit is contained in:
Per Bothner 1992-04-09 20:36:20 +00:00
parent 7fe388adce
commit 9b6f92dbfd
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Thu Apr 9 13:35:00 1992 Per Bothner (bothner@rtl.cygnus.com)
Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).
* buildsym.c (#ifdef RS6000_TARGET): Don't create unnecessary
symbols for nameless types. And, handle `R' (register parameter
type) for AIX. (an extension to existing stabstring grammar).
* rs6000-xdep.c: Fix typo (= should have been ==).
Thu Apr 9 12:10:06 1992 Stu Grossman (grossman at cygnus.com)
* Makefile.in: version=4.4.88, add xm-vax.h to HFILES.

View File

@ -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