freebsd-dev/sys/boot/mips
Ed Maste 8aa5c6cfeb remove CONSTRUCTORS from MIPS uboot linker script
The linker script CONSTRUCTORS keyword is only meaningful "when linking
object file formats which do not support arbitrary sections, such as
ECOFF and XCOFF"[1] and is ignored for other object file formats.

LLVM's lld does not yet accept (and ignore) CONSTRUCTORS, so just remove
CONSTRUCTORS from the linker script as it has no effect.

[1] https://sourceware.org/binutils/docs/ld/Output-Section-Keywords.html
2016-09-03 13:01:37 +00:00
..
beri sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
uboot remove CONSTRUCTORS from MIPS uboot linker script 2016-09-03 13:01:37 +00:00
Makefile This review aims at introducing ubldr (loader with U-Boot interface) for MIPS 2016-02-29 07:47:04 +00:00
Makefile.inc