* ldlang.c (lang_size_sections_1): Allow scripts to specify a

non-zero vma even when relocatable.
This commit is contained in:
Alan Modra
2009-09-29 02:24:56 +00:00
parent ca8b503212
commit cafed8af5a
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2009-09-29 Alan Modra <amodra@bigpond.net.au>
* ldlang.c (lang_size_sections_1): Allow scripts to specify a
non-zero vma even when relocatable.
2009-09-28 Alan Modra <amodra@bigpond.net.au>
* scripttempl/elf32cr16.sc: Emit empty script for ld -r and ld -Ur.

View File

@ -4665,7 +4665,7 @@ lang_size_sections_1
lang_memory_region_type *r;
os = &s->output_section_statement;
if (link_info.relocatable)
if (os->addr_tree == NULL && link_info.relocatable)
os->addr_tree = exp_intop (0);
if (os->addr_tree != NULL)
{