From: Ian Lance Taylor Date: Thu, 18 Nov 1993 21:00:19 +0000 (+0000) Subject: Get ECOFF gas to work again after this morning's checkins. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f6efd5a5e13950112a9f889be7797e1b92d6a2c;p=binutils-gdb.git Get ECOFF gas to work again after this morning's checkins. --- diff --git a/gas/write.c b/gas/write.c index 677079eab0a..f27b5e1b2f9 100644 --- a/gas/write.c +++ b/gas/write.c @@ -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;