2004-07-27 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / bfd / elfcode.h
index 4a2d7a430d00933d2f8f8436f98d2795726ce34b..7ab97bfce96e8444674ac0b7c511fb94f830e288 100644 (file)
@@ -742,6 +742,10 @@ elf_object_p (bfd *abfd)
          if (shindex == SHN_LORESERVE - 1)
            shindex += SHN_HIRESERVE + 1 - SHN_LORESERVE;
        }
+
+      /* Set up group pointers.  */
+      if (! _bfd_elf_setup_group_pointers (abfd))
+       goto got_wrong_format_error;
     }
 
   /* Let the backend double check the format and override global
This page took 0.024533 seconds and 4 git commands to generate.