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:
parent
dd48b185dc
commit
984d2cb83b
@ -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.
|
||||
|
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user