* coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section

flag on pe-i386 targets.
This commit is contained in:
DJ Delorie
2001-04-13 22:42:48 +00:00
parent d1566ff562
commit baf80c32ae
2 changed files with 7 additions and 2 deletions

View File

@ -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> 2001-04-13 Jakub Jelinek <jakub@redhat.com>
* libbfd-in.h (_bfd_merge_section): New. * libbfd-in.h (_bfd_merge_section): New.

View File

@ -1,6 +1,6 @@
/* BFD back-end for Intel 386 COFF files. /* BFD back-end for Intel 386 COFF files.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000 2000, 2001
Free Software Foundation, Inc. Free Software Foundation, Inc.
Written by Cygnus Support. Written by Cygnus Support.
@ -576,7 +576,7 @@ const bfd_target
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC /* section flags */ (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC /* section flags */
#ifdef COFF_WITH_PE #ifdef COFF_WITH_PE
| SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_READONLY
#endif #endif
| SEC_CODE | SEC_DATA), | SEC_CODE | SEC_DATA),