diff options
author | David S. Miller <davem@redhat.com> | 2006-04-08 21:15:26 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2006-04-08 21:15:26 +0000 |
commit | 07c5f590ae27c60e498282c40414f6c77dccc39a (patch) | |
tree | 39371d8cbc7e580b584a4e2e143ca2701955d86c /gdb/Makefile.in | |
parent | 0b4294d3c0c9cdac430a5f973dc5911869011ff2 (diff) | |
download | gdb-07c5f590ae27c60e498282c40414f6c77dccc39a.zip gdb-07c5f590ae27c60e498282c40414f6c77dccc39a.tar.gz gdb-07c5f590ae27c60e498282c40414f6c77dccc39a.tar.bz2 |
* sparc64-linux-tdep.c (sparc64_linux_core_gregset,
sparc64_linux_supply_core_gregset,
sparc64_linux_collect_core_gregset,
sparc64_linux_supply_core_fpregset,
sparc64_linux_collect_core_fpregset): New.
(sparc64_linux_init_abi): Register them with generic sparc
core regset infrastructure.
* sparc32-linux-tdep.c (sparc32_linux_core_gregset,
sparc32_linux_supply_core_gregset,
sparc32_linux_collect_core_gregset,
sparc32_linux_supply_core_fpregset,
sparc32_linux_collect_core_fpregset): New.
(sparc32_linux_init_abi): Register them with generic sparc
core regset infrastructure.
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bdc5da5..9a83e64 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2616,8 +2616,8 @@ sparc64-linux-nat.o: sparc64-linux-nat.c $(defs_h) $(regcache_h) \ $(gregset_h) $(sparc64_tdep_h) $(sparc_tdep_h) \ $(sparc_nat_h) $(inferior_h) $(target_h) $(linux_nat_h) sparc64-linux-tdep.o: sparc64-linux-tdep.c $(defs_h) $(frame_h) \ - $(frame_unwind_h) $(regcache_h) $(gdbarch_h) $(gdbcore_h) \ - $(osabi_h) $(solib_svr4_h) $(symtab_h) $(trad_frame_h) \ + $(frame_unwind_h) $(regset_h) $(regcache_h) $(gdbarch_h) \ + $(gdbcore_h) $(osabi_h) $(solib_svr4_h) $(symtab_h) $(trad_frame_h) \ $(tramp_frame_h) $(sparc64_tdep_h) sparc64-nat.o: sparc64-nat.c $(defs_h) $(gdbarch_h) $(sparc64_tdep_h) \ $(sparc_nat_h) @@ -2644,9 +2644,9 @@ sparc-linux-nat.o: sparc-linux-nat.c $(defs_h) $(regcache_h) $(gregset_h) \ $(sparc_tdep_h) $(sparc_nat_h) $(inferior_h) $(target_h) \ $(linux_nat_h) sparc-linux-tdep.o: sparc-linux-tdep.c $(defs_h) $(dwarf2_frame_h) \ - $(floatformat_h) $(frame_h) $(frame_unwind_h) $(gdbarch_h) \ - $(gdbcore_h) $(osabi_h) $(regcache_h) $(solib_svr4_h) $(symtab_h) \ - $(trad_frame_h) $(tramp_frame_h) $(sparc_tdep_h) + $(floatformat_h) $(frame_h) $(frame_unwind_h) $(regset_h) \ + $(gdbarch_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(solib_svr4_h) \ + $(symtab_h) $(trad_frame_h) $(tramp_frame_h) $(sparc_tdep_h) sparc-nat.o: sparc-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(target_h) \ $(gdb_assert_h) $(gdb_string_h) $(gdb_wait_h) $(sparc_tdep_h) \ $(sparc_nat_h) $(inf_ptrace_h) |