public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] libdecnumber: start a gitignore
       [not found] <1297059100-13432-1-git-send-email-vapier__34363.9684761458$1297059122$gmane$org@gentoo.org>
@ 2011-02-07 15:04 ` Tom Tromey
  2011-02-07 15:19   ` Mike Frysinger
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Tromey @ 2011-02-07 15:04 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: gdb-patches, toolchain-devel

>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:

Mike>  libdecnumber/.gitignore |    1 +

I think this has to go to gcc-patches.

Tom

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

* Re: [PATCH] libdecnumber: start a gitignore
  2011-02-07 15:04 ` [PATCH] libdecnumber: start a gitignore Tom Tromey
@ 2011-02-07 15:19   ` Mike Frysinger
  2011-02-07 15:24     ` Tom Tromey
  2011-02-07 15:35     ` Pedro Alves
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Frysinger @ 2011-02-07 15:19 UTC (permalink / raw)
  To: Tom Tromey; +Cc: toolchain-devel, gdb-patches

On Mon, Feb 7, 2011 at 10:03, Tom Tromey wrote:
>>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:
>
> Mike>  libdecnumber/.gitignore |    1 +
>
> I think this has to go to gcc-patches.

np ... i couldnt find info that indicated where to send stuff for this subdir

but i guess thinking about it a bit more, if the dir/file exists in
the gcc tree, then all changes need to go through gcc-patches ?
-mike

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

* Re: [PATCH] libdecnumber: start a gitignore
  2011-02-07 15:19   ` Mike Frysinger
@ 2011-02-07 15:24     ` Tom Tromey
  2011-02-07 15:35     ` Pedro Alves
  1 sibling, 0 replies; 6+ messages in thread
From: Tom Tromey @ 2011-02-07 15:24 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: toolchain-devel, gdb-patches

>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:

Mike> but i guess thinking about it a bit more, if the dir/file exists in
Mike> the gcc tree, then all changes need to go through gcc-patches ?

Yeah, I think that is the general rule.

Tom

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

* Re: [PATCH] libdecnumber: start a gitignore
  2011-02-07 15:19   ` Mike Frysinger
  2011-02-07 15:24     ` Tom Tromey
@ 2011-02-07 15:35     ` Pedro Alves
  1 sibling, 0 replies; 6+ messages in thread
From: Pedro Alves @ 2011-02-07 15:35 UTC (permalink / raw)
  To: gdb-patches; +Cc: Mike Frysinger, Tom Tromey, toolchain-devel

On Monday 07 February 2011 15:18:51, Mike Frysinger wrote:
> > Mike>  libdecnumber/.gitignore |    1 +
> >
> > I think this has to go to gcc-patches.
> 
> np ... i couldnt find info that indicated where to send stuff for this subdir

FYI, it's in the top-level src/MAINTAINERS:

libdecnumber/
        See libiberty.  The master copy of this directory is in the GCC
        repository.

...

intl/; config.rhost; libiberty/; libiberty's part of include/ 
        gcc: http://gcc.gnu.org
        Changes need to be done in tandem with the official GCC
        sources or submitted to the master file maintainer and brought
        in via a merge.  Note: approved patches in gcc's libiberty or
        intl are automatically approved in this libiberty and intl also;
        feel free to merge them yourself if needed sooner than the next
        merge.  Otherwise, changes are automatically merged, usually
        within a day.

-- 
Pedro Alves

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

* Re: [PATCH] libdecnumber: start a gitignore
  2011-02-07  6:11 Mike Frysinger
@ 2011-03-27  8:12 ` Mike Frysinger
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2011-03-27  8:12 UTC (permalink / raw)
  To: gdb-patches; +Cc: gcc-patches

2011/2/7 Mike Frysinger:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  libdecnumber/.gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>  create mode 100644 libdecnumber/.gitignore
>
> diff --git a/libdecnumber/.gitignore b/libdecnumber/.gitignore
> new file mode 100644
> index 0000000..7e47161
> --- /dev/null
> +++ b/libdecnumber/.gitignore
> @@ -0,0 +1 @@
> +/gstdint.h

i'll go ahead and commit then as no one complained ...
-mike

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

* [PATCH] libdecnumber: start a gitignore
@ 2011-02-07  6:11 Mike Frysinger
  2011-03-27  8:12 ` Mike Frysinger
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2011-02-07  6:11 UTC (permalink / raw)
  To: gdb-patches; +Cc: toolchain-devel

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 libdecnumber/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 libdecnumber/.gitignore

diff --git a/libdecnumber/.gitignore b/libdecnumber/.gitignore
new file mode 100644
index 0000000..7e47161
--- /dev/null
+++ b/libdecnumber/.gitignore
@@ -0,0 +1 @@
+/gstdint.h
-- 
1.7.4.rc2

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

end of thread, other threads:[~2011-03-27  4:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1297059100-13432-1-git-send-email-vapier__34363.9684761458$1297059122$gmane$org@gentoo.org>
2011-02-07 15:04 ` [PATCH] libdecnumber: start a gitignore Tom Tromey
2011-02-07 15:19   ` Mike Frysinger
2011-02-07 15:24     ` Tom Tromey
2011-02-07 15:35     ` Pedro Alves
2011-02-07  6:11 Mike Frysinger
2011-03-27  8:12 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).