From 017128c99beabf3134c427da1c18eb7ff899c70f Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 15 Oct 2019 17:14:30 +0000 Subject: [PATCH] Don't set the OUTPUT_FORMAT explicitly but let ld derive it. This fixes an error with modern ld.bfd and is inline with the changes in r215251 and r217612. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D22031 --- sys/mips/nlm/dev/net/ucore/ld.ucore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/nlm/dev/net/ucore/ld.ucore.S b/sys/mips/nlm/dev/net/ucore/ld.ucore.S index a7d539f4c53..036f2283e1b 100644 --- a/sys/mips/nlm/dev/net/ucore/ld.ucore.S +++ b/sys/mips/nlm/dev/net/ucore/ld.ucore.S @@ -28,8 +28,8 @@ * $FreeBSD$ */ +OUTPUT_ARCH(mips) ENTRY(_start) -OUTPUT_FORMAT(elf32-tradbigmips) __DYNAMIC = 0; SECTIONS