summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/uip/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ntosd-dm320/uip/ld.script')
-rw-r--r--nuttx/configs/ntosd-dm320/uip/ld.script9
1 files changed, 5 insertions, 4 deletions
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) }