diff options
author | Pierre Muller <muller@sourceware.org> | 2007-12-06 11:17:03 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2007-12-06 11:17:03 +0000 |
commit | 2c6474365fa51152ae54848eae9a01f829ac3cb8 (patch) | |
tree | d19ec00e68c79ff6aeb4da947b9ff312d8af1758 /gdb/Makefile.in | |
parent | f2619d6c3b8c13c9511484252a89b2776c081d1e (diff) | |
download | gdb-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.in | 2 |
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) |