* elf64-ppc.c (ppc64_elf_relocate_section): Provide section/offset
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index 70f98512f9a4dabdbd0d7c7b054a3215a9ff6031..5500f01e7490c5bcda8e8585669af5bcda34aff8 100644 (file)
@@ -4852,7 +4852,7 @@ coff_slurp_symbol_table (bfd * abfd)
                 to the symbol instead of the index.  FIXME: This
                 should use a union.  */
              src->u.syment.n_value =
-               (long) (native_symbols + src->u.syment.n_value);
+               (long) (intptr_t) (native_symbols + src->u.syment.n_value);
              dst->symbol.value = src->u.syment.n_value;
              src->fix_value = 1;
              break;
This page took 0.023229 seconds and 4 git commands to generate.