* ldlang.c (init_os): Ensure sections mentioned in load_base
are initialized.
This commit is contained in:
parent
b4a77b4712
commit
18794b0c44
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-12-07 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ldlang.c (init_os): Ensure sections mentioned in load_base
|
||||
are initialized.
|
||||
|
||||
2002-12-05 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
|
||||
|
|
|
@ -912,6 +912,9 @@ init_os (s)
|
|||
mention are initialized. */
|
||||
if (s->addr_tree != NULL)
|
||||
exp_init_os (s->addr_tree);
|
||||
|
||||
if (s->load_base != NULL)
|
||||
exp_init_os (s->load_base);
|
||||
}
|
||||
|
||||
/* Make sure that all output sections mentioned in an expression are
|
||||
|
|
Loading…
Reference in a new issue