Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10586] New: musl gcc has ifunc enabled when musl doesn't support it
@ 2017-12-13 10:53 bugzilla at busybox.net
  2019-08-12  1:33 ` [Buildroot] [Bug 10586] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2017-12-13 10:53 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10586

            Bug ID: 10586
           Summary: musl gcc has ifunc enabled when musl doesn't support
                    it
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: nathan.renniewaldock at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

musl doesn't support ifunc[1], so needs to be specifically disabled as it
defaults to enabled.

Test case[2]:

$ cat >a.c <<EOD
int main(){ return 0; }
EOD

$ gcc -o a a.c -latomic

$ ./a
Error relocating /lib/libatomic.so.1: __atomic_store_8: symbol not found
Error relocating /lib/libatomic.so.1: __atomic_exchange_8: symbol not found
Error relocating /lib/libatomic.so.1: __atomic_load_8: symbol not found
Error relocating /lib/libatomic.so.1: __atomic_compare_exchange_8: symbol not
found


[1] http://www.openwall.com/lists/musl/2014/11/11/2
[2] http://www.openwall.com/lists/musl/2015/11/17/9

(tested buildroot 2017.11)

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

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

end of thread, other threads:[~2019-09-07  1:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13 10:53 [Buildroot] [Bug 10586] New: musl gcc has ifunc enabled when musl doesn't support it bugzilla at busybox.net
2019-08-12  1:33 ` [Buildroot] [Bug 10586] " bugzilla at busybox.net
2019-08-12  3:10 ` bugzilla at busybox.net
2019-08-12  3:17 ` bugzilla at busybox.net
2019-09-07  1:25 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox