kernel_optimize_test/arch/blackfin
Jie Zhang 0afc272cc6 Blackfin: fix relocation errors with large initramfs images
Since we are now discarding .exit.text at runtime instead of link time, we
need to place all .text sections ahead of the .data sections.  Otherwise,
a really large attached initramfs may cause link errors as it pushes the
PC relative relocations behind the limits of the Blackfin ISA (~16meg).
The instructions in the .exit.text are unable to call back into the .text
sections leading to a link failure.

Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-03-09 00:30:48 -05:00
..
boot Blackfin: add an uncompressed vmImage target 2009-12-15 00:15:08 -05:00
configs Blackfin: update defconfigs 2010-03-09 00:30:47 -05:00
include/asm Blackfin: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00
kernel Blackfin: fix relocation errors with large initramfs images 2010-03-09 00:30:48 -05:00
lib Blackfin: convert to generic checksum code 2009-12-15 00:13:32 -05:00
mach-bf518 Blackfin: BF51x: fix L1 Instruction SRAM size 2010-03-09 00:30:47 -05:00
mach-bf527 Blackfin: drop unused SL811 platform resources from bf527/pnav boards 2010-03-09 00:30:47 -05:00
mach-bf533 Blackfin: add UART/SPORT early platform resources 2010-03-09 00:30:45 -05:00
mach-bf537 Blackfin: bf537-stamp: unify duplicated ADP5588 headers 2010-03-09 00:30:47 -05:00
mach-bf538 Blackfin: update AD7879 resources to match the new gpiolib driver support 2010-03-09 00:30:46 -05:00
mach-bf548 Blackfin: add UART/SPORT early platform resources 2010-03-09 00:30:45 -05:00
mach-bf561 Blackfin: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00
mach-common Blackfin: try to simplify interrupt ifdef ugliness 2010-03-09 00:30:48 -05:00
mm Blackfin: simplify SMP handling in SRAM code 2010-03-09 00:30:48 -05:00
oprofile
ADI_BSD.txt Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
Kconfig Blackfin: SMP: add PM/CPU hotplug support 2010-03-09 00:30:48 -05:00
Kconfig.debug Blackfin: add some isram-driver self tests 2009-09-16 22:10:36 -04:00
Makefile Blackfin: force BFD target when linking modules 2009-12-15 00:15:25 -05:00