|
@@ -37,23 +37,23 @@ SECTIONS
|
|
/* WARNING - the following is hand-optimized to fit within */
|
|
/* WARNING - the following is hand-optimized to fit within */
|
|
/* the sector layout of our flash chips! XXX FIXME XXX */
|
|
/* the sector layout of our flash chips! XXX FIXME XXX */
|
|
|
|
|
|
- arch/arm/cpu/arm1136/start.o (.text)
|
|
|
|
- board/freescale/mx31ads/libmx31ads.o (.text)
|
|
|
|
- arch/arm/lib/libarm.o (.text)
|
|
|
|
- net/libnet.o (.text)
|
|
|
|
- drivers/mtd/libmtd.o (.text)
|
|
|
|
|
|
+ arch/arm/cpu/arm1136/start.o (.text*)
|
|
|
|
+ board/freescale/mx31ads/libmx31ads.o (.text*)
|
|
|
|
+ arch/arm/lib/libarm.o (.text*)
|
|
|
|
+ net/libnet.o (.text*)
|
|
|
|
+ drivers/mtd/libmtd.o (.text*)
|
|
|
|
|
|
. = DEFINED(env_offset) ? env_offset : .;
|
|
. = DEFINED(env_offset) ? env_offset : .;
|
|
- common/env_embedded.o(.text)
|
|
|
|
|
|
+ common/env_embedded.o(.text*)
|
|
|
|
|
|
- *(.text)
|
|
|
|
|
|
+ *(.text*)
|
|
}
|
|
}
|
|
. = ALIGN(4);
|
|
. = ALIGN(4);
|
|
- .rodata : { *(.rodata) }
|
|
|
|
|
|
+ .rodata : { *(.rodata*) }
|
|
|
|
|
|
. = ALIGN(4);
|
|
. = ALIGN(4);
|
|
.data : {
|
|
.data : {
|
|
- *(.data)
|
|
|
|
|
|
+ *(.data*)
|
|
}
|
|
}
|
|
|
|
|
|
. = ALIGN(4);
|
|
. = ALIGN(4);
|