* bfd.c (bfd_get_gp_size): Return an unsigned int.
[deliverable/binutils-gdb.git] / bfd / elfxx-ia64.c
index 8aebd81ba62e8c92dab50d377eb6dd520481897b..8fdb9a07c91036667166dfe175eeb826a177c2ee 100644 (file)
@@ -1130,7 +1130,7 @@ elfNN_ia64_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
 {
   if (sym->st_shndx == SHN_COMMON
       && !info->relocateable
-      && sym->st_size <= (unsigned) 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 .sbss.  */
This page took 0.023168 seconds and 4 git commands to generate.