diff options
author | DJ Delorie <dj@delorie.com> | 2001-04-13 22:42:48 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-04-13 22:42:48 +0000 |
commit | 4ff944686fa925fb84e54a35758772a570759230 (patch) | |
tree | a6426277130023b333159d9dae40b5b8c3516b9c /bfd/ChangeLog | |
parent | 116071ecd0235fbb0134d321ccfb3f6e7a9a3c3e (diff) | |
download | binutils-redhat-4ff944686fa925fb84e54a35758772a570759230.tar.gz |
* coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
flag on pe-i386 targets.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 623d29660b..37619b4d21 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-04-13 Roger Sayle <roger@metaphorics.com> + + * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section + flag on pe-i386 targets. + 2001-04-13 Jakub Jelinek <jakub@redhat.com> * libbfd-in.h (_bfd_merge_section): New. |