summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/ostest
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/ostest')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/ostest/ld.script8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/ostest/ld.script b/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
index 10300e929..323f1ec1d 100755
--- a/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
+++ b/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
@@ -1,8 +1,8 @@
/****************************************************************************
* configs/olimex-lpc1766stk/ostest/ld.script
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -80,11 +80,11 @@ SECTIONS
*(.ARM.extab*)
} >sram
+ __exidx_start = ABSOLUTE(.);
.ARM.exidx : {
- __exidx_start = ABSOLUTE(.);
*(.ARM.exidx*)
- __exidx_end = ABSOLUTE(.);
} >sram
+ __exidx_end = ABSOLUTE(.);
.bss : { /* BSS */
_sbss = ABSOLUTE(.);