diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-11-14 17:37:29 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-11-14 17:37:29 +0000 |
commit | af4bed4bf57f2cd10d983d073b4b1b62366d65b8 (patch) | |
tree | 7b8c29a9135ca7849402528bd94ca8def69d664f /bfd/ChangeLog | |
parent | caa846806ee3a4e9e36eb93f90214534aa8cd766 (diff) | |
download | gdb-af4bed4bf57f2cd10d983d073b4b1b62366d65b8.zip gdb-af4bed4bf57f2cd10d983d073b4b1b62366d65b8.tar.gz gdb-af4bed4bf57f2cd10d983d073b4b1b62366d65b8.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4535bfe..b44e3ef 100644 --- a/bfd/ChangeLog +++ b/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 |