diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-18 20:50:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-18 20:50:41 +0000 |
commit | f78c52818f3a44e940cc4f76862c1dc3ef88d51d (patch) | |
tree | 8ae060c48f8a00fece5e42d6f16707a3e41e5194 /bfd/epoc-pei-arm.c | |
parent | 02b89dcefcae12b4512f9e43c50746c5fa2709ba (diff) | |
download | gdb-f78c52818f3a44e940cc4f76862c1dc3ef88d51d.zip gdb-f78c52818f3a44e940cc4f76862c1dc3ef88d51d.tar.gz gdb-f78c52818f3a44e940cc4f76862c1dc3ef88d51d.tar.bz2 |
Definbe extra allowable COFF section flags for ARM_PE target/
Diffstat (limited to 'bfd/epoc-pei-arm.c')
-rw-r--r-- | bfd/epoc-pei-arm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/epoc-pei-arm.c b/bfd/epoc-pei-arm.c index 0f2548d..58c77df 100644 --- a/bfd/epoc-pei-arm.c +++ b/bfd/epoc-pei-arm.c @@ -25,5 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_BIG_SYM arm_epoc_pei_big_vec #define TARGET_BIG_NAME "epoc-pei-arm-big" -#include "pei-arm.c" +#define EXTRA_S_FLAGS (SEC_CODE | SEC_READONLY | SEC_DATA) +#include "pei-arm.c" |