This is the mail archive of the binutils@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]

Re: [PATCH 5/5] Remove all RTEMS a.out targets


This is definitely OK. We haven't had a.out targets
in a LONG LONG LONG time. :)

git blame shows that it has been in the obsolete list
since 2005.

Time to give it the axe.

--joel

On 1/19/2017 6:42 AM, Sebastian Huber wrote:
bfd/
	* config.bfd (*-*-rtemsaout*): Mark as removed.
---
 bfd/config.bfd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)


--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35806
Support Available                (256) 722-9985


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