added ALIGN(4) for .stream section

This commit is contained in:
Li-Ta Lo 2002-01-14 06:29:13 +00:00
parent 2fe2c8b933
commit 342d2e218f

View file

@ -46,6 +46,7 @@ SECTIONS
}
.rodata (.) : {
_rodata = .;
. = ALIGN(4);
streams = . ;
*(.rodata.streams)
estreams = .;