elfutils: aarch64 fix build on musl
authorLucian Cristian <lucian.cristian@gmail.com>
Fri, 17 Apr 2020 10:04:37 +0000 (13:04 +0300)
committerPetr Štetiar <ynezz@true.cz>
Fri, 17 Apr 2020 11:43:34 +0000 (13:43 +0200)
commit16ad4de2c06095821e5bd27d1ffceb8868cd3657
treea17573496b2ed9b1db2e19764d631de25b0719e0
parent8e99bbda19ca93d93651757c1473ac691c22a474
elfutils: aarch64 fix build on musl

aarch64_initreg.c: In function 'aarch64_set_initial_registers_tid':
aarch64_initreg.c:85:37: error: invalid operands to binary & (have 'long double' and 'unsigned int')
     dwarf_fregs[r] = fregs.vregs[r] & 0xFFFFFFFF;
                      ~~~~~~~~~~~~~~ ^

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
package/libs/elfutils/patches/006-Fix-build-on-aarch64-musl.patch [new file with mode: 0644]