mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
* ldlang.c (lang_size_sections_1): Add a missing `)'.
This commit is contained in:
@ -4468,7 +4468,7 @@ lang_size_sections_1
|
||||
&& os->bfd_section->vma != os->bfd_section->lma)
|
||||
|| (r->last_os != NULL
|
||||
&& dot >= (r->last_os->output_section_statement
|
||||
.bfd_section->vma))
|
||||
.bfd_section->vma)))
|
||||
&& os->lma_region == NULL
|
||||
&& !link_info.relocatable)
|
||||
r->last_os = s;
|
||||
|
Reference in New Issue
Block a user