summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcblogic-pic32mx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-18 01:51:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-18 01:51:47 +0000
commit35a59d4d02a5a09f8e4384352e38ae3f80134100 (patch)
tree79728179d0640cfebf35030fd7a369bb4ec2494b /nuttx/configs/pcblogic-pic32mx
parent225165e72cdd19b741bac642d2bddce9882c50d5 (diff)
downloadpx4-nuttx-35a59d4d02a5a09f8e4384352e38ae3f80134100.tar.gz
px4-nuttx-35a59d4d02a5a09f8e4384352e38ae3f80134100.tar.bz2
px4-nuttx-35a59d4d02a5a09f8e4384352e38ae3f80134100.zip
Fix PIC32 jalr instructions: arguments consistentley reversed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4052 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pcblogic-pic32mx')
-rw-r--r--nuttx/configs/pcblogic-pic32mx/ostest/ld.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/ostest/ld.script b/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
index 25df40f0a..79bd3783b 100644
--- a/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
+++ b/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
@@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
- .ramfunc /* ALIGN(2K) */ :
+ .ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)