* config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
read-only.
This commit is contained in:
parent
4c8e70d733
commit
e41f12f300
@ -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 ...
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user