From c24d0e8d4850d4913a1630a53e272c930849406d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 15 Jan 2020 16:15:43 +1030 Subject: [PATCH] Reinstate gas em=freebsd for sparc-freebsd In commit c9098af41e3 I over-simplified the sparc target decoding, missing the fact that prior to that patch sparc-*-freebsd fell through to the generic *-*-freebsd match. * configure.tgt: Add sparc-*-freebsd case. --- gas/ChangeLog | 4 ++++ gas/configure.tgt | 1 + 2 files changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index fd6722081d8..0555b29f97d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-01-15 Alan Modra + + * configure.tgt: Add sparc-*-freebsd case. + 2020-01-14 Lili Cui * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin. diff --git a/gas/configure.tgt b/gas/configure.tgt index 85c9d1fc226..37224c5144b 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -392,6 +392,7 @@ case ${generic_target} in sparc-*-linux-*) fmt=elf em=linux ;; sparc-*-solaris*) fmt=elf em=solaris ;; + sparc-*-freebsd*) fmt=elf em=freebsd ;; sparc-*-*bsd*) fmt=elf em=nbsd ;; spu-*-elf) fmt=elf ;; -- 2.30.2