mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 14:53:46 +08:00
19fc37235f
* config/tc-xtensa.c (produce_flix): New. (option_flix, optoin_no_generate_flix, option_no_flix) Define. (md_longopts): Add support for them. (md_parse_option): Likewise. (md_show_usage): Add help message. (finish_vinsn): Don't allow multi-slot flix when produce_flix option is set to FLIX_NONE. * config/xtensa-relax.c (transition_applies): Only relax to flix branches when produce_flix equals FLIX_ALL. * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE FLIX_NONE): New. (produce_flix): Declare.
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
2009-01-07 Sterling Augustine <sterling@tensilica.com>
|
||
|
||
* config/tc-xtensa.c (produce_flix): New.
|
||
(option_flix, optoin_no_generate_flix, option_no_flix) Define.
|
||
(md_longopts): Add support for them.
|
||
(md_parse_option): Likewise.
|
||
(md_show_usage): Add help message.
|
||
(finish_vinsn): Don't allow multi-slot flix when produce_flix
|
||
option is set to FLIX_NONE.
|
||
* config/xtensa-relax.c (transition_applies): Only relax to
|
||
flix branches when produce_flix equals FLIX_ALL.
|
||
* config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
|
||
FLIX_NONE): New.
|
||
(produce_flix): Declare.
|
||
|
||
2009-01-06 Chao-ying Fu <fu@mips.com>
|
||
|
||
* config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
|
||
Use strncmp to match jalr and jalr.hb.
|
||
Fix a typo.
|
||
|
||
2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (December, 2008)
|
||
* config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
|
||
support. Don't swap REG and NDS for FMA.
|
||
|
||
2009-01-02 Matthias Klose <doko@ubuntu.com>
|
||
|
||
* itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
|
||
behaviour.
|
||
|
||
For older changes see ChangeLog-2008
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|