X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fpm854%2Fu-boot.lds;h=fbfc65a1e82257843c3ab9f59a5d0927f92c290a;hb=4e53a25855701c312e84404e183e7159e0766a23;hp=4db6b342bd6074c2e3315ee2012b6d6ad4e4aecb;hpb=b4f15fdaf77b7339e2984703c83269c7cdf680a9;p=oweals%2Fu-boot.git diff --git a/board/pm854/u-boot.lds b/board/pm854/u-boot.lds index 4db6b342bd..fbfc65a1e8 100644 --- a/board/pm854/u-boot.lds +++ b/board/pm854/u-boot.lds @@ -87,6 +87,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -119,10 +120,12 @@ SECTIONS _edata = .; PROVIDE (edata = .); + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; + . = .; __start___ex_table = .; __ex_table : { *(__ex_table) } __stop___ex_table = .;