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-Tag: gdb-4_18~1926 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4250a5329150c93b17393a456f0ceffde850570d;p=platform%2Fupstream%2Fbinutils.git Fix for PR 16143 - set SEC_COMMON bit on .scommon, .zcommon and .tcommon sections. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c38e5c1..d4ad499 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.