aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-G++/ch.ld
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-06 11:42:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-06 11:42:25 +0000
commited3ffb35089836df6b5b51b76c428078a80dbb3b (patch)
treeb449f6005e844b10dcb579a58658d64e9ffdc199 /demos/ARM7-LPC214x-G++/ch.ld
parent8a18733367054dd6a3a68633d25633f672ae87c0 (diff)
downloadChibiOS-ed3ffb35089836df6b5b51b76c428078a80dbb3b.tar.gz
ChibiOS-ed3ffb35089836df6b5b51b76c428078a80dbb3b.tar.bz2
ChibiOS-ed3ffb35089836df6b5b51b76c428078a80dbb3b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@531 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++/ch.ld')
-rw-r--r--demos/ARM7-LPC214x-G++/ch.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-G++/ch.ld b/demos/ARM7-LPC214x-G++/ch.ld
index b0425dbca..2bbea7477 100644
--- a/demos/ARM7-LPC214x-G++/ch.ld
+++ b/demos/ARM7-LPC214x-G++/ch.ld
@@ -45,7 +45,7 @@ SECTIONS
{
. = 0;
- .text :
+ .text : ALIGN(16) SUBALIGN(16)
{
_text = .;
KEEP(*(vectors))