From: Nick Clifton Date: Thu, 11 Jun 1998 15:58:53 +0000 (+0000) Subject: Fix for PR 16143 - set SEC_COMMON bit on .scommon, .zcommon and .tcommon sections. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4250a5329150c93b17393a456f0ceffde850570d;p=binutils-gdb.git Fix for PR 16143 - set SEC_COMMON bit on .scommon, .zcommon and .tcommon sections. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c38e5c1545c..d4ad499d6de 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 11 08:56:46 1998 Nick Clifton + + * config/tc-v850.c (v850_comm): Set SEC_COMMON bit on special + common sections. + Wed Jun 10 17:26:35 1998 Nick Clifton * config/tc-v850.c (v850_comm): Create special sections as needed.