diff options
author | Christian Groessler <chris@groessler.org> | 2021-03-18 21:33:51 +0100 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2021-03-18 21:33:51 +0100 |
commit | 3273f9a19e69e2dcd0a92c653a3567464899a29e (patch) | |
tree | b67f9113c0b72fc495ddf537853eee57748b88be /gas/ChangeLog | |
parent | 15310fd4eb59093f0c394f7b3644a814b5422403 (diff) | |
download | gdb-3273f9a19e69e2dcd0a92c653a3567464899a29e.zip gdb-3273f9a19e69e2dcd0a92c653a3567464899a29e.tar.gz gdb-3273f9a19e69e2dcd0a92c653a3567464899a29e.tar.bz2 |
2021-03-18 Christian Groessler <chris@groessler.org>
* config/tc-z8k.c (apply_fix): Handle 7-bit relocations correctly.
Problem found by Tadashi G. Takaoka <tadashi.g.takaoka@gmail.com>.
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 f759c93..2953d5d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2021-03-18 Christian Groessler <chris@groessler.org> + + * config/tc-z8k.c (apply_fix): Handle 7-bit relocations correctly. + Problem found by Tadashi G. Takaoka <tadashi.g.takaoka@gmail.com>. + 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com> * config/tc-riscv.c (ext_version_table): Add b, zba, zbb and zbc. |