* util/grub-mkimagexx.c: Fix reloc section generation for ia64.
This commit is contained in:
parent
aa437b5890
commit
a846dd4b3a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-12-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* util/grub-mkimagexx.c: Fix reloc section generation for ia64.
|
||||||
|
|
||||||
2013-12-05 Mike Gilbert <floppym@gentoo.org>
|
2013-12-05 Mike Gilbert <floppym@gentoo.org>
|
||||||
|
|
||||||
* INSTALL: Raise minimum python version to 2.6.
|
* INSTALL: Raise minimum python version to 2.6.
|
||||||
|
|
|
@ -1432,7 +1432,7 @@ SUFFIX (load_image) (const char *kernel_path, size_t *exec_size,
|
||||||
section_entsize, num_sections,
|
section_entsize, num_sections,
|
||||||
strtab, ia64jmp_off
|
strtab, ia64jmp_off
|
||||||
+ image_target->vaddr_offset,
|
+ image_target->vaddr_offset,
|
||||||
2 * ia64jmpnum + got,
|
2 * ia64jmpnum + (got / 8),
|
||||||
image_target);
|
image_target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue