Get ECOFF gas to work again after this morning's checkins.
This commit is contained in:
parent
29cc5816c5
commit
5f6efd5a5e
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ relax_and_size_seg (abfd, sec, xxx)
|
|||
flags |= SEC_HAS_CONTENTS;
|
||||
|
||||
/* @@ This is just an approximation. */
|
||||
if (seginfo->fix_root)
|
||||
if (seginfo && seginfo->fix_root)
|
||||
flags |= SEC_RELOC;
|
||||
else
|
||||
flags &= ~SEC_RELOC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue