2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
* ldlang.c (lang_size_sections_1): Add a missing `)'.
This commit is contained in:
parent
cc9fe4437e
commit
ea0c3cd5bd
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
|
2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ldlang.c (lang_size_sections_1): Add a missing `)'.
|
||||||
|
|
||||||
2007-02-06 Alan Modra <amodra@bigpond.net.au>
|
2007-02-06 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
PR ld/3966
|
||||||
* ldlang.c (lang_size_sections_1): Don't warn on backwards dot
|
* ldlang.c (lang_size_sections_1): Don't warn on backwards dot
|
||||||
move unless section size is non-zero.
|
move unless section size is non-zero.
|
||||||
|
|
||||||
|
|
|
@ -4468,7 +4468,7 @@ lang_size_sections_1
|
||||||
&& os->bfd_section->vma != os->bfd_section->lma)
|
&& os->bfd_section->vma != os->bfd_section->lma)
|
||||||
|| (r->last_os != NULL
|
|| (r->last_os != NULL
|
||||||
&& dot >= (r->last_os->output_section_statement
|
&& dot >= (r->last_os->output_section_statement
|
||||||
.bfd_section->vma))
|
.bfd_section->vma)))
|
||||||
&& os->lma_region == NULL
|
&& os->lma_region == NULL
|
||||||
&& !link_info.relocatable)
|
&& !link_info.relocatable)
|
||||||
r->last_os = s;
|
r->last_os = s;
|
||||||
|
|
Loading…
Add table
Reference in a new issue