Commit 984d2cb8 by Rainer Orth Committed by Rainer Orth

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
parent dd48b185
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.
......
......@@ -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));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment