aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-14 07:27:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-14 07:27:33 +0000
commit767f1a01b21d9b228e0035fb839cd859519034db (patch)
tree0d646daec86ce05840879fb287e040cdf9d2e341 /os/ports/GCC/PPC
parentac199d947b03db7b69d6337139f99495212b5f71 (diff)
downloadChibiOS-767f1a01b21d9b228e0035fb839cd859519034db.tar.gz
ChibiOS-767f1a01b21d9b228e0035fb839cd859519034db.tar.bz2
ChibiOS-767f1a01b21d9b228e0035fb839cd859519034db.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4654 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC')
-rw-r--r--os/ports/GCC/PPC/SPC563Mxx/ld/SPC563M64.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/PPC/SPC563Mxx/ld/SPC563M64.ld b/os/ports/GCC/PPC/SPC563Mxx/ld/SPC563M64.ld
index 8b86a8ac2..9ae052e72 100644
--- a/os/ports/GCC/PPC/SPC563Mxx/ld/SPC563M64.ld
+++ b/os/ports/GCC/PPC/SPC563Mxx/ld/SPC563M64.ld
@@ -63,7 +63,7 @@ SECTIONS
PROVIDE(__init_array_end = .);
} > flash
- destructors : ALIGN(4) SUBALIGN(4) FLAGS(ax)
+ destructors : ALIGN(4) SUBALIGN(4)
{
PROVIDE(__fini_array_start = .);
KEEP(*(.fini_array))
@@ -71,14 +71,14 @@ SECTIONS
PROVIDE(__fini_array_end = .);
} > flash
- .text_vle : ALIGN(16) SUBALIGN(16) FLAGS(axv)
+ .text_vle : ALIGN(16) SUBALIGN(16)
{
*(.text_vle)
*(.text_vle.*)
*(.gnu.linkonce.t_vle.*)
} > flash
- .text : ALIGN(16) SUBALIGN(16) FLAGS(ax)
+ .text : ALIGN(16) SUBALIGN(16)
{
*(.text)
*(.text.*)