2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>

Fix wrong assumptions with grub-mkimage on EFI
	
	* i386/efi/grub-mkimage.c (read_kernel_module): don't write prefox here
	(relocate_addresses): consider both r_addend and value at offset
	(make_mods_section): zerofill modinfo and header
	(convert_elf): write prefix here
This commit is contained in:
phcoder 2009-06-04 19:32:46 +00:00
parent 5389763d12
commit fd2bf2e388
2 changed files with 45 additions and 19 deletions

View file

@ -1,3 +1,12 @@
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Fix wrong assumptions with grub-mkimage on EFI
* i386/efi/grub-mkimage.c (read_kernel_module): don't write prefox here
(relocate_addresses): consider both r_addend and value at offset
(make_mods_section): zerofill modinfo and header
(convert_elf): write prefix here
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Use .asciz instead of .string