24 May 02:21
Problems with --sort-section=alignment
Rich Felker <dalias <at> aerifal.cx>
2012-05-24 00:21:51 GMT
2012-05-24 00:21:51 GMT
Busybox is linked with --sort-section=alignment, and this seems to be causing an obscure bugs one of my users experienced building busybox on ARM/musl target. I've filed a bug report with binutils, but I'm not sure where the issue should be addressed. See here: http://sourceware.org/bugzilla/show_bug.cgi?id=14156 Basically, --sort-section=alignment wants to reorder the .init section, which is not possible. The problem does not show up on other targets, but I can't see anything that inhibits reordering .init, so it seems to be working only by chance... Rich
RSS Feed