* bfd.c (bfd_get_gp_size): Return an unsigned int.
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index 87a07b57e7c02b750bdd73fa77103ba0642cc199..413a7697cb9a8dec9eec3a7468e24a4c77516175 100644 (file)
@@ -2578,7 +2578,7 @@ ppc_elf_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
 {
   if (sym->st_shndx == SHN_COMMON
       && !info->relocateable
-      && sym->st_size <= (bfd_vma) bfd_get_gp_size (abfd))
+      && sym->st_size <= elf_gp_size (abfd))
     {
       /* Common symbols less than or equal to -G nn bytes are automatically
         put into .sdata.  */
This page took 0.023468 seconds and 4 git commands to generate.