case R_IA64_FPTR64LSB:
case R_IA64_DIR64LSB:
-#if 1
{
grub_util_info ("adding a relocation entry for 0x%"
GRUB_HOST_PRIxLONG_LONG,
0, ctx->current_address,
image_target);
}
-#endif
break;
default:
grub_util_error (_("relocation 0x%x is not implemented yet"),
}
break;
break;
-#if defined(MKIMAGE_ELF32)
case EM_ARM:
switch (ELF_R_TYPE (info))
{
break;
}
break;
-#endif /* defined(MKIMAGE_ELF32) */
default:
grub_util_error ("unknown machine type 0x%x", image_target->elf_target);
}
out_img, tramp_off, ia64_got_off,
image_target);
- *reloc_size = SUFFIX (make_reloc_section) (e, reloc_section,
- section_vaddresses, sections,
- section_entsize, num_sections,
- strtab, ia64jmp_off
- + image_target->vaddr_offset,
- 2 * ia64jmpnum + (got / 8),
- image_target);
+ *reloc_size = make_reloc_section (e, reloc_section,
+ section_vaddresses, sections,
+ section_entsize, num_sections,
+ strtab, ia64jmp_off
+ + image_target->vaddr_offset,
+ 2 * ia64jmpnum + (got / 8),
+ image_target);
}
for (i = 0, s = sections;