X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fflagadm%2Fu-boot.lds;h=1c8180a019647f2c4bd1a44da3a7f80e53d2a754;hb=83ae698ff26b81b569ca32f7f2b008ad0da15e66;hp=ca8ffb07c0e16845d0777a572c6e266de7ec6133;hpb=248b7d984cffa3107b5acb4c3f5501b7538d877a;p=u-boot diff --git a/board/flagadm/u-boot.lds b/board/flagadm/u-boot.lds index ca8ffb07c0..1c8180a019 100644 --- a/board/flagadm/u-boot.lds +++ b/board/flagadm/u-boot.lds @@ -33,11 +33,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) } @@ -62,10 +62,8 @@ SECTIONS PROVIDE (etext = .); .rodata : { - *(.rodata) - *(.rodata1) - *(.rodata.str1.4) *(.eh_frame) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -123,6 +121,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .);