genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.03k stars 249 forks source link

dde_linux: don't use `nm -U` during generation of initcall_table.c #5155

Closed nfeske closed 1 month ago

nfeske commented 1 month ago

I noticed a missing initcall (usbnet_init) for the Allwinner USB host driver. The problem could be traced to the unexpected behavior of nm.

nfeske commented 1 month ago

Fixed by https://github.com/genodelabs/genode/commit/437efded90b9822bea12923418b0ca62a7c5fa79.

chelmuth commented 1 month ago

Binutils fixed the bug in 2.42 https://sourceware.org/bugzilla/show_bug.cgi?id=31105

nfeske commented 1 month ago

Fixed in master.