X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ffads%2Fu-boot.lds.debug;h=650572d4d05d996a0385b36e536bebf4b5094019;hb=67c31036acaaaa992fc346cc89db0909a7e733c4;hp=bd13b7b96f82bc19c518514c752286c707d1a920;hpb=efee1709912ad05c3a0bd1ca3f9e72dd7c587cbc;p=oweals%2Fu-boot.git diff --git a/board/fads/u-boot.lds.debug b/board/fads/u-boot.lds.debug index bd13b7b96f..650572d4d0 100644 --- a/board/fads/u-boot.lds.debug +++ b/board/fads/u-boot.lds.debug @@ -75,6 +75,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -107,6 +109,11 @@ 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 = .; @@ -129,4 +136,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -