* config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as

read-only.
This commit is contained in:
Daniel Jacobowitz 2004-02-09 18:04:26 +00:00
parent 4c8e70d733
commit e41f12f300
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-02-09 Daniel Jacobowitz <drow@mvista.com>
* config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
read-only.
2004-02-09 Nathan Sidwell <nathan@codesourcery.com>
* read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...

View File

@ -11809,6 +11809,9 @@ md_begin ()
bfd_set_section_flags (stdoutput, arm_arch,
SEC_DATA | SEC_ALLOC | SEC_LOAD | SEC_LINK_ONCE \
| SEC_HAS_CONTENTS);
#else
bfd_set_section_flags (stdoutput, arm_arch,
SEC_READONLY | SEC_HAS_CONTENTS);
#endif
arm_arch->output_section = arm_arch;
subseg_set (arm_arch, 0);