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 08:42:34 -0700
> From: "H.J. Lu" <hjl.tools@gmail.com>
> Cc: gdb-patches@sourceware.org
> 
> > ? ? ? ? ?* 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.
> >
> >
> 
> Those files aren't in gdb source tree and they are generated during
> build in gdb/gdbserver build directory.

If they are generated, you don't need to do anything.  The DJGPP build
(the one which needs fnchange.lst) does not compile gdbserver, so
these files will never be produced, and no harm will ever be done.

Sorry for my misunderstanding.


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