mips-tfile.c (copy_object): Always pass indexNil for symbol table index.

* mips-tfile.c (copy_object): Always pass indexNil for symbol
	table index.

From-SVN: r43334
This commit is contained in:
Rainer Orth 2001-06-13 18:07:34 +00:00 committed by Rainer Orth
parent dd48b185dc
commit 984d2cb83b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -4637,8 +4637,7 @@ copy_object ()
(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));
}