Add missing newline.

This commit is contained in:
Daniel Jacobowitz 2010-03-16 14:18:06 +00:00
parent f77c394825
commit d959f8f0a3
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ SECTIONS
{
.text : ALIGN (4) { *(.text) } > region
.rodata : ALIGN (4) { *(.rodata) } > region
}
}