commit | e95c91821fa56b489d7beb74103a419466c5ec10 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Sun Nov 04 13:28:39 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Thu Nov 08 14:15:33 2007 +1100 |
tree | db283f1099e1f9ae069a88d027273b3fbe621e0f | |
parent | 18244cfbc34e6bb3793977739b359a248899f42a [diff] |
[POWERPC] Fix link errors for allyesconfig An allyesconfig build creates a .text section that is so big that the .text.init.refok and .fixup sections are too far away for the relocations to be fixed up correctly. This patch fixes that by linking all the relevent text sections for each file together. Suggested by Paul Mackerras. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>