diff options
author | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-01-08 18:17:10 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-01-08 18:17:10 +0000 |
commit | a3251895a6c76c3f3a1e8535ea776b9029263253 (patch) | |
tree | 915b86a539416834b39a24132919208e9cc0b628 /gas/ChangeLog | |
parent | 652451f8f20a6783d60ed921f9d8479f8e91a04e (diff) | |
download | gdb-a3251895a6c76c3f3a1e8535ea776b9029263253.zip gdb-a3251895a6c76c3f3a1e8535ea776b9029263253.tar.gz gdb-a3251895a6c76c3f3a1e8535ea776b9029263253.tar.bz2 |
gas/
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
* config/tc-aarch64.c (parse_operands): Change to compare the result
of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
gas/testsuite/
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
* gas/aarch64/diagnostic.s: Add test.
* gas/aarch64/diagnostic.l: Update.
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 28c5095..3441024 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com> + + * config/tc-aarch64.c (parse_operands): Change to compare the result + of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'. + 2013-01-07 Nick Clifton <nickc@redhat.com> PR gas/14887 |