Browse Source

* xtensa-modules.c (xtensa_state_id): New enum, replacing STATE macros.

(xtensa_field_id, xtensa_regfile_id, xtensa_operand_id)
	(xtensa_iclass_id, xtensa_opcode_id): New enums.
	Replace hardcoded constants throughout this file with enum values.
cgen-1_1-branch
Bob Wilson 18 years ago
parent
commit
af4bed4bf5
  1. 7
      bfd/ChangeLog
  2. 2714
      bfd/xtensa-modules.c

7
bfd/ChangeLog

@ -1,3 +1,10 @@
2008-11-14 Bob Wilson <bob.wilson@acm.org>
* xtensa-modules.c (xtensa_state_id): New enum, replacing STATE macros.
(xtensa_field_id, xtensa_regfile_id, xtensa_operand_id)
(xtensa_iclass_id, xtensa_opcode_id): New enums.
Replace hardcoded constants throughout this file with enum values.
2008-11-14 Nathan Sidwell <nathan@codesourcery.com>
* elf.c (assign_file_positions_for_load_sections): Use header_size

2714
bfd/xtensa-modules.c

File diff suppressed because it is too large
Loading…
Cancel
Save