aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-12-17 17:49:29 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-12-17 17:49:29 +0000
commit9544c605b634aa6fd72e24537c327dcce5f3a306 (patch)
treeaeffb183db2fe0b702b2525932df982cec9d4a7e /gdb/Makefile.in
parentaa707ed0e50465d070ac4a5a8f03ef07c5042319 (diff)
downloadgdb-9544c605b634aa6fd72e24537c327dcce5f3a306.zip
gdb-9544c605b634aa6fd72e24537c327dcce5f3a306.tar.gz
gdb-9544c605b634aa6fd72e24537c327dcce5f3a306.tar.bz2
* utils.c (string_to_core_addr): If the executable format
indicates that addresses should be sign-extended and there are only 8 hex digits in the address, then do so. * Makefile.in (utils.o): Depend on $(gdbcore_h).
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 961b730..a46c9d4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2903,7 +2903,7 @@ utils.o: utils.c $(defs_h) $(gdb_assert_h) $(gdb_string_h) $(event_top_h) \
$(exceptions_h) $(tui_h) $(gdbcmd_h) $(serial_h) $(bfd_h) \
$(target_h) $(demangle_h) $(expression_h) $(language_h) $(charset_h) \
$(annotate_h) $(filenames_h) $(symfile_h) $(inferior_h) $(top_h) \
- $(gdb_curses_h) $(readline_h) $(gdb_obstack_h)
+ $(gdb_curses_h) $(readline_h) $(gdb_obstack_h) $(gdbcore_h)
v850-tdep.o: v850-tdep.c $(defs_h) $(frame_h) $(frame_base_h) $(trad_frame_h) \
$(frame_unwind_h) $(dwarf2_frame_h) $(gdbtypes_h) $(inferior_h) \
$(gdb_string_h) $(gdb_assert_h) $(gdbcore_h) $(arch_utils_h) \