* [PATCH] FR-V dis-asm.h tweak
@ 2003-09-10 7:35 Kevin Buettner
2003-09-10 18:06 ` Andrew Cagney
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Buettner @ 2003-09-10 7:35 UTC (permalink / raw)
To: gdb-patches
I've just committed the following patch:
* frv-tdep.c (dis-asm.h): Include.
* Makefile.in (frv-tdep.o): Update dependencies.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.440
diff -u -p -r1.440 Makefile.in
--- Makefile.in 9 Sep 2003 04:41:31 -0000 1.440
+++ Makefile.in 10 Sep 2003 07:32:14 -0000
@@ -1770,7 +1770,7 @@ frame-unwind.o: frame-unwind.c $(defs_h)
$(gdb_assert_h) $(dummy_frame_h)
frv-tdep.o: frv-tdep.c $(defs_h) $(gdb_string_h) $(inferior_h) $(symfile_h) \
$(gdbcore_h) $(arch_utils_h) $(regcache_h) $(frame_h) \
- $(frame_unwind_h) $(frame_base_h) $(trad_frame_h)
+ $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(dis_asm_h)
f-typeprint.o: f-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
$(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \
$(f_lang_h) $(gdb_string_h)
Index: frv-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/frv-tdep.c,v
retrieving revision 1.50
diff -u -p -r1.50 frv-tdep.c
--- frv-tdep.c 8 Sep 2003 23:01:28 -0000 1.50
+++ frv-tdep.c 10 Sep 2003 07:32:14 -0000
@@ -29,6 +29,7 @@
#include "frame-unwind.h"
#include "frame-base.h"
#include "trad-frame.h"
+#include "dis-asm.h"
extern void _initialize_frv_tdep (void);
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-09-10 21:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-10 7:35 [PATCH] FR-V dis-asm.h tweak Kevin Buettner
2003-09-10 18:06 ` Andrew Cagney
2003-09-10 21:09 ` Kevin Buettner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox