grub-core/kern/arm64/dl_helper.c:26:28: fatal error: grub/cpu/reloc.h: No such file or directory
+2013-11-30 Andrey Borzenkov <arvidjaar@gmail.com>
+
+ * grub-core/kern/arm64/dl_helper.c: Include grub/arm64/reloc.h
+ directly, not via `cpu' link, to fix libgrub.pp generation.
+
2013-11-30 Leif Lindholm <leif.lindholm@linaro.org>
New port arm64-efi.
#include <grub/err.h>
#include <grub/mm.h>
#include <grub/i18n.h>
-#include <grub/cpu/reloc.h>
+#include <grub/arm64/reloc.h>
static grub_ssize_t
sign_compress_offset (grub_ssize_t offset, int bitpos)