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: [applied patch] update top-level config.sub, config.guess.


At Wed, 17 Jul 2002 15:09:24 -0400, Andrew Cagney wrote:
> > [ similar patch applied to gcc, this not cc'd there since the
> >   patch was slightly different.  Note that I didn't update the
> >   lower-level config.{sub,guess} files in the 'src' tree since it
> >   looked like they had not been updated in some time... ]
> > 
> > 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
> > 
> > 	* config.guess: Update to 2002-07-09 version.
> > 	* config.sub: Update to 2002-07-03 version.
> 
> The lower level versions need to be updated simultaneously.  Sounds like 
> someone skipped a step :-(

OK, two additional questions then:

I did a quick update and find, and noticed that there are additional
config.sub and config.guess files which are not mentioned in the list
of files in MAINTAINERS:

	dejagnu/config.sub
	dejagnu/contrib/bluegnu2.0.3/config.guess

I figure that at least the former should be updated at the same time,
but possibly not the latter...  What do you think?

How about the following patch to the top-level MAINTAINERS file?

After that's addressed, I'll update the rest of the files.  8-)


chris
===================================================================
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/MAINTAINERS,v
retrieving revision 1.17
diff -u -p -r1.17 MAINTAINERS
--- MAINTAINERS	7 Apr 2002 19:17:07 -0000	1.17
+++ MAINTAINERS	18 Jul 2002 18:59:20 -0000
@@ -21,13 +21,14 @@ cgen/; cgen parts of opcodes/, sim/ & in
 	May need separate opcodes/ or sim/ approval for
 		commits of regenerated files there.
 
-config.guess; config.sub; dejagnu/config.guess;
+config.guess; config.sub; dejagnu/config.guess; dejagnu/config.sub;
 readline/support/config.sub; readline/support/config.guess
 	config: http://savannah.gnu.org/projects/config
 	Patches to config-patches@gnu.org.
 	Changes need to be done in tandem with the official CONFIG
 	sources or submitted to the master file maintainer and brought
-	in via a merge.
+	in via a merge.  When updating any of these files, please be
+	sure to update all of them.
 	Please notify the following of any committed patches:
 		binutils@sources.redhat.com
 		gdb-patches@sources.redhat.com


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