This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 v3 02/14] add gcc/gdb interface files


On Mon, 03 Nov 2014 13:46:29 +0100, Yao Qi wrote:
> Jan Kratochvil <jan.kratochvil@redhat.com> writes:
> 
> > diff --git a/include/gcc-c-fe.def b/include/gcc-c-fe.def
> > new file mode 100644
> > index 0000000..19cb867
> > --- /dev/null
> > +++ b/include/gcc-c-fe.def
> > @@ -0,0 +1,197 @@
> > +/* Interface between GCC C FE and GDB  -*- c -*-
> > +
> > +   Copyright (C) 2014 Free Software Foundation, Inc.
> > +
> > +   This file is part of GCC.
> 
> This file is not part of GCC.

It is, it is already checked in the GCC repository and GDB repo shares some
files in include/ with GCC repo.  In binutils-gdb.git include/ there are
occasional commits
	Sync libiberty with upstream GCC.

I do not know if there is a better way how to import a file from GCC repo than
this way.


Jan


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