]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
RISC-V gas: Remove em=linux from configure.tgt
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Thu, 19 Jan 2017 08:10:51 +0000 (09:10 +0100)
committerPalmer Dabbelt <palmer@dabbelt.com>
Wed, 1 Feb 2017 20:35:55 +0000 (12:35 -0800)
The use of te-linux.h is unnecessary since the TE_LINUX define is unused
and LOCAL_LABELS_FB is defined to 1 in tc-riscv.h as well.

gas/
* configure.tgt (riscv*-*-*): Remove em=linux.

gas/ChangeLog
gas/configure.tgt

index d6f9aef57048276c6b1f43b97259f45267ca9dec..2730c867df36010292bf5947e6a2f438495a8ff5 100644 (file)
        * testsuite/gas/mips/mips.exp: Fold corresponding list tests
        into the new tests.
 
+2017-01-24  Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * configure.tgt (riscv*-*-*): Remove em=linux.
+
 2017-01-18  Maciej W. Rozycki  <macro@imgtec.com>
 
        PR gas/20649
index 823d7fc1d815d64a0b9b701a912ead136b238b4c..711d537e9513c0c888884982508d8a857df86341 100644 (file)
@@ -396,7 +396,7 @@ case ${generic_target} in
   ppc-*-kaos*)                         fmt=elf ;;
   ppc-*-lynxos*)                       fmt=elf em=lynx ;;
 
-  riscv*-*-*)                  fmt=elf endian=little em=linux ;;
+  riscv*-*-*)                          fmt=elf endian=little ;;
 
   s390-*-linux-*)                      fmt=elf em=linux ;;
   s390-*-tpf*)                         fmt=elf ;;