[POWERPC] bootwrapper: missing relocation in crt0.S
authorMilton Miller <miltonm@bga.com>
Wed, 28 Mar 2007 08:21:02 +0000 (02:21 -0600)
committerPaul Mackerras <paulus@samba.org>
Thu, 12 Apr 2007 17:55:16 +0000 (03:55 +1000)
crt0.S had provisions to provide run address relocaton to got2 and
cache flush, but not on the bss clear or stack pointer load.  Apply
the same fixup for them.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found