mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
read-only.
This commit is contained in:
@ -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>
|
2004-02-09 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
|
* read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
|
||||||
|
@ -11809,6 +11809,9 @@ md_begin ()
|
|||||||
bfd_set_section_flags (stdoutput, arm_arch,
|
bfd_set_section_flags (stdoutput, arm_arch,
|
||||||
SEC_DATA | SEC_ALLOC | SEC_LOAD | SEC_LINK_ONCE \
|
SEC_DATA | SEC_ALLOC | SEC_LOAD | SEC_LINK_ONCE \
|
||||||
| SEC_HAS_CONTENTS);
|
| SEC_HAS_CONTENTS);
|
||||||
|
#else
|
||||||
|
bfd_set_section_flags (stdoutput, arm_arch,
|
||||||
|
SEC_READONLY | SEC_HAS_CONTENTS);
|
||||||
#endif
|
#endif
|
||||||
arm_arch->output_section = arm_arch;
|
arm_arch->output_section = arm_arch;
|
||||||
subseg_set (arm_arch, 0);
|
subseg_set (arm_arch, 0);
|
||||||
|
Reference in New Issue
Block a user