mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
flag on pe-i386 targets.
This commit is contained in:
@ -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.
|
||||||
|
@ -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),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user