grub2/grub-core/kern/ia64
Glenn Washburn d028b1a35e dl/elf: Use format code PRIxGRUB_UINT64_T for 64-bit arg in grub_error()
The macro ELF_R_TYPE does not change the underlying type. Here its argument
is a 64-bit Elf64_Xword. Make sure the format code matches.

For the RISC-V architecture, rel->r_info could be either Elf32_Xword or
Elf64_Xword depending on if 32 or 64-bit RISC-V is being built. So cast
to 64-bit value regardless.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2021-03-10 15:22:18 +01:00
..
efi efi: Fix use-after-free in halt/reboot path 2020-07-29 16:55:48 +02:00
cache.c * grub-core/kern/ia64/efi/init.c (grub_arch_sync_caches): Move to ... 2013-12-08 18:27:40 +01:00
dl_helper.c Fix mingw compilation. 2017-02-03 13:01:34 +01:00
dl.c dl/elf: Use format code PRIxGRUB_UINT64_T for 64-bit arg in grub_error() 2021-03-10 15:22:18 +01:00