diff options
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 641b68d..004834f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2020-09-02 Alan Modra <amodra@gmail.com> + * expr.c (add_to_result, subtract_from_result): Use unsigned + addition and subtraction. + +2020-09-02 Alan Modra <amodra@gmail.com> + * config/tc-z80.c (is_overflow): Avoid too large shift. 2020-09-02 Alan Modra <amodra@gmail.com> |