* grub-core/kern/ia64/dl_helper.c (grub_ia64_dl_get_tramp_got_size):

Fix potential usage of Elf32 instead of Elf64 when compiling on
	32-bit architecture. Add endianness macros while on it.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-05-18 00:21:49 +02:00
parent 4959e11109
commit 543a8f6ef9
2 changed files with 22 additions and 16 deletions

View file

@ -1,3 +1,9 @@
2011-05-17 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/ia64/dl_helper.c (grub_ia64_dl_get_tramp_got_size):
Fix potential usage of Elf32 instead of Elf64 when compiling on
32-bit architecture. Add endianness macros while on it.
2011-05-17 Vladimir Serbinenko <phcoder@gmail.com>
Use mipsel- rather than mips- in directories involving mipsel ports to