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]

Re: [PATCH/RFA] Add OpenBSD/m88k BFD support


   Date: Mon, 24 May 2004 15:54:16 +0100
   From: Nick Clifton <nickc@redhat.com>

   > Index: ChangeLog
   > from  Mark Kettenis  <kettenis@gnu.org>
   >  
   > 	From Miod Vallat <miod@online.fr>:
   > 	* m88kopenbsd.c: New file.

   Approved and applied.

Thanks Nick,

Unfortunately you forgot to add the new file.  I went ahead and
checked it in.  There also is a whitespace botch in config.bfd (which
I noticed since there were conflicts with my checked out CVS tree).
This made me notice an inconsistency between the new m88k-*-openbsd*
and the other m88*-*-* entries that were already present.  The
attached patch fixes this.

OK?

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.

Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.162
diff -u -p -r1.162 config.bfd
--- config.bfd 24 May 2004 14:48:15 -0000 1.162
+++ config.bfd 24 May 2004 16:11:20 -0000
@@ -753,7 +753,7 @@ case "${targ}" in
     targ_defvec=m88kmach3_vec
     targ_cflags=-DSTAT_FOR_EXEC
     ;;
- m88k-*-openbsd*)
+  m88*-*-openbsd*)
    targ_defvec=m88kopenbsd_vec
    targ_underscore=yes
    ;;



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