mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Get ECOFF gas to work again after this morning's checkins.
This commit is contained in:
parent
29cc5816c5
commit
5f6efd5a5e
@ -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…
Reference in New Issue
Block a user