X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fesd%2Fcpciiser4%2Fu-boot.lds;h=f7a20d1da23d9099dc7b20ad17d3ba612d8501ba;hb=4bbd4537835f72b5c46ca6efb38143e431b3dbd5;hp=eabcdd87e103363e960287ac997c45cadcf64d40;hpb=d6c61aabc49c22a5c040f046fdc04dc478ed071f;p=oweals%2Fu-boot.git diff --git a/board/esd/cpciiser4/u-boot.lds b/board/esd/cpciiser4/u-boot.lds index eabcdd87e1..f7a20d1da2 100644 --- a/board/esd/cpciiser4/u-boot.lds +++ b/board/esd/cpciiser4/u-boot.lds @@ -86,6 +86,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -118,11 +119,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 = .;