diff options
author | roy zang <tie-fei.zang@freescale.com> | 2006-11-03 13:40:03 +0800 |
---|---|---|
committer | Zang Tiefei <roy@bus.ap.freescale.net> | 2006-11-03 13:40:03 +0800 |
commit | 1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b (patch) | |
tree | 28502219ab085dda7febe844a4050874b938cbc2 /board/v38b/u-boot.lds | |
parent | c1fbe4103a0d6c8957f912af902d705ba67836f2 (diff) | |
parent | ee58ea2689930669678fdcb27bf0cc5c341e18eb (diff) | |
download | u-boot-imx-1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b.zip u-boot-imx-1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b.tar.gz u-boot-imx-1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b.tar.bz2 |
Merge /home/roy/CVS/7448/Open_Source/u-boot.git.dev
Diffstat (limited to 'board/v38b/u-boot.lds')
-rw-r--r-- | board/v38b/u-boot.lds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/v38b/u-boot.lds b/board/v38b/u-boot.lds index 6ec5256..4fdea6b 100644 --- a/board/v38b/u-boot.lds +++ b/board/v38b/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -93,11 +94,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 = .; |