summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc2378
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-12 23:27:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-12 23:27:07 +0000
commit36b629aa8d334aab147dcfcf76d17f4033f35cac (patch)
tree398f0764a3a98b2cc0d5dc084a5fafcab155bbaf /nuttx/configs/olimex-lpc2378
parentc1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4 (diff)
downloadpx4-nuttx-36b629aa8d334aab147dcfcf76d17f4033f35cac.tar.gz
px4-nuttx-36b629aa8d334aab147dcfcf76d17f4033f35cac.tar.bz2
px4-nuttx-36b629aa8d334aab147dcfcf76d17f4033f35cac.zip
Remove warning 'sh_link not set for section ARM.exidx' for a few builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3496 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc2378')
-rwxr-xr-xnuttx/configs/olimex-lpc2378/nsh/ld.script7
-rwxr-xr-xnuttx/configs/olimex-lpc2378/ostest/ld.script6
2 files changed, 6 insertions, 7 deletions
diff --git a/nuttx/configs/olimex-lpc2378/nsh/ld.script b/nuttx/configs/olimex-lpc2378/nsh/ld.script
index 34d6b958d..cf8ba46bd 100755
--- a/nuttx/configs/olimex-lpc2378/nsh/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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/nuttx/configs/olimex-lpc2378/ostest/ld.script b/nuttx/configs/olimex-lpc2378/ostest/ld.script
index e72913093..74c798b57 100755
--- a/nuttx/configs/olimex-lpc2378/ostest/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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 */