diff options
author | Jan Beulich <jbeulich@novell.com> | 2013-10-08 15:21:58 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2013-10-08 15:21:58 +0000 |
commit | cecf14249d7bfbdc56a358b187ecb0f93798842b (patch) | |
tree | 466dfad104213d7d8e40bd8d4fb6ce067937872d /gas/ChangeLog | |
parent | 79e0e31dc950f8311a8bd2960db20bb930523e91 (diff) | |
download | gdb-cecf14249d7bfbdc56a358b187ecb0f93798842b.zip gdb-cecf14249d7bfbdc56a358b187ecb0f93798842b.tar.gz gdb-cecf14249d7bfbdc56a358b187ecb0f93798842b.tar.bz2 |
gas/
2013-10-08 Jan Beulich <jbeulich@suse.com>
* tc-i386.c (check_word_reg): Remove misplaced "else".
(check_long_reg): Restore symmetry with check_word_reg.
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 3712f8b..5809004 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2013-10-08 Jan Beulich <jbeulich@suse.com> + * tc-i386.c (check_word_reg): Remove misplaced "else". + (check_long_reg): Restore symmetry with check_word_reg. + +2013-10-08 Jan Beulich <jbeulich@suse.com> + * gas/config/tc-arm.c (do_t_push_pop): Honor inst.size_req. Simplify LR/PC check. |