diff options
author | Sergey Belyashov <sergey.belyashov@gmail.com> | 2022-01-17 13:00:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-01-17 13:00:17 +0000 |
commit | 1adce770ea443ec73c8af29618c504495893d0b8 (patch) | |
tree | 753d3fe428dbbe3025844510581d8fbe8e4cb95a /gas/ChangeLog | |
parent | 8bf10e2e77f3b4e19fe01e95d25c0c2caf7eef3b (diff) | |
download | gdb-1adce770ea443ec73c8af29618c504495893d0b8.zip gdb-1adce770ea443ec73c8af29618c504495893d0b8.tar.gz gdb-1adce770ea443ec73c8af29618c504495893d0b8.tar.bz2 |
Fix Z80 assembly failure.
PR 28762
* app.c (do_scrub_chars): Correct handling when the symbol is not 'af'.
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 01080b9..ddf4803 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2022-01-17 Sergey Belyashov <sergey.belyashov@gmail.com> + + PR 28762 + * app.c (do_scrub_chars): Correct handling when the symbol is not 'af'. + 2021-12-16 Nick Clifton <nickc@redhat.com> PR 28686 |