diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-08-31 22:43:38 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-08-31 22:43:38 +0000 |
commit | 2ca8ae213fae4c0525535b7ecc9747764a5489d1 (patch) | |
tree | bf9f4a06f2a58cf67e6753254e10ad41e40047a8 /gdb/Makefile.in | |
parent | 3d9b49b09003d8b0cba6ca18d1b6240f984d3e8f (diff) | |
download | gdb-2ca8ae213fae4c0525535b7ecc9747764a5489d1.zip gdb-2ca8ae213fae4c0525535b7ecc9747764a5489d1.tar.gz gdb-2ca8ae213fae4c0525535b7ecc9747764a5489d1.tar.bz2 |
* Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
list.
* alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
(alphanbsd_skip_sigtramp_frame): New functions.
(alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
to alphanbsd_sigcontext_addr.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 1c9a327..55838c6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1500,9 +1500,9 @@ alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) $(alpha_tdep_h) \ $(alphabsd_tdep_h) alphafbsd-tdep.o: alphafbsd-tdep.c $(defs_h) $(value_h) $(alpha_tdep_h) -alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ - $(value_h) $(solib_svr4_h) $(alpha_tdep_h) $(alphabsd_tdep_h) \ - $(nbsd_tdep_h) +alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \ + $(regcache_h) $(value_h) $(solib_svr4_h) $(alpha_tdep_h) \ + $(alphabsd_tdep_h) $(nbsd_tdep_h) annotate.o: annotate.c $(defs_h) $(annotate_h) $(value_h) $(target_h) \ $(gdbtypes_h) $(breakpoint_h) # OBSOLETE arc-tdep.o: arc-tdep.c |