diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-04-25 17:11:10 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2006-04-25 17:11:10 +0000 |
commit | 1946c96e94f55ec6ebb8dcfc2521f9dd31921f68 (patch) | |
tree | 00a38d2619198b0e6989f044c4319f1b659fd84c /gas/ChangeLog | |
parent | 5033a6459b577c4eb87f9f59d5d65c47ff1d8a41 (diff) | |
download | gdb-1946c96e94f55ec6ebb8dcfc2521f9dd31921f68.zip gdb-1946c96e94f55ec6ebb8dcfc2521f9dd31921f68.tar.gz gdb-1946c96e94f55ec6ebb8dcfc2521f9dd31921f68.tar.bz2 |
* config/xtensa-relax.c (widen_spec_list): Use new "WIDE.<opcode>"
syntax instead of hardcoded opcodes with ".w18" suffixes.
(wide_branch_opcode): New.
(build_transition): Use it to check for wide branch opcodes with
either ".w18" or ".w15" suffixes.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 12ba100..178cad4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 2006-04-25 Bob Wilson <bob.wilson@acm.org> + * config/xtensa-relax.c (widen_spec_list): Use new "WIDE.<opcode>" + syntax instead of hardcoded opcodes with ".w18" suffixes. + (wide_branch_opcode): New. + (build_transition): Use it to check for wide branch opcodes with + either ".w18" or ".w15" suffixes. + +2006-04-25 Bob Wilson <bob.wilson@acm.org> + * config/tc-xtensa.c (xtensa_create_literal_symbol, xg_assemble_literal, xg_assemble_literal_space): Do not set the frag's is_literal flag. |