diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-01 07:21:42 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-09-01 07:21:42 +0000 |
commit | 83ee431c60681eb06d414ecf2e2a153afc82184e (patch) | |
tree | 2838009733dd7dfc61e6fcfe5a9f8241dc10cb8c /gas/ChangeLog | |
parent | 08c1b05642edb25b85aae1550a40992d97616e70 (diff) | |
download | gdb-83ee431c60681eb06d414ecf2e2a153afc82184e.zip gdb-83ee431c60681eb06d414ecf2e2a153afc82184e.tar.gz gdb-83ee431c60681eb06d414ecf2e2a153afc82184e.tar.bz2 |
* config/bfin-parse.y (asm_1): Only PREG and DREG are allowed
in comparison.
testsuite/
* gas/bfin/expected_comparison_errors.s: Add more cases.
* gas/bfin/expected_comparison_errors.l: Update accordingly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c4fa8bb..de02970 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. |