public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug backends/25832] New: aarch64 fails to compile with musl
@ 2020-04-16  6:34 luizluca at gmail dot com
  2020-04-16 14:00 ` [Bug backends/25832] " mark at klomp dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: luizluca at gmail dot com @ 2020-04-16  6:34 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25832

            Bug ID: 25832
           Summary: aarch64 fails to compile with musl
           Product: elfutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: backends
          Assignee: unassigned at sourceware dot org
          Reporter: luizluca at gmail dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

Hello

gibc has user_fpsimd_struct.vregs as __uint128_t
https://github.com/bminor/glibc/blob/master/sysdeps/unix/sysv/linux/aarch64/sys/user.h#L32

while musl has it as long double:
https://github.com/AssemblyScript/musl/blob/master/arch/aarch64/bits/user.h#L9

While building 0.179 with musl, I got this error:


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;
                      ~~~~~~~~~~~~~~ ^
make[6]: *** [Makefile:682: aarch64_initreg.o] Error 1
make[5]: *** [Makefile:499: all-recursive] Error 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-19 10:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16  6:34 [Bug backends/25832] New: aarch64 fails to compile with musl luizluca at gmail dot com
2020-04-16 14:00 ` [Bug backends/25832] " mark at klomp dot org
2020-05-13 17:09 ` anarchy at gentoo dot org
2020-06-19 10:05 ` mark at klomp dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).