barebox/arch/x86/boot
Lucas De Marchi e57f57a3d0 x86: fix symbol size calculation
The size is being calculated after changing to another section, which
gives error with gcc 4.6:

  AS      arch/x86/lib/traveler.o
/tmp/ccP0z8xx.s: Assembler messages:
/tmp/ccP0z8xx.s: Error: .size expression for real_to_prot does not evaluate to a constant
/tmp/ccP0z8xx.s: Error: .size expression for prot_to_real does not evaluate to a constant
make[1]: *** [arch/x86/lib/traveler.o] Error 1

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-11-11 12:28:35 +01:00
..
a20.c introduce io.h 2011-09-22 19:03:05 +02:00
bioscall.S Add functions to be able to boot with BIOSs help 2010-01-14 10:06:16 +01:00
boot.h Add functions to be able to boot with BIOSs help 2010-01-14 10:06:16 +01:00
boot_hdisk.S doc: let doxygen find some assembler functions 2010-10-22 20:47:02 +02:00
boot_main.S doc: let doxygen find some assembler functions 2010-10-22 20:47:02 +02:00
Kconfig Add functions to be able to boot with BIOSs help 2010-01-14 10:06:16 +01:00
main_entry.c x86: use sections.h header file for linker variables 2011-01-17 11:05:14 +01:00
Makefile Add functions to be able to boot with BIOSs help 2010-01-14 10:06:16 +01:00
pmjump.S x86: fix symbol size calculation 2011-11-11 12:28:35 +01:00
prepare_uboot.c introduce io.h 2011-09-22 19:03:05 +02:00
regs.c Add functions to be able to boot with BIOSs help 2010-01-14 10:06:16 +01:00
tty.c Add functions to be able to boot with BIOSs help 2010-01-14 10:06:16 +01:00