https://sourceware.org/bugzilla/show_bug.cgi?id=32463
--- Comment #5 from Stas Sergeev <stsp at users dot sourceforge.net> --- (In reply to Nick Clifton from comment #1) > If you change the kernel.ld script to look like this: > > SECTIONS > { > TTT = .; > # SHOULD_FAIL = . + .; > . = SIZEOF_HEADERS; > . = ALIGN(0x100); > .text : { > _LGROUP = TTT; > *(TEXT) > . = ALIGN(0x100); > } > } > > Then both linkers behave in the same way, Wait a bloody minute! bfd: 00000100 R _LGROUP lld: 00000000 R _LGROUP Do you call this "in the same way"? :) I think bfd messed up an address this time! -- You are receiving this mail because: You are on the CC list for the bug.