diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 18:07:34 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 18:07:34 +0000 |
commit | 9b5c45111e2bb07994602e35018efb0dcdfdfe17 (patch) | |
tree | 5475e9ee791b80f625d826480d501585b39dafec /gcc/mips-tfile.c | |
parent | 4042369a9a369fbeb9bc2007ea4fb3a1321ed54c (diff) | |
download | gcc-9b5c45111e2bb07994602e35018efb0dcdfdfe17.tar.gz |
* mips-tfile.c (copy_object): Always pass indexNil for symbol
table index.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43334 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r-- | gcc/mips-tfile.c | 3 |
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)); } |