Fixed alignment problem on _endtext.

This commit is contained in:
Joel Sherrill
1999-11-16 22:56:53 +00:00
parent aad726ebd4
commit 38d65f80d5

View File

@@ -124,6 +124,7 @@ SECTIONS
*(.fini)
*(.lit)
*(.shdata)
. = ALIGN (16);
_endtext = .;
} > ram
.dynamic : { *(.dynamic) } >ram