diff --git a/configs/ea3131/usbserial/defconfig b/configs/ea3131/usbserial/defconfig index f5df530024f..fcf8d0d0386 100755 --- a/configs/ea3131/usbserial/defconfig +++ b/configs/ea3131/usbserial/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/ea3131/usbserial/defconfig # -# Copyright (C) 2010 Gregory Nutt. All rights reserved. +# Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/ea3131/usbserial/ld.script b/configs/ea3131/usbserial/ld.script index 7ce7bf21c18..1bdc7d9fc79 100755 --- a/configs/ea3131/usbserial/ld.script +++ b/configs/ea3131/usbserial/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ea3131/usbserial/ld.script * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -78,11 +78,11 @@ SECTIONS *(.ARM.extab*) } >isram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } > isram + __exidx_end = ABSOLUTE(.); .bss : { _sbss = ABSOLUTE(.); @@ -91,7 +91,8 @@ SECTIONS *(COMMON) _ebss = ABSOLUTE(.); } > isram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ea3131/usbstorage/defconfig b/configs/ea3131/usbstorage/defconfig index e8cb6216ef9..c2e5cb61887 100755 --- a/configs/ea3131/usbstorage/defconfig +++ b/configs/ea3131/usbstorage/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/ea3131/usbstorage/defconfig # -# Copyright (C) 2010 Gregory Nutt. All rights reserved. +# Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/ea3131/usbstorage/ld.script b/configs/ea3131/usbstorage/ld.script index b23cd18bd5d..c6ba1c293dd 100755 --- a/configs/ea3131/usbstorage/ld.script +++ b/configs/ea3131/usbstorage/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ea3131/usbstorage/ld.script * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -78,11 +78,11 @@ SECTIONS *(.ARM.extab*) } >isram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } > isram + __exidx_end = ABSOLUTE(.); .bss : { _sbss = ABSOLUTE(.); diff --git a/configs/eagle100/httpd/ld.script b/configs/eagle100/httpd/ld.script index 434cffbdecb..080fb47fb63 100644 --- a/configs/eagle100/httpd/ld.script +++ b/configs/eagle100/httpd/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/eagle100/httpd/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The LM3S6918 has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/eagle100/nettest/ld.script b/configs/eagle100/nettest/ld.script index b8af71dddd3..8fcc01f4227 100644 --- a/configs/eagle100/nettest/ld.script +++ b/configs/eagle100/nettest/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/eagle100/nettest/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The LM3S6918 has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/eagle100/nsh/ld.script b/configs/eagle100/nsh/ld.script index e77b6778dcf..d7b6316d562 100644 --- a/configs/eagle100/nsh/ld.script +++ b/configs/eagle100/nsh/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/eagle100/nsh/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The LM3S6918 has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/eagle100/nxflat/ld.script b/configs/eagle100/nxflat/ld.script index ffd8dec4866..aa3a30a62e0 100644 --- a/configs/eagle100/nxflat/ld.script +++ b/configs/eagle100/nxflat/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/eagle100/nxflat/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The LM3S6918 has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/eagle100/ostest/ld.script b/configs/eagle100/ostest/ld.script index 0d7032fcf2c..747d7c2a037 100644 --- a/configs/eagle100/ostest/ld.script +++ b/configs/eagle100/ostest/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/eagle100/ostest/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The LM3S6918 has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/eagle100/thttpd/ld.script b/configs/eagle100/thttpd/ld.script index 289c9088c31..282eed92a3c 100644 --- a/configs/eagle100/thttpd/ld.script +++ b/configs/eagle100/thttpd/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/eagle100/thttpd/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The LM3S6918 has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/lpcxpresso-lpc1768/nsh/ld.script b/configs/lpcxpresso-lpc1768/nsh/ld.script index bcc80f68db1..0d8103b2e16 100755 --- a/configs/lpcxpresso-lpc1768/nsh/ld.script +++ b/configs/lpcxpresso-lpc1768/nsh/ld.script @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); .data : { _sdata = ABSOLUTE(.); @@ -80,20 +80,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/lpcxpresso-lpc1768/ostest/ld.script b/configs/lpcxpresso-lpc1768/ostest/ld.script index 221919b092a..a85bc2b048f 100755 --- a/configs/lpcxpresso-lpc1768/ostest/ld.script +++ b/configs/lpcxpresso-lpc1768/ostest/ld.script @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); .data : { _sdata = ABSOLUTE(.); @@ -80,20 +80,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ntosd-dm320/nettest/ld.script b/configs/ntosd-dm320/nettest/ld.script index c025cb99dfa..55e763fad63 100644 --- a/configs/ntosd-dm320/nettest/ld.script +++ b/configs/ntosd-dm320/nettest/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/nettest/ld.script * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ntosd-dm320/nsh/ld.script b/configs/ntosd-dm320/nsh/ld.script index e040e368c59..c1a27e45357 100644 --- a/configs/ntosd-dm320/nsh/ld.script +++ b/configs/ntosd-dm320/nsh/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/nsh/ld.script * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ntosd-dm320/ostest/ld.script b/configs/ntosd-dm320/ostest/ld.script index 45fa67b8d6a..e5bb7725715 100644 --- a/configs/ntosd-dm320/ostest/ld.script +++ b/configs/ntosd-dm320/ostest/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/ostest/ld.script * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ntosd-dm320/poll/ld.script b/configs/ntosd-dm320/poll/ld.script index ab8512b3a9b..8db7a0fed14 100644 --- a/configs/ntosd-dm320/poll/ld.script +++ b/configs/ntosd-dm320/poll/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/poll/ld.script * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ntosd-dm320/thttpd/ld.script b/configs/ntosd-dm320/thttpd/ld.script index 7d6755ad512..6646ec2f72c 100644 --- a/configs/ntosd-dm320/thttpd/ld.script +++ b/configs/ntosd-dm320/thttpd/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/thttpd/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ntosd-dm320/udp/ld.script b/configs/ntosd-dm320/udp/ld.script index 86f3a21d176..d921a28add9 100644 --- a/configs/ntosd-dm320/udp/ld.script +++ b/configs/ntosd-dm320/udp/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/udp/ld.script * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/ntosd-dm320/uip/ld.script b/configs/ntosd-dm320/uip/ld.script index 77a43116464..e9bee2f8c84 100644 --- a/configs/ntosd-dm320/uip/ld.script +++ b/configs/ntosd-dm320/uip/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/uip/ld.script * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/olimex-lpc2378/nsh/ld.script b/configs/olimex-lpc2378/nsh/ld.script index 34d6b958d4d..cf8ba46bd64 100755 --- a/configs/olimex-lpc2378/nsh/ld.script +++ b/configs/olimex-lpc2378/nsh/ld.script @@ -6,7 +6,7 @@ * * This is part of the NuttX RTOS and based on the LPC2148 port: * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2010, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -87,12 +87,11 @@ SECTIONS *(.ARM.extab*) } > RAM + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } > RAM - + __exidx_end = ABSOLUTE(.); /* .bss section which is initialized by 0 */ /* This section will be filled with zero by startup code */ diff --git a/configs/olimex-lpc2378/ostest/ld.script b/configs/olimex-lpc2378/ostest/ld.script index e72913093e2..74c798b57fc 100755 --- a/configs/olimex-lpc2378/ostest/ld.script +++ b/configs/olimex-lpc2378/ostest/ld.script @@ -6,7 +6,7 @@ * * This is part of the NuttX RTOS and based on the LPC2148 port: * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2010, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -87,11 +87,11 @@ SECTIONS *(.ARM.extab*) } > RAM + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } > RAM + __exidx_end = ABSOLUTE(.); /* .bss section which is initialized by 0 */ diff --git a/configs/stm3210e-eval/nsh/ld.script b/configs/stm3210e-eval/nsh/ld.script index f7b4ba78bac..fa7b990bc97 100755 --- a/configs/stm3210e-eval/nsh/ld.script +++ b/configs/stm3210e-eval/nsh/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/nsh/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/stm3210e-eval/nsh/ld.script.dfu b/configs/stm3210e-eval/nsh/ld.script.dfu index 2837fd04cea..6b5ab8a2d6d 100755 --- a/configs/stm3210e-eval/nsh/ld.script.dfu +++ b/configs/stm3210e-eval/nsh/ld.script.dfu @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/nsh/ld.script.dfu * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -65,7 +65,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -81,20 +81,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/stm3210e-eval/ostest/ld.script b/configs/stm3210e-eval/ostest/ld.script index ce8936adc60..bc09f4594ea 100755 --- a/configs/stm3210e-eval/ostest/ld.script +++ b/configs/stm3210e-eval/ostest/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/ostest/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/stm3210e-eval/ostest/ld.script.dfu b/configs/stm3210e-eval/ostest/ld.script.dfu index 720195871a2..a63ea5b1504 100755 --- a/configs/stm3210e-eval/ostest/ld.script.dfu +++ b/configs/stm3210e-eval/ostest/ld.script.dfu @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/ostest/ld.script.dfu * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -65,7 +65,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -81,20 +81,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/stm3210e-eval/usbserial/ld.script b/configs/stm3210e-eval/usbserial/ld.script index 041ef8ca534..22a40d93ea8 100755 --- a/configs/stm3210e-eval/usbserial/ld.script +++ b/configs/stm3210e-eval/usbserial/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/usbserial/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/stm3210e-eval/usbserial/ld.script.dfu b/configs/stm3210e-eval/usbserial/ld.script.dfu index ab85986d347..71218d5b585 100755 --- a/configs/stm3210e-eval/usbserial/ld.script.dfu +++ b/configs/stm3210e-eval/usbserial/ld.script.dfu @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/usbserial/ld.script.dfu * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -65,7 +65,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -81,20 +81,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/stm3210e-eval/usbstorage/ld.script b/configs/stm3210e-eval/usbstorage/ld.script index eb1b03a3aca..d4e03d3a52a 100755 --- a/configs/stm3210e-eval/usbstorage/ld.script +++ b/configs/stm3210e-eval/usbstorage/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/usbstorage/ld.script * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -66,7 +66,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -82,20 +82,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } diff --git a/configs/stm3210e-eval/usbstorage/ld.script.dfu b/configs/stm3210e-eval/usbstorage/ld.script.dfu index 4890afdf374..f58cd329dc5 100755 --- a/configs/stm3210e-eval/usbstorage/ld.script.dfu +++ b/configs/stm3210e-eval/usbstorage/ld.script.dfu @@ -1,7 +1,7 @@ /**************************************************************************** * configs/stm3210e-eval/usbstorage/ld.script.dfu * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -65,7 +65,7 @@ SECTIONS _etext = ABSOLUTE(.); } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); /* The STM32F103Z has 64Kb of SRAM beginning at the following address */ @@ -81,20 +81,21 @@ SECTIONS *(.ARM.extab*) } >sram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } >sram + __exidx_end = ABSOLUTE(.); - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss .bss.*) *(.gnu.linkonce.b.*) *(COMMON) _ebss = ABSOLUTE(.); } > sram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) }