You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
242 B

SECTIONS
{
. = 0x10024;
.mysection1 : SUBALIGN(4) {
*(.mysection1)
}
.mysection2 : ALIGN(16) {
*(.mysection2)
}
.mysection3 : {
*(.mysection3)
}
/DISCARD/ : {
*(*)
}
}