* util/grub-pe2elf.c (usage): Add missing noreturn.
(write_section_data): Rename name to shname to avoid shadowing. (write_symbol_table): Rename name to symname to avoid shadowing. Fix write_reloc_section call.
This commit is contained in:
parent
ef023e42a2
commit
1bab1ae335
2 changed files with 32 additions and 23 deletions
|
@ -1,3 +1,10 @@
|
|||
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-pe2elf.c (usage): Add missing noreturn.
|
||||
(write_section_data): Rename name to shname to avoid shadowing.
|
||||
(write_symbol_table): Rename name to symname to avoid shadowing.
|
||||
Fix write_reloc_section call.
|
||||
|
||||
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/boot/i386/pc/startup_raw.S: Move decompressor_end to .bss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue