Lines 7319-7329
lang_process (void)
Link Here
|
7319 |
if (config.build_constructors) |
7319 |
if (config.build_constructors) |
7320 |
lang_init_start_stop (); |
7320 |
lang_init_start_stop (); |
7321 |
|
7321 |
|
|
|
7322 |
lang_do_memory_regions(); |
7323 |
|
7322 |
/* PR 13683: We must rerun the assignments prior to running garbage |
7324 |
/* PR 13683: We must rerun the assignments prior to running garbage |
7323 |
collection in order to make sure that all symbol aliases are resolved. */ |
7325 |
collection in order to make sure that all symbol aliases are resolved. */ |
7324 |
lang_do_assignments (lang_mark_phase_enum); |
7326 |
lang_do_assignments (lang_mark_phase_enum); |
7325 |
|
7327 |
|
7326 |
lang_do_memory_regions(); |
|
|
7327 |
expld.phase = lang_first_phase_enum; |
7328 |
expld.phase = lang_first_phase_enum; |
7328 |
|
7329 |
|
7329 |
/* Size up the common data. */ |
7330 |
/* Size up the common data. */ |