diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2004-11-12 01:00:41 +0000 |
---|---|---|
committer | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2004-11-12 01:00:41 +0000 |
commit | 9b098f24af69b10358b2254bd1a71f070d3e2514 (patch) | |
tree | b7a3ae8041057b527d3dc7a826fcc61889ddfc40 /gdb/Makefile.in | |
parent | a71f8c301ed74646c78414ae45f551848443db5c (diff) | |
download | gdb-9b098f24af69b10358b2254bd1a71f070d3e2514.zip gdb-9b098f24af69b10358b2254bd1a71f070d3e2514.tar.gz gdb-9b098f24af69b10358b2254bd1a71f070d3e2514.tar.bz2 |
2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
* Makefile.in (m32r-linux-tdep.o): Update dependencies.
* m32r-linux-tdep.c (m32r_linux_init_abi): Call
set_gdbarch_regset_from_core_section for core file support.
(m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
New functions.
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 42da792..0f93ca8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2157,7 +2157,7 @@ m32r-linux-nat.o: m32r-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ m32r-linux-tdep.o: m32r-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \ $(value_h) $(regcache_h) $(inferior_h) $(osabi_h) $(reggroups_h) \ $(gdb_string_h) $(glibc_tdep_h) $(solib_svr4_h) $(trad_frame_h) \ - $(frame_unwind_h) $(m32r_tdep_h) + $(frame_unwind_h) $(regset_h) $(m32r_tdep_h) m32r-rom.o: m32r-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ $(serial_h) $(symtab_h) $(command_h) $(gdbcmd_h) $(symfile_h) \ $(gdb_string_h) $(objfiles_h) $(inferior_h) $(regcache_h) |