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: 6/6 [3rd try]: Add AVX support (gdbserver changes)


> Date: Mon, 29 Mar 2010 07:42:19 -0700
> From: "H.J. Lu" <hjl.tools@gmail.com>
> Cc: gdb-patches@sourceware.org
> 
> > Thanks. ?There are several files you add whose names will clash on DOS
> > filesystems. ?Could you please provide suitable additions to
> > fnchange.lst for them? ?TIA
> >
> 
> Those files are generated during gdb build. The original ones are covered
> in
> 
> http://sourceware.org/ml/gdb-patches/2010-03/msg00262.html
> 
> Did I miss some files?

I meant this part from your patch:

  2010-03-28  H.J. Lu  <hongjiu.lu@intel.com>

	  * Makefile.in (clean): Updated.
	  (i386-avx.o): New.
	  (i386-avx.c): Likewise.
	  (i386-avx-linux.o): Likewise.
	  (i386-avx-linux.c): Likewise.
	  (amd64-avx.o): Likewise.
	  (amd64-avx.c): Likewise.
	  (amd64-avx-linux.o): Likewise.
	  (amd64-avx-linux.c): Likewise.

I don't think these *.c files are covered by the message in the above
URL.  That message only handles files in the gdb/features/ directory,
but the files above are in gdb/, AFAIU.


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