diff options
author | Sergei Trofimovich <siarheit@google.com> | 2022-02-14 17:12:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-02-14 17:12:41 +0000 |
commit | a532eb7277ff64fb073e209d418b0a97f686c0e3 (patch) | |
tree | 31445db26196f74696cace988a1ff6e633746329 /opcodes/ChangeLog | |
parent | 660da3c14b3b1815d6b3f1849a7225a10d819042 (diff) | |
download | gdb-a532eb7277ff64fb073e209d418b0a97f686c0e3.zip gdb-a532eb7277ff64fb073e209d418b0a97f686c0e3.tar.gz gdb-a532eb7277ff64fb073e209d418b0a97f686c0e3.tar.bz2 |
microblaze: fix fsqrt collicion to build on glibc-2.35
* microblaze-opcm.h: Renamed 'fsqrt' to 'microblaze_fsqrt'.
* microblaze-opc.h: Follow 'fsqrt' rename.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a074429..05039f6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2022-02-14 Sergei Trofimovich <siarheit@google.com> + + * microblaze-opcm.h: Renamed 'fsqrt' to 'microblaze_fsqrt'. + * microblaze-opc.h: Follow 'fsqrt' rename. + 2022-01-24 Nick Clifton <nickc@redhat.com> * po/ro.po: Updated Romanian translation. |