diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-12-11 21:52:39 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-12-11 21:52:39 +0000 |
commit | def13efb269ed312576e3c5022e3ab7eb7bd4899 (patch) | |
tree | 3d42a26e8e48c539a4a2c96aff97dfb3564babe7 /gas/ChangeLog | |
parent | 31d604805403b1dc58cdc678d7da965bc01b6a40 (diff) | |
download | gdb-def13efb269ed312576e3c5022e3ab7eb7bd4899.zip gdb-def13efb269ed312576e3c5022e3ab7eb7bd4899.tar.gz gdb-def13efb269ed312576e3c5022e3ab7eb7bd4899.tar.bz2 |
* config/tc-xtensa.c (frag_format_size): Handle frags that expand to
wide branches.
(get_aligned_diff): For RELAX_ALIGN_NEXT_OPCODE, skip to the next
non-empty frag to find the LOOP instruction. Change comma typo to
a semicolon.
(relax_frag_immed, convert_frag_immed): Rename wide_insn variable to
from_widen_insn.
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 33b0341..8b6c8cd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2007-12-11 Sterling Augustine <sterling@tensilica.com> + Bob Wilson <bob.wilson@acm.org> + + * config/tc-xtensa.c (frag_format_size): Handle frags that expand to + wide branches. + (get_aligned_diff): For RELAX_ALIGN_NEXT_OPCODE, skip to the next + non-empty frag to find the LOOP instruction. Change comma typo to + a semicolon. + (relax_frag_immed, convert_frag_immed): Rename wide_insn variable to + from_widen_insn. + 2007-12-11 Alan Modra <amodra@bigpond.net.au> * config/tc-m32r.c (md_begin): Mark .sbss as being bss style section. |