diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-03-21 20:34:38 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2006-03-21 20:34:38 +0000 |
commit | 03aaa5932ec1a285ed94ddd86a5af380a3abeff9 (patch) | |
tree | aaf68687e3fbb18a3955f5510e0ffe5c8dd9619c /gas/ChangeLog | |
parent | a75b402ae4e4366cb70f319451c6e0e2026a0105 (diff) | |
download | gdb-03aaa5932ec1a285ed94ddd86a5af380a3abeff9.zip gdb-03aaa5932ec1a285ed94ddd86a5af380a3abeff9.tar.gz gdb-03aaa5932ec1a285ed94ddd86a5af380a3abeff9.tar.bz2 |
* config/tc-xtensa.c (enforce_three_byte_loop_align): New flag.
(xtensa_setup_hw_workarounds): Set this new flag for older hardware.
(get_loop_align_size): New.
(xtensa_end): Skip xtensa_mark_narrow_branches when not aligning.
(xtensa_mark_zcl_first_insns): Prevent widening of first loop frag.
(get_text_align_power): Rewrite to handle inputs in the range 2-8.
(get_noop_aligned_address): Use get_loop_align_size.
(get_aligned_diff): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5d39cb6..a70bb80 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2006-03-21 Sterling Augustine <sterling@tensilica.com> + + * config/tc-xtensa.c (enforce_three_byte_loop_align): New flag. + (xtensa_setup_hw_workarounds): Set this new flag for older hardware. + (get_loop_align_size): New. + (xtensa_end): Skip xtensa_mark_narrow_branches when not aligning. + (xtensa_mark_zcl_first_insns): Prevent widening of first loop frag. + (get_text_align_power): Rewrite to handle inputs in the range 2-8. + (get_noop_aligned_address): Use get_loop_align_size. + (get_aligned_diff): Likewise. + 2006-03-21 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (insns): Correct opcodes for ldrbt and strbt. |