* grub-core/lib/relocator.c (allocate_inreg): Avoid dprintf unless

DEBUG_RELOCATOR is defined since gfxterm can't cope with output when
	malloc is disabled.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-03-24 12:39:48 +01:00
parent 8bc66a2ce6
commit ef6de21af4
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2011-03-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/relocator.c (allocate_inreg): Avoid dprintf unless
DEBUG_RELOCATOR is defined since gfxterm can't cope with output when
malloc is disabled.
2011-03-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/bsdXX.c (grub_freebsd_load_elfmodule): Account