aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2009-01-07 17:41:09 +0000
committerSterling Augustine <saugustine@google.com>2009-01-07 17:41:09 +0000
commit19fc37235f75095174fe9d679e94b686b9c8ee9f (patch)
treebac02f0e2bded9db179afffc78713f1fcb87e49a /gas/ChangeLog
parent60023297c354be3ac7f8a250c7681c1a409fdeec (diff)
downloadgdb-19fc37235f75095174fe9d679e94b686b9c8ee9f.zip
gdb-19fc37235f75095174fe9d679e94b686b9c8ee9f.tar.gz
gdb-19fc37235f75095174fe9d679e94b686b9c8ee9f.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cfb6fd3..0630b31 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,18 @@
+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.