[PATCH v3 02/14] add gcc/gdb interface files

Jan Kratochvil jan.kratochvil@redhat.com
Mon Nov 3 12:56:00 GMT 2014


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



More information about the Gdb-patches mailing list