fix minor alignment issue

This commit is contained in:
Dave Murphy 2007-07-08 05:15:21 +00:00
parent f232fe3265
commit 24ccef1dd7

View File

@ -38,6 +38,7 @@ SECTIONS
.fini :
{
KEEP (*(.fini))
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
} >ddmem =0xff
__text_end = . ;