u-boot-1.3.2: Fix compilation with gcc 4.4 for mpc8313e-rdb/ppc
authorKhem Raj <raj.khem@gmail.com>
Wed, 12 May 2010 04:26:31 +0000 (21:26 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 12 May 2010 05:17:09 +0000 (22:17 -0700)
commitd9264a5e565906ccf75f695dbecd251e21407fdf
treeb7f5b88c74a121038db8353508bb5d25665f6961
parenta1b685073f06e0ee16332408eaf011bc8b0581a6
u-boot-1.3.2: Fix compilation with gcc 4.4 for mpc8313e-rdb/ppc

* Fix the linker script to allocate all .rodata section variants
  gcc-4.4 generated rodata sections with alignment 1 as .rodata1.1
  and linker script did not allocate it as a result it got default
  adress and create a large hole. So when it came to objcopy converting
  to srec format it kept on filling the gap with 0xff and virtually
  ran the build box out of memory.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/u-boot/u-boot-1.3.2/gcc4-weak-inline.patch [new file with mode: 0644]
recipes/u-boot/u-boot-1.3.2/linker-script-sort-rodata-sections.patch [new file with mode: 0644]
recipes/u-boot/u-boot_1.3.2.bb