]> xenbits.xensource.com Git - xen.git/commit
[XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Wed, 3 Jan 2007 23:53:27 +0000 (23:53 +0000)
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Wed, 3 Jan 2007 23:53:27 +0000 (23:53 +0000)
commit72c07f413879d47a5bd472ff8971a0c5bb4b205d
treefba8b087a5acbe6b68cc29c0163c291a437943c4
parent0550678b74b1afac96ff8e823bf50b436f66dc57
[XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.
Also sync the tools/symbol.c symbol table generator with Linux.
Make section names generic (e.e.g, .init.text, .init.data, ...).
Signed-off-by: Keir Fraser <keir@xensource.com>
18 files changed:
xen/arch/ia64/xen/xenmisc.c
xen/arch/powerpc/setup.c
xen/arch/powerpc/xen.lds.S
xen/arch/x86/boot/x86_32.S
xen/arch/x86/boot/x86_64.S
xen/arch/x86/traps.c
xen/arch/x86/x86_32/xen.lds.S
xen/arch/x86/x86_64/xen.lds.S
xen/common/kexec.c
xen/common/symbols.c
xen/include/asm-ia64/init.h
xen/include/asm-powerpc/init.h
xen/include/asm-x86/config.h
xen/include/asm-x86/init.h
xen/include/xen/init.h
xen/include/xen/kernel.h
xen/include/xen/symbols.h
xen/tools/symbols.c