mips-tfile.c (copy_object): Always pass indexNil for symbol table index.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Wed, 13 Jun 2001 18:07:34 +0000 (18:07 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 13 Jun 2001 18:07:34 +0000 (18:07 +0000)
* mips-tfile.c (copy_object): Always pass indexNil for symbol
table index.

From-SVN: r43334

gcc/ChangeLog
gcc/mips-tfile.c

index 3e1c87517fa3d0b0005cc4d82e2eab93fa7575de..21a94674c87fd781d6a9e9b3fdcadd18ab137199 100644 (file)
@@ -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.
index ab381a5f2662ad88b5cf423b113e9e0c6aa0ff00..f28302feb8f78ac1a83bfdecf89f46e99742576b 100644 (file)
@@ -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));
     }