This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove all RTEMS a.out targets


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4a7324e1bcb525a0a89b08aabf598009c59bdcec

commit 4a7324e1bcb525a0a89b08aabf598009c59bdcec
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Wed Jan 25 17:56:46 2017 +1030

    Remove all RTEMS a.out targets
    
    	* config.bfd (*-*-rtemsaout*): Mark as removed.

Diff:
---
 bfd/ChangeLog  | 4 ++++
 bfd/config.bfd | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ed9c93e..ab80064 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
 2017-01-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
+	* config.bfd (*-*-rtemsaout*): Mark as removed.
+
+2017-01-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
 	* config.bfd (powerpcle-*-rtems*): Do not mark as removed.
 	(arm-*-rtems*): Move to (arm*-*-eabi*).
 	(i[3-7]86-*-rtems*): Move to (i[3-7]86-*-elf*).
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 48133e8..52db9a4 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -133,6 +133,7 @@ esac
 
 case $targ in
  *-go32-rtems* | \
+ *-*-rtemsaout* | \
  *-*-rtemscoff* | \
  a29k-* | \
  arm-*-oabi | \
@@ -144,7 +145,6 @@ case $targ in
  m68*-bull-sysv* | \
  maxq-*-coff | \
  mips*el-*-rtems* | \
- sparc*-*-rtemsaout* | \
  sparc-*-lynxos* | \
  vax-*-vms* | \
  null)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]