mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-20 06:53:59 +08:00
PR ld/5761
* ldexp.c (fold_name <LOADADDR>): Check result of evaluating load_base before calling make_abs.
This commit is contained in:
parent
1fb93dfff9
commit
819da74e19
@ -1,3 +1,9 @@
|
||||
2008-02-16 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR ld/5761
|
||||
* ldexp.c (fold_name <LOADADDR>): Check result of evaluating
|
||||
load_base before calling make_abs.
|
||||
|
||||
2008-02-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emultempl/alphaelf.em (alpha_after_open): Use elf_object_id.
|
||||
|
@ -605,7 +605,8 @@ fold_name (etree_type *tree)
|
||||
else
|
||||
{
|
||||
exp_fold_tree_1 (os->load_base);
|
||||
make_abs ();
|
||||
if (expld.result.valid_p)
|
||||
make_abs ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user