diff options
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/ch.ld')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/ch.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/ch.ld b/demos/ARM7-LPC214x-GCC/ch.ld index b0425dbca..2bbea7477 100644 --- a/demos/ARM7-LPC214x-GCC/ch.ld +++ b/demos/ARM7-LPC214x-GCC/ch.ld @@ -45,7 +45,7 @@ SECTIONS {
. = 0;
- .text :
+ .text : ALIGN(16) SUBALIGN(16)
{
_text = .;
KEEP(*(vectors))
|