diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2007-04-20 12:13:52 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2007-04-20 12:13:52 +0000 |
commit | 0ebdb728995b222255963e66f68285a0f1cb2a4b (patch) | |
tree | 4772ecbfcd69d7b3544ba2d8a51f26d88055a5d4 /gdb/Makefile.in | |
parent | 0bbdef9222a58f6f3b6743a452c366976543f81c (diff) | |
download | gdb-0ebdb728995b222255963e66f68285a0f1cb2a4b.zip gdb-0ebdb728995b222255963e66f68285a0f1cb2a4b.tar.gz gdb-0ebdb728995b222255963e66f68285a0f1cb2a4b.tar.bz2 |
* Makefile.in: Adjust dependencies of m68klinux-tdep.c.
* m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
(m68k_linux_sigcontext_reg_offset): Fix typo.
(target_is_uclinux): New.
(m68k_linux_inferior_created): New.
(m68k_linux_get_sigtramp_info): Check for uClinux or
normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
uClinux.
(_initialize_m68k_linux_tdep): Register
m68k_linux_inferior_created.
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 9502431..3082bf7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2285,7 +2285,7 @@ m68klinux-tdep.o: m68klinux-tdep.c $(defs_h) $(gdbcore_h) $(doublest_h) \ $(floatformat_h) $(frame_h) $(target_h) $(gdb_string_h) \ $(gdbtypes_h) $(osabi_h) $(regcache_h) $(objfiles_h) $(symtab_h) \ $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h) $(glibc_tdep_h) \ - $(solib_svr4_h) + $(solib_svr4_h) $(observer_h) $(elf_common_h) $(auxv_h) m68k-stub.o: m68k-stub.c m68k-tdep.o: m68k-tdep.c $(defs_h) $(dwarf2_frame_h) $(frame_h) \ $(frame_base_h) $(frame_unwind_h) $(gdbtypes_h) $(symtab_h) \ |