On Wed, Mar 18, 2009 at 01:01:41PM -0700, ron minnich wrote:
are the payloads built with omit frame pointer?
FILO appears to be, cf. line 96 in Makefile:
CFLAGS += -Wall $(STACKPROTECT) $(INCLUDES) -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing
it's not a good thing if we have to sync how payloads are built with how coreboot is built.
Right!
Thanks, Ward.