Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: I'd like to import config
       [not found]     ` <3C46050C.6070807@cygnus.com>
@ 2002-01-16 15:21       ` H . J . Lu
  2002-01-16 15:30         ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: H . J . Lu @ 2002-01-16 15:21 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: binutils, gdb-patches

On Wed, Jan 16, 2002 at 05:56:12PM -0500, Andrew Cagney wrote:
> 
> >> sure to update all of the below and do it as a straight import.
> >> 
> >> src/MAINTAINERS
> >> 
> >> config.guess; config.sub; dejagnu/config.guess;
> >> 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.
> > 
> > 
> > Is "binutils" == "src"?  Should I touch those files outside of
> > "binutils" even if I only work on binutils?
> 
> 
> Off hand, the other group of people you'd immediatly impact are the gdb 
> developers.  Hmm, can you please add a:
> 
> 	Please notify the following of any committed patches.
> 		binutils@sources.redhat.com
> 		gdb-patches@sources.redhat.com
> 
> 
> to that section of src/MAINTAINERS.  And than just notify .... when 
> you've done the deed.

Done.

2002-01-16  H.J. Lu  (hjl@gnu.org)

        * config.guess: Import from master sources, rev 1.225.
        * config.sub: Import from master sources, rev 1.238.

        * MAINTAINERS: Updated notes on config.guess and config.sub.


H.J.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I'd like to import config
  2002-01-16 15:21       ` I'd like to import config H . J . Lu
@ 2002-01-16 15:30         ` Andrew Cagney
  2002-01-16 15:32           ` H . J . Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2002-01-16 15:30 UTC (permalink / raw)
  To: H . J . Lu; +Cc: gdb-patches

> config.guess; config.sub; dejagnu/config.guess;
>> >> readline/support/config.sub; readline/support/config.guess
>> >> 


Did you get all these duplicates?

Andrew




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I'd like to import config
  2002-01-16 15:30         ` Andrew Cagney
@ 2002-01-16 15:32           ` H . J . Lu
  2002-01-16 17:52             ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: H . J . Lu @ 2002-01-16 15:32 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb-patches

On Wed, Jan 16, 2002 at 06:30:22PM -0500, Andrew Cagney wrote:
> > config.guess; config.sub; dejagnu/config.guess;
> >> >> readline/support/config.sub; readline/support/config.guess
> >> >> 
> 
> 
> Did you get all these duplicates?

No. I only updated config.guess and config.sub in binutils.



H.J.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I'd like to import config
  2002-01-16 15:32           ` H . J . Lu
@ 2002-01-16 17:52             ` Andrew Cagney
  2002-01-16 22:34               ` H . J . Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2002-01-16 17:52 UTC (permalink / raw)
  To: H . J . Lu; +Cc: gdb-patches

> On Wed, Jan 16, 2002 at 06:30:22PM -0500, Andrew Cagney wrote:
> 
>> > config.guess; config.sub; dejagnu/config.guess;
> 
>> >> >> readline/support/config.sub; readline/support/config.guess
>> >> >> 
> 
>> 
>> 
>> Did you get all these duplicates?
> 
> 
> No. I only updated config.guess and config.sub in binutils.


These need to be updated as well.  Remember this is an update to the SRC 
repository not just BINUTILS.  If they are not all kept in sync then 
really strange things will happen (as was reported during the GDB 5.1 
release cycle).

Andrew


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I'd like to import config
  2002-01-16 17:52             ` Andrew Cagney
@ 2002-01-16 22:34               ` H . J . Lu
  2002-01-17  8:25                 ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: H . J . Lu @ 2002-01-16 22:34 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb-patches

On Wed, Jan 16, 2002 at 08:52:16PM -0500, Andrew Cagney wrote:
> > On Wed, Jan 16, 2002 at 06:30:22PM -0500, Andrew Cagney wrote:
> > 
> >> > config.guess; config.sub; dejagnu/config.guess;
> > 
> >> >> >> readline/support/config.sub; readline/support/config.guess
> >> >> >> 
> > 
> >> 
> >> 
> >> Did you get all these duplicates?
> > 
> > 
> > No. I only updated config.guess and config.sub in binutils.
> 
> 
> These need to be updated as well.  Remember this is an update to the SRC 
> repository not just BINUTILS.  If they are not all kept in sync then 
> really strange things will happen (as was reported during the GDB 5.1 
> release cycle).

Why not set a cron job to update them?


H.J.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I'd like to import config
  2002-01-16 22:34               ` H . J . Lu
@ 2002-01-17  8:25                 ` Andrew Cagney
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Cagney @ 2002-01-17  8:25 UTC (permalink / raw)
  To: H . J . Lu; +Cc: gdb-patches

> These need to be updated as well.  Remember this is an update to the SRC 
>> repository not just BINUTILS.  If they are not all kept in sync then 
>> really strange things will happen (as was reported during the GDB 5.1 
>> release cycle).
> 
> 
> Why not set a cron job to update them?


Hmm, interesting idea.  In the mean time, can you please update the 
dejagnu and readline files.

Andrew


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-01-17 16:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020116124539.B14002@lucon.org>
     [not found] ` <3C460011.6090203@cygnus.com>
     [not found]   ` <20020116144728.A16110@lucon.org>
     [not found]     ` <3C46050C.6070807@cygnus.com>
2002-01-16 15:21       ` I'd like to import config H . J . Lu
2002-01-16 15:30         ` Andrew Cagney
2002-01-16 15:32           ` H . J . Lu
2002-01-16 17:52             ` Andrew Cagney
2002-01-16 22:34               ` H . J . Lu
2002-01-17  8:25                 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox