aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2008-02-05 19:39:08 +0000
committerBob Wilson <bob.wilson@acm.org>2008-02-05 19:39:08 +0000
commit2276bc20896a6f94f7061327e59032cfceb8ef08 (patch)
tree96854b51597c4f01f6c46ab943055b398c0f70f5 /gas/ChangeLog
parentee3a2f014edfd19c428150f25be54e09528b91ea (diff)
downloadgdb-2276bc20896a6f94f7061327e59032cfceb8ef08.zip
gdb-2276bc20896a6f94f7061327e59032cfceb8ef08.tar.gz
gdb-2276bc20896a6f94f7061327e59032cfceb8ef08.tar.bz2
2008-02-05 Sterling Augustine <sterling@tensilica.com>
* config/tc-xtensa.c (relax_frag_immed): Change internal consistency checks into assertions. When relaxation produces an operation that does not fit in the current FLIX instruction, make sure that the operation is relaxed as needed to account for being placed following the current instruction.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 64b7a5e..884f0d9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-05 Sterling Augustine <sterling@tensilica.com>
+
+ * config/tc-xtensa.c (relax_frag_immed): Change internal consistency
+ checks into assertions. When relaxation produces an operation that
+ does not fit in the current FLIX instruction, make sure that the
+ operation is relaxed as needed to account for being placed following
+ the current instruction.
+
2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
PR 5715