summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/usbstorage/ld.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/usbstorage/ld.script')
-rwxr-xr-xnuttx/configs/ea3131/usbstorage/ld.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/ea3131/usbstorage/ld.script b/nuttx/configs/ea3131/usbstorage/ld.script
index b23cd18bd..c6ba1c293 100755
--- a/nuttx/configs/ea3131/usbstorage/ld.script
+++ b/nuttx/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 <spudmonkey@racsa.co.cr>
*
* 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(.);