From 5f6efd5a5e13950112a9f889be7797e1b92d6a2c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 18 Nov 1993 21:00:19 +0000 Subject: [PATCH] Get ECOFF gas to work again after this morning's checkins. --- gas/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2