diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-11 15:58:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-11 15:58:53 +0000 |
commit | 4250a5329150c93b17393a456f0ceffde850570d (patch) | |
tree | e36be0491099a4a887b7024e298010748db53413 /gas | |
parent | 95caab7df2f64fee0c553c2809791fdbdefec7cb (diff) | |
download | gdb-4250a5329150c93b17393a456f0ceffde850570d.zip gdb-4250a5329150c93b17393a456f0ceffde850570d.tar.gz gdb-4250a5329150c93b17393a456f0ceffde850570d.tar.bz2 |
Fix for PR 16143 - set SEC_COMMON bit on .scommon, .zcommon and .tcommon sections.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <nickc@cygnus.com> + + * config/tc-v850.c (v850_comm): Set SEC_COMMON bit on special + common sections. + Wed Jun 10 17:26:35 1998 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (v850_comm): Create special sections as needed. |