ia64/xen-unstable
changeset 13923:bcd4bf022047
[POWERPC][XEN] Provide _text for kexec.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
author | Hollis Blanchard <hollisb@us.ibm.com> |
---|---|
date | Wed Jan 03 15:25:58 2007 -0600 (2007-01-03) |
parents | 8101efde7493 |
children | a23587ebcbf6 |
files | xen/arch/powerpc/xen.lds.S |
line diff
1.1 --- a/xen/arch/powerpc/xen.lds.S Tue Dec 19 09:20:58 2006 -0500 1.2 +++ b/xen/arch/powerpc/xen.lds.S Wed Jan 03 15:25:58 2007 -0600 1.3 @@ -17,6 +17,7 @@ PHDRS 1.4 SECTIONS 1.5 { 1.6 . = 0x00400000; 1.7 + PROVIDE(_text = .); 1.8 /* Read-only sections, merged into text segment: */ 1.9 .interp : { *(.interp) } :text 1.10 .hash : { *(.hash) }