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@xxxxxxxxxxxxxxxxx
2002-09-26 David Carlton <carlton@xxxxxxxxxxxxxxxxx>
* 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.
|