diff options
author | Alan Modra <amodra@gmail.com> | 2020-01-15 16:15:43 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-01-15 16:25:10 +1030 |
commit | c24d0e8d4850d4913a1630a53e272c930849406d (patch) | |
tree | 25dba877adf8805dcc618fbb10f0c404f3315b95 /gas | |
parent | e1c6cf618cbeebbafd34afc5ee921fcbf7061bfa (diff) | |
download | gdb-c24d0e8d4850d4913a1630a53e272c930849406d.zip gdb-c24d0e8d4850d4913a1630a53e272c930849406d.tar.gz gdb-c24d0e8d4850d4913a1630a53e272c930849406d.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fd67220..0555b29 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-01-15 Alan Modra <amodra@gmail.com> + + * configure.tgt: Add sparc-*-freebsd case. + 2020-01-14 Lili Cui <lili.cui@intel.com> * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin. diff --git a/gas/configure.tgt b/gas/configure.tgt index 85c9d1f..37224c5 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 ;; |