Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Adding libdecnumber to src
@ 2007-10-11 16:47 Daniel Jacobowitz
  2007-10-11 16:49 ` DJ Delorie
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2007-10-11 16:47 UTC (permalink / raw)
  To: DJ Delorie, gdb-patches

Hi DJ,

GDB is about to grow decimal floating point support.  To do that we
need libdecnumber.  I'll copy it from gcc to src and add the toplevel
bits; could you add it to one of your magic auto-syncing scripts?

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: Adding libdecnumber to src
  2007-10-11 16:47 Adding libdecnumber to src Daniel Jacobowitz
@ 2007-10-11 16:49 ` DJ Delorie
  2007-10-11 16:53   ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: DJ Delorie @ 2007-10-11 16:49 UTC (permalink / raw)
  To: drow; +Cc: gdb-patches


> GDB is about to grow decimal floating point support.  To do that we
> need libdecnumber.  I'll copy it from gcc to src and add the
> toplevel bits; could you add it to one of your magic auto-syncing
> scripts?

You mean like libiberty, or like toplevel?  Libiberty is auto-merged,
commits always happen in gcc only, or gcc+src, never src first.
Toplevel is just a nag script, it tells us when there's a difference
but doesn't actually do anything about it.


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

* Re: Adding libdecnumber to src
  2007-10-11 16:49 ` DJ Delorie
@ 2007-10-11 16:53   ` Daniel Jacobowitz
  2007-10-11 18:00     ` DJ Delorie
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2007-10-11 16:53 UTC (permalink / raw)
  To: DJ Delorie; +Cc: gdb-patches

On Thu, Oct 11, 2007 at 12:47:04PM -0400, DJ Delorie wrote:
> 
> > GDB is about to grow decimal floating point support.  To do that we
> > need libdecnumber.  I'll copy it from gcc to src and add the
> > toplevel bits; could you add it to one of your magic auto-syncing
> > scripts?
> 
> You mean like libiberty, or like toplevel?  Libiberty is auto-merged,
> commits always happen in gcc only, or gcc+src, never src first.
> Toplevel is just a nag script, it tells us when there's a difference
> but doesn't actually do anything about it.

Either way.  Like libiberty would probably be easiest.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: Adding libdecnumber to src
  2007-10-11 16:53   ` Daniel Jacobowitz
@ 2007-10-11 18:00     ` DJ Delorie
  2007-10-11 18:36       ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: DJ Delorie @ 2007-10-11 18:00 UTC (permalink / raw)
  To: drow; +Cc: gdb-patches


> Either way.  Like libiberty would probably be easiest.

Sure, I can add it to the libiberty job.  Note that this means you'll
have no direct control over it; all changes would have to go through
gcc.  Also, don't forget to update the top-level MAINTAINERS file
accordingly.


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

* Re: Adding libdecnumber to src
  2007-10-11 18:00     ` DJ Delorie
@ 2007-10-11 18:36       ` Daniel Jacobowitz
  2007-10-11 18:44         ` DJ Delorie
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2007-10-11 18:36 UTC (permalink / raw)
  To: DJ Delorie; +Cc: gdb-patches

On Thu, Oct 11, 2007 at 01:59:45PM -0400, DJ Delorie wrote:
> 
> > Either way.  Like libiberty would probably be easiest.
> 
> Sure, I can add it to the libiberty job.  Note that this means you'll
> have no direct control over it; all changes would have to go through
> gcc.  Also, don't forget to update the top-level MAINTAINERS file
> accordingly.

Thanks.  I've updated MAINTAINERS, src-release, and CVSROOT/modules,
and also added the new directory.  That should be everything.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: Adding libdecnumber to src
  2007-10-11 18:36       ` Daniel Jacobowitz
@ 2007-10-11 18:44         ` DJ Delorie
  2007-10-11 18:49           ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: DJ Delorie @ 2007-10-11 18:44 UTC (permalink / raw)
  To: drow; +Cc: gdb-patches


> Thanks.  I've updated MAINTAINERS, src-release, and CVSROOT/modules,
> and also added the new directory.  That should be everything.

All set, I think.  We'll find out the next time something changes :-)

Does anyone want to get all the cron messages I get for that, at least
for a while?


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

* Re: Adding libdecnumber to src
  2007-10-11 18:44         ` DJ Delorie
@ 2007-10-11 18:49           ` Daniel Jacobowitz
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2007-10-11 18:49 UTC (permalink / raw)
  To: DJ Delorie; +Cc: gdb-patches

On Thu, Oct 11, 2007 at 02:41:44PM -0400, DJ Delorie wrote:
> 
> > Thanks.  I've updated MAINTAINERS, src-release, and CVSROOT/modules,
> > and also added the new directory.  That should be everything.
> 
> All set, I think.  We'll find out the next time something changes :-)
> 
> Does anyone want to get all the cron messages I get for that, at least
> for a while?

Not I :-)  It shouldn't change much at all.

-- 
Daniel Jacobowitz
CodeSourcery


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

end of thread, other threads:[~2007-10-11 18:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-11 16:47 Adding libdecnumber to src Daniel Jacobowitz
2007-10-11 16:49 ` DJ Delorie
2007-10-11 16:53   ` Daniel Jacobowitz
2007-10-11 18:00     ` DJ Delorie
2007-10-11 18:36       ` Daniel Jacobowitz
2007-10-11 18:44         ` DJ Delorie
2007-10-11 18:49           ` Daniel Jacobowitz

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