* mips-tfile.c (copy_object): Always pass indexNil for symbol
table index.
From-SVN: r43334
+2001-06-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * mips-tfile.c (copy_object): Always pass indexNil for symbol
+ table index.
+
2001-06-13 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h (OK_FOR_T): Remove.
(st_t) eptr->asym.st,
(sc_t) eptr->asym.sc,
eptr->asym.value,
- (eptr->asym.index == indexNil
- ? (symint_t) indexNil : 0),
+ (symint_t) indexNil,
((long) ifd < orig_sym_hdr.ifdMax
? remap_file_number[ifd] : (int) ifd));
}