X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fpm856%2Fu-boot.lds;h=01727d177bfc457ae3c4d9a5b62a8e9f825726b1;hb=9973e3c614721bbf169882ffc3be266a6611cd60;hp=6cfddea2d4ac3c90a8aa57525ca965a78c8290ac;hpb=f58934551e052db5a1f33f53dcc9cbf6fcb72910;p=oweals%2Fu-boot.git diff --git a/board/pm856/u-boot.lds b/board/pm856/u-boot.lds index 6cfddea2d4..01727d177b 100644 --- a/board/pm856/u-boot.lds +++ b/board/pm856/u-boot.lds @@ -23,7 +23,6 @@ */ OUTPUT_ARCH(powerpc) -SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); /* Do we need any of these for elf? __DYNAMIC = 0; */ SECTIONS @@ -45,11 +44,11 @@ SECTIONS .dynsym : { *(.dynsym) } .dynstr : { *(.dynstr) } .rel.text : { *(.rel.text) } - .rela.text : { *(.rela.text) } + .rela.text : { *(.rela.text) } .rel.data : { *(.rel.data) } - .rela.data : { *(.rela.data) } - .rel.rodata : { *(.rel.rodata) } - .rela.rodata : { *(.rela.rodata) } + .rela.data : { *(.rela.data) } + .rel.rodata : { *(.rel.rodata) } + .rela.rodata : { *(.rela.rodata) } .rel.got : { *(.rel.got) } .rela.got : { *(.rela.got) } .rel.ctors : { *(.rel.ctors) }