X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Foxc%2Fu-boot.lds;h=2a5cd2ebd9dc6661cc8a1c71e04ecaa5957c6bc4;hb=76bfacfd7ca60ee9fea540f54b795a0a883778a1;hp=db89a78fd0fc468196714887b919c717f6cef6e7;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot diff --git a/board/oxc/u-boot.lds b/board/oxc/u-boot.lds index db89a78fd0..2a5cd2ebd9 100644 --- a/board/oxc/u-boot.lds +++ b/board/oxc/u-boot.lds @@ -68,6 +68,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -100,11 +101,13 @@ 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 = .;