aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2007-12-06 11:17:03 +0000
committerPierre Muller <muller@sourceware.org>2007-12-06 11:17:03 +0000
commit2c6474365fa51152ae54848eae9a01f829ac3cb8 (patch)
treed19ec00e68c79ff6aeb4da947b9ff312d8af1758 /gdb/Makefile.in
parentf2619d6c3b8c13c9511484252a89b2776c081d1e (diff)
downloadgdb-2c6474365fa51152ae54848eae9a01f829ac3cb8.zip
gdb-2c6474365fa51152ae54848eae9a01f829ac3cb8.tar.gz
gdb-2c6474365fa51152ae54848eae9a01f829ac3cb8.tar.bz2
2007-12-06 Pierre Muller <muller@ics.u-strasbg.fr>
* win32-nat.c: Allow compilation if CORE_ADDR is 8 byte long. Add "gdb_stdint.h" dependency required for uintptr_t type use. (handle_output_debug_string): Use uintptr_t typecast. (handle_exception): Ditto. (win32_xfer_memory): Ditto. * Makefile.in (win32-nat.o): Add dependency to gdb_stdint header.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 6c51172..961b730 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2946,7 +2946,7 @@ win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
$(regcache_h) $(top_h) $(buildsym_h) $(symfile_h) $(objfiles_h) \
$(gdb_string_h) $(gdbthread_h) $(gdbcmd_h) $(exec_h) $(solist_h) \
$(solib_h) $(i386_tdep_h) $(i387_tdep_h) $(gdb_obstack_h) \
- $(xml_support_h) $(i386_cygwin_tdep_h)
+ $(xml_support_h) $(i386_cygwin_tdep_h) $(gdb_stdint_h)
win32-termcap.o: win32-termcap.c
wrapper.o: wrapper.c $(defs_h) $(value_h) $(exceptions_h) $(wrapper_h) \
$(ui_out_h)