OSDN Git Service

* config/bfin-parse.y (asm_1): Only PREG and DREG are allowed
authorjiez <jiez>
Tue, 1 Sep 2009 07:20:21 +0000 (07:20 +0000)
committerjiez <jiez>
Tue, 1 Sep 2009 07:20:21 +0000 (07:20 +0000)
in comparison.

testsuite/
* gas/bfin/expected_comparison_errors.s: Add more cases.
* gas/bfin/expected_comparison_errors.l: Update accordingly.

gas/ChangeLog
gas/testsuite/ChangeLog

index c4fa8bb..de02970 100644 (file)
@@ -1,5 +1,10 @@
 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
 
+       * config/bfin-parse.y (asm_1): Only PREG and DREG are allowed
+       in comparison.
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
        2007-09-28  Bernd Schmidt  <bernd.schmidt@analog.com>
        * config/tc-bfin.c (bfin_fix_adjustable): Partially revert the
        2007-08-23 change; BFD_RELOC_BFIN_GOT is not adjustable.
index 7089122..051d53c 100644 (file)
@@ -1,5 +1,10 @@
 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
 
+       * gas/bfin/expected_comparison_errors.s: Add more cases.
+       * gas/bfin/expected_comparison_errors.l: Update accordingly.
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
        * gas/bfin/stack2.s: Add pop multiple instruction with a label
        on the same line.
        * gas/bfin/stack2.d: Adjust accordingly.