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

Obsolete ARM oabi


The first step is to mark these configurations, which we would like to
remove in 2.16, as obsolete.

Tested with and without --enable-obsolete.  OK?

-- 
Daniel Jacobowitz

2004-11-02  Daniel Jacobowitz  <dan@debian.org>

	* config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.

Index: config.bfd
===================================================================
RCS file: /big/fsf/rsync/src-cvs/src/bfd/config.bfd,v
retrieving revision 1.174
diff -u -p -r1.174 config.bfd
--- config.bfd	23 Oct 2004 12:23:15 -0000	1.174
+++ config.bfd	2 Nov 2004 15:51:12 -0000
@@ -34,6 +34,8 @@ case $targ in
  m68*-*-lynxos* | \
  sparc-*-lynxos* | \
  vax-*-vms* | \
+ arm-*-oabi | \
+ thumb-*-oabi | \
  null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2


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