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] Fix handling of #include files during prologue skipping


I didn't include one since the header files in gdb.base that I looked at
the time didn't have it. I checked it again and noticed that from all 11
headers files in there only 1 has a copyright in it
(gdb.base/included.h).

If a copyright is actually needed I will be happy to include one, so
please let me know your answer.

Cheers

-- 
Tiago StÃrmer Daitx
tdaitx@linux.vnet.ibm.com
IBM - Linux Technology Center


On Thu, 2013-01-24 at 08:51 +0800, Yao Qi wrote:
> On 01/24/2013 04:33 AM, Tiago StÃrmer Daitx wrote:
> > diff --git a/gdb/testsuite/gdb.base/prologue-include.h b/gdb/testsuite/gdb.base/prologue-include.h
> > new file mode 100644
> > index 0000000..34b920c
> > --- /dev/null
> > +++ b/gdb/testsuite/gdb.base/prologue-include.h
> > @@ -0,0 +1,2 @@
> > +  i = 2;
> > +  j = 2;
> 
> A copyright header is needed.
> 


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