https://bugs.llvm.org/show_bug.cgi?id=33482
ema...@freebsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassignedb...@nondot.org |ema...@freebsd.org
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #6 from ema...@freebsd.org ---
Fixed in FreeBSD r320056. It's perfectly reasonable for LLD to produce an error
for this case.
FreeBSD commit message:
> arm: set appropriate section flags for .init_pagetable
>
> The arm kernel linker scripts place the .init_pagetable section in .bss,
> but .init_pagetable had no section flags set, and so did not match the
> expected flags for .bss.
>
> GNU ld silently ignores this case, but lld reports an error:
>
> ld: error: incompatible section flags for .bss
> >>> locore.o:(.init_pagetable): 0x0
> >>> output section .bss: 0x3
https://svnweb.freebsd.org/changeset/base/320056
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs