summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ntosd-dm320')
-rw-r--r--nuttx/configs/ntosd-dm320/nettest/ld.script9
-rw-r--r--nuttx/configs/ntosd-dm320/nsh/ld.script9
-rw-r--r--nuttx/configs/ntosd-dm320/ostest/ld.script9
-rw-r--r--nuttx/configs/ntosd-dm320/poll/ld.script9
-rw-r--r--nuttx/configs/ntosd-dm320/thttpd/ld.script9
-rw-r--r--nuttx/configs/ntosd-dm320/udp/ld.script9
-rw-r--r--nuttx/configs/ntosd-dm320/uip/ld.script9
7 files changed, 35 insertions, 28 deletions
diff --git a/nuttx/configs/ntosd-dm320/nettest/ld.script b/nuttx/configs/ntosd-dm320/nettest/ld.script
index c025cb99d..55e763fad 100644
--- a/nuttx/configs/ntosd-dm320/nettest/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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/nuttx/configs/ntosd-dm320/nsh/ld.script b/nuttx/configs/ntosd-dm320/nsh/ld.script
index e040e368c..c1a27e453 100644
--- a/nuttx/configs/ntosd-dm320/nsh/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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/nuttx/configs/ntosd-dm320/ostest/ld.script b/nuttx/configs/ntosd-dm320/ostest/ld.script
index 45fa67b8d..e5bb77257 100644
--- a/nuttx/configs/ntosd-dm320/ostest/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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/nuttx/configs/ntosd-dm320/poll/ld.script b/nuttx/configs/ntosd-dm320/poll/ld.script
index ab8512b3a..8db7a0fed 100644
--- a/nuttx/configs/ntosd-dm320/poll/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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/nuttx/configs/ntosd-dm320/thttpd/ld.script b/nuttx/configs/ntosd-dm320/thttpd/ld.script
index 7d6755ad5..6646ec2f7 100644
--- a/nuttx/configs/ntosd-dm320/thttpd/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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/nuttx/configs/ntosd-dm320/udp/ld.script b/nuttx/configs/ntosd-dm320/udp/ld.script
index 86f3a21d1..d921a28ad 100644
--- a/nuttx/configs/ntosd-dm320/udp/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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/nuttx/configs/ntosd-dm320/uip/ld.script b/nuttx/configs/ntosd-dm320/uip/ld.script
index 77a431164..e9bee2f8c 100644
--- a/nuttx/configs/ntosd-dm320/uip/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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) }