From 35a59d4d02a5a09f8e4384352e38ae3f80134100 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 18 Oct 2011 01:51:47 +0000 Subject: 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 --- nuttx/configs/pcblogic-pic32mx/ostest/ld.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/pcblogic-pic32mx') 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.*) -- cgit v1.2.3