* [ob] Fix sparcnbsd-tdep.c compilation problem
@ 2007-02-08 10:40 Mark Kettenis
2007-02-08 11:53 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Mark Kettenis @ 2007-02-08 10:40 UTC (permalink / raw)
To: gdb-patches
Fallout from Dan's floatformat diff.
Committed,
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
* Makefile.in (sparcnbsd-tdep.o): Update dependencies.
Index: sparcnbsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparcnbsd-tdep.c,v
retrieving revision 1.30
diff -u -p -r1.30 sparcnbsd-tdep.c
--- sparcnbsd-tdep.c 29 Jan 2007 17:31:06 -0000 1.30
+++ sparcnbsd-tdep.c 8 Feb 2007 10:36:53 -0000
@@ -21,10 +21,10 @@
Boston, MA 02110-1301, USA. */
#include "defs.h"
-#include "floatformat.h"
#include "frame.h"
#include "frame-unwind.h"
#include "gdbcore.h"
+#include "gdbtypes.h"
#include "osabi.h"
#include "regcache.h"
#include "regset.h"
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.873
diff -u -p -r1.873 Makefile.in
--- Makefile.in 9 Jan 2007 22:55:09 -0000 1.873
+++ Makefile.in 8 Feb 2007 10:36:55 -0000
@@ -2705,8 +2705,8 @@ sparc-nat.o: sparc-nat.c $(defs_h) $(inf
$(sparc_nat_h) $(inf_ptrace_h)
sparcnbsd-nat.o: sparcnbsd-nat.c $(defs_h) $(regcache_h) $(target_h) \
$(sparc_tdep_h) $(sparc_nat_h) $(bsd_kvm_h)
-sparcnbsd-tdep.o: sparcnbsd-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \
- $(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \
+sparcnbsd-tdep.o: sparcnbsd-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \
+ $(gdbcore_h) $(gdbtypes_h) $(osabi_h) $(regcache_h) $(regset_h) \
$(solib_svr4_h) $(symtab_h) $(trad_frame_h) $(gdb_assert_h) \
$(gdb_string_h) $(sparc_tdep_h) $(nbsd_tdep_h)
sparcobsd-tdep.o: sparcobsd-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ob] Fix sparcnbsd-tdep.c compilation problem
2007-02-08 10:40 [ob] Fix sparcnbsd-tdep.c compilation problem Mark Kettenis
@ 2007-02-08 11:53 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2007-02-08 11:53 UTC (permalink / raw)
To: Mark Kettenis; +Cc: gdb-patches
On Thu, Feb 08, 2007 at 11:40:31AM +0100, Mark Kettenis wrote:
> Fallout from Dan's floatformat diff.
Whoops, thank you. I hope I didn't do this elsewhere...
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-08 11:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 10:40 [ob] Fix sparcnbsd-tdep.c compilation problem Mark Kettenis
2007-02-08 11:53 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox