diff options
author | Kevin Buettner <kevinb@redhat.com> | 2006-02-28 22:38:04 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2006-02-28 22:38:04 +0000 |
commit | f9ec92b6cb48a8f793d1820a7508e654d604845a (patch) | |
tree | 3306895012f01b1fc8d9b6296863167ed78e1011 /gdb/Makefile.in | |
parent | e92e42f575e3405435f4e9bb53f7e1ef5dcf6719 (diff) | |
download | gdb-f9ec92b6cb48a8f793d1820a7508e654d604845a.zip gdb-f9ec92b6cb48a8f793d1820a7508e654d604845a.tar.gz gdb-f9ec92b6cb48a8f793d1820a7508e654d604845a.tar.bz2 |
Add am33 linux signal frame support.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 92bc0c4..d5abb4f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2326,7 +2326,8 @@ mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \ $(regcache_h) $(gregset_h) mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \ $(gdb_string_h) $(regcache_h) $(mn10300_tdep_h) $(gdb_assert_h) \ - $(bfd_h) $(elf_bfd_h) $(osabi_h) $(regset_h) $(solib_svr4_h) + $(bfd_h) $(elf_bfd_h) $(osabi_h) $(regset_h) $(solib_svr4_h) \ + $(frame_h) $(trad_frame_h) $(tramp_frame_h) mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \ $(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \ $(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \ |