From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: gdb-patches@sourceware.org
Subject: [ob] Fix sparcnbsd-tdep.c compilation problem
Date: Thu, 08 Feb 2007 10:40:00 -0000 [thread overview]
Message-ID: <200702081040.l18AeV3p020858@brahms.sibelius.xs4all.nl> (raw)
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) \
next reply other threads:[~2007-02-08 10:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-08 10:40 Mark Kettenis [this message]
2007-02-08 11:53 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200702081040.l18AeV3p020858@brahms.sibelius.xs4all.nl \
--to=mark.kettenis@xs4all.nl \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox