add ensured 8-byte alignment to the end of each sy section in symbol_set.ld_meta
parent
b755026ba6
commit
b31bf98d00
|
|
@ -131,7 +131,7 @@ int main(int argc, char **argv){
|
|||
|
||||
for (String8Node *node = symbol_set_names_list.first;
|
||||
node != 0; node = node->next){
|
||||
stream_printf(stream, " syfirst__%S = .; *(.sy.%S); syopl__%S = .;\n",
|
||||
stream_printf(stream, " syfirst__%S = .; *(.sy.%S); . = ALIGN(8); syopl__%S = .;\n",
|
||||
&node->string, &node->string, &node->string);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue