summaryrefslogtreecommitdiff
path: root/gcc/mips-tfile.c
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2001-06-13 18:07:34 +0000
committerRainer Orth <ro@gcc.gnu.org>2001-06-13 18:07:34 +0000
commit984d2cb83ba16c299a1d30c6fd55568f6c16346c (patch)
tree5475e9ee791b80f625d826480d501585b39dafec /gcc/mips-tfile.c
parentdd48b185dc01245eec07d202600cf4d3eb30e979 (diff)
downloadgcc-984d2cb83ba16c299a1d30c6fd55568f6c16346c.tar.gz
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
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r--gcc/mips-tfile.c3
1 files changed, 1 insertions, 2 deletions
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));
}