aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-09-07 21:27:36 +0000
committerJim Blandy <jimb@codesourcery.com>2001-09-07 21:27:36 +0000
commita2e2dd80557cd2493d1d6c454b86dd010da3d0d4 (patch)
tree56ff301968329830f4ff8a159dc1ba164e741a9a /gdb/Makefile.in
parent38be0bb1e6b12beb27aa25a0c1d9dd3ab14207a4 (diff)
downloadgdb-a2e2dd80557cd2493d1d6c454b86dd010da3d0d4.zip
gdb-a2e2dd80557cd2493d1d6c454b86dd010da3d0d4.tar.gz
gdb-a2e2dd80557cd2493d1d6c454b86dd010da3d0d4.tar.bz2
Correctly parse register values provided by the monitor.
* rom68k-rom.c: #include "value.h". (is_hex_digit, hex_digit_value, is_whitespace, rom68k_supply_one_register): New static functions. (rom68k_supply_register): Call rom68k_supply_one_register, instead of monitor_supply_register; the latter was incorrectly parsing the values. * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ec281ac..5844aea 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1912,7 +1912,8 @@ remote-nrom.o: remote-nrom.c $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
$(inferior_h) $(remote_utils_h) $(symfile_h) terminal.h
rom68k-rom.o: rom68k-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) \
- $(gdbcmd_h) $(inferior_h) $(target_h) serial.h terminal.h $(regcache_h)
+ $(gdbcmd_h) $(inferior_h) $(target_h) serial.h terminal.h \
+ $(regcache_h) $(value_h)
rs6000-nat.o: rs6000-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(target_h) \
$(gdbcore_h) xcoffsolib.h $(symfile_h) objfiles.h gdb-stabs.h \