From 984d2cb83ba16c299a1d30c6fd55568f6c16346c Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 13 Jun 2001 18:07:34 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/mips-tfile.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e1c87517fa..21a94674c87 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-06-13 Rainer Orth + + * mips-tfile.c (copy_object): Always pass indexNil for symbol + table index. + 2001-06-13 Kazu Hirata * config/h8300/h8300.h (OK_FOR_T): Remove. diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index ab381a5f266..f28302feb8f 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -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)); } -- 2.30.2