grub/grub-core/kern/emu
Vladimir 'phcoder' Serbinenko 742f9232e3 Split config.h for util and core.
* acinclude.m4 (HAVE_ASM_USCORE): Transformed into a variable.
	(ADDR32): Likewise.
	(DATA32): Likewise.
	(BSS_START_SYMBOL): Likewise.
	(END_SYMBOL): Likewise.
	(NEED_ENABLE_EXECUTE_STACK): Likewise. All users updated.
	(grub_I386_ASM_ABSOLUTE_WITHOUT_ASTERISK): Removed.
	* config.h.in: New file.
	* configure.ac: Use config-util.h as config define file.
	Rename MACHINE into GRUB_MACHINE. All users updated.
	(NEED_REGISTER_FRAME_INFO): Transformed into a variable. All users
	updated.
	(NESTED_FUNC_ATTR): Likewise.
	Substitue new variables.
	(COND_HAVE_ASM_USCORE): New conditional.
	* grub-core/Makefile.am (ASM_PREFIX): New variable.
	(kernel_syms.lst): Use ASM_PREFIX.
	* grub-core/kern/emu/console.c: Include config-util.h.
	* grub-core/kern/emu/misc.c: Likewise.
	* grub-core/kern/emu/mm.c: Likewise.
	* include/grub/emu/misc.h: Likewise.
	* include/grub/libgcc.h: Likewise.
2010-09-19 22:22:43 +02:00
..
cache.S Fix emu on mipsel. 2010-09-11 16:58:06 +02:00
console.c Split config.h for util and core. 2010-09-19 22:22:43 +02:00
full.c Fix emu on mipsel. 2010-09-11 16:58:06 +02:00
getroot.c Support RAID on virtio devices, and others. 2010-09-16 14:55:28 +01:00
hostdisk.c (convert_system_partition_to_system_disk): Initialise node. 2010-09-17 23:41:06 +01:00
hostfs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
lite.c Fix emu on mipsel. 2010-09-11 16:58:06 +02:00
main.c * grub-core/kern/emu/main.c (main): Call hostfs_init only after init_all. 2010-09-12 13:55:52 +02:00
misc.c Split config.h for util and core. 2010-09-19 22:22:43 +02:00
mm.c Split config.h for util and core. 2010-09-19 22:22:43 +02:00
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30