OSDN Git Service

2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
authorulfc <ulfc>
Sun, 23 Jul 2000 20:51:35 +0000 (20:51 +0000)
committerulfc <ulfc>
Sun, 23 Jul 2000 20:51:35 +0000 (20:51 +0000)
* elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
of dynobj for SGI_COMPAT checks.

bfd/ChangeLog
bfd/elf32-mips.c

index 52b30ae..a3fe8a0 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-23  Ulf Carlsson  <ulfc@engr.sgi.com>
+
+       * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
+       of dynobj for SGI_COMPAT checks.
+
 2000-07-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
@@ -122,7 +127,7 @@ Tue Jul 18 13:11:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>
 
        * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
-       paranthesis in if statement.
+       parenthesis in if statement.
 
 2000-07-17  Koundinya K  <kk@ddeorg.soft.net>
 
index f6a60ba..5ab839e 100644 (file)
@@ -7757,7 +7757,7 @@ _bfd_mips_elf_check_relocs (abfd, info, sec, relocs)
                return false;
            }
 
-         if (SGI_COMPAT (dynobj))
+         if (SGI_COMPAT (abfd))
            mips_elf_hash_table (info)->compact_rel_size +=
              sizeof (Elf32_External_crinfo);
          break;
@@ -7766,7 +7766,7 @@ _bfd_mips_elf_check_relocs (abfd, info, sec, relocs)
        case R_MIPS_GPREL16:
        case R_MIPS_LITERAL:
        case R_MIPS_GPREL32:
-         if (SGI_COMPAT (dynobj))
+         if (SGI_COMPAT (abfd))
            mips_elf_hash_table (info)->compact_rel_size +=
              sizeof (Elf32_External_crinfo);
          break;