Get ECOFF gas to work again after this morning's checkins.

This commit is contained in:
Ian Lance Taylor 1993-11-18 21:00:19 +00:00
parent 29cc5816c5
commit 5f6efd5a5e

View File

@ -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;