[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug Other/26975] Use bswap_64, not __bswap_64
From: |
jose.marchesi at oracle dot com |
Subject: |
[Bug Other/26975] Use bswap_64, not __bswap_64 |
Date: |
Sun, 29 Nov 2020 20:02:34 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=26975
Jose E. Marchesi <jose.marchesi at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |jose.marchesi at oracle dot com
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Jose E. Marchesi <jose.marchesi at oracle dot com> ---
Hello. Thanks for reporting this.
I just pushed the change below that must take care of this. Please confirm
this fixes your build.
Thanks!
commit c3287ed522e06964b91dff17355634cc2a619e37 (HEAD -> master, origin/master,
origin/HEAD)
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date: Sun Nov 29 21:01:28 2020 +0100
ios: use bswap_64 instead of __bswap_64.
2020-11-29 Jose E. Marchesi <jemarch@gnu.org>
BZ 26975
* bootstrap.conf (libpoke_modules): Import module `byteswap'.
* libpoke/ios.c: Include byteswap.h.
(ios_read_int_common): Use bswap_64 instead of __bswap_64.
--
You are receiving this mail because:
You are on the CC list for the bug.