This is the mail archive of the gdb-patches@sources.redhat.com 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: [rfa] missing #include "gdb_string.h"


I did an all targets build, and it's turned up some missing #include
"gdb_string.h" locations.

The patch is below; it's obvious, but I'm doing an RFA because I'm not
actually running on the target machines in question and because I'm
paranoid.
It's ok.

For what it's worth, the targets powerpc-eabi and v850-elf fail when
build with -Werror for other reasons; I haven't looked into them yet,
and I have no reason to believe that they can't be fixed in a
similarly trivial manner.
Which compiler/host?
Andrew


David Carlton
carlton@math.stanford.edu

2002-09-26  David Carlton  <carlton@math.stanford.edu>

	* Makefile.in (cris-tdep.o): Depend on gdb_string_h.
	(mcore-tdep.o): Ditto.
	(ns32k-tdep.o): Ditto.
	(ns32knbsd-tdep.o): Ditto.
	(sh3-rom.o): Ditto.
	(vax-tdep.o): Ditto.
	* cris-tdep.c: #include "gdb_string.h"
	* mcore-tdep.c: Ditto.
	* ns32k-tdep.c: Ditto.
	* ns32knbsd-tdep.c: Ditto.
	* sh3-rom.c: Ditto.
	* vax-tdep.c: Ditto.


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