diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-30 15:57:09 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-30 15:57:09 +0000 |
commit | 9308fc88e7f28b38ac63622291a3ec853a72c1c8 (patch) | |
tree | d67f03030693a760bbcfa23ec69d35bedb9c8e56 /gdb/Makefile.in | |
parent | eebf07fbf50f2054980133a8643ba778bf27667d (diff) | |
download | gdb-9308fc88e7f28b38ac63622291a3ec853a72c1c8.zip gdb-9308fc88e7f28b38ac63622291a3ec853a72c1c8.tar.gz gdb-9308fc88e7f28b38ac63622291a3ec853a72c1c8.tar.bz2 |
gdb/
* Makefile.in (arm-linux-nat.o): Update dependencies.
* arm-linux-nat.c: Include "gdb_proc_service.h".
(PTRACE_GET_THREAD_AREA): Define.
(ps_get_thread_area): New function.
gdb/gdbserver/
* Makefile.in (linux-arm-low.o): Update dependencies.
* linux-arm-low.c: Include "../gdb_proc_service.h".
(PTRACE_GET_THREAD_AREA): Define.
(ps_get_thread_area): New function.
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 6f3d911..e768284 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1769,7 +1769,7 @@ arch-utils.o: arch-utils.c $(defs_h) $(arch_utils_h) $(buildsym_h) \ $(floatformat_h) arm-linux-nat.o: arm-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ $(gdb_string_h) $(regcache_h) $(arm_tdep_h) $(gregset_h) \ - $(target_h) $(linux_nat_h) + $(target_h) $(linux_nat_h) $(gdb_proc_service_h) arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) $(target_h) $(value_h) \ $(gdbtypes_h) $(floatformat_h) $(gdbcore_h) $(frame_h) $(regcache_h) \ $(doublest_h) $(solib_svr4_h) $(osabi_h) $(arm_tdep_h) \ |