X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fpm856%2Fu-boot.lds;h=e946a8e512e224b0152193759f0176b2ce79133a;hb=e3edcb36f14f0aabb6f50e96014d6877f73d64ea;hp=7553506fb83112a5aa1102100fae42cde1ad9384;hpb=b4f15fdaf77b7339e2984703c83269c7cdf680a9;p=oweals%2Fu-boot.git diff --git a/board/pm856/u-boot.lds b/board/pm856/u-boot.lds index 7553506fb8..e946a8e512 100644 --- a/board/pm856/u-boot.lds +++ b/board/pm856/u-boot.lds @@ -1,5 +1,6 @@ /* - * (C) Copyright 2002,2003,Motorola,Inc. + * (C) Copyright 2005 Wolfgang Denk + * (C) Copyright 2002,2003, Motorola,Inc. * Xianghua Xiao, X.Xiao@motorola.com. * * See file CREDITS for list of people who contributed to this @@ -66,17 +67,11 @@ SECTIONS { cpu/mpc85xx/start.o (.text) board/pm856/init.o (.text) - cpu/mpc85xx/commproc.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) - cpu/mpc85xx/serial_scc.o (.text) - cpu/mpc85xx/ether_fcc.o (.text) cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) - cpu/mpc85xx/tsec.o (.text) cpu/mpc85xx/speed.o (.text) - cpu/mpc85xx/i2c.o (.text) - cpu/mpc85xx/spd_sdram.o (.text) common/dlmalloc.o (.text) lib_generic/crc32.o (.text) lib_ppc/extable.o (.text) @@ -92,6 +87,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -124,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 = .;