diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-07-19 23:23:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-07-19 23:23:35 +0000 |
commit | 6ea0ec3fe426986de1453f3f71d1f2f83a5029d6 (patch) | |
tree | 45b3b25ad8ca67bd41de2be9e42f4278a6605cb0 /gdb/Makefile.in | |
parent | 6b26d61a05265b986511b3333505f9a0e5b1ac2c (diff) | |
download | gdb-6ea0ec3fe426986de1453f3f71d1f2f83a5029d6.zip gdb-6ea0ec3fe426986de1453f3f71d1f2f83a5029d6.tar.gz gdb-6ea0ec3fe426986de1453f3f71d1f2f83a5029d6.tar.bz2 |
* alphaobsd-tdep.c: Include "obsd-tdep.h".
(alphaobsd_init_abi): Set skip_solib_resolver.
* Makefile.in (alphaobsd-tdep.o): Update dependencies.
* config/alpha/obsd.mt (TDEPFILES): Add obsd-tdep.o.
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 5bd3ffd..f6f24b7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1712,7 +1712,8 @@ alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ $(gdb_assert_h) $(alpha_tdep_h) $(alphabsd_tdep_h) $(nbsd_tdep_h) \ $(solib_svr4_h) alphaobsd-tdep.o: alphaobsd-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ - $(osabi_h) $(alpha_tdep_h) $(alphabsd_tdep_h) $(solib_svr4_h) + $(osabi_h) $(obsd_tdep_h) $(alpha_tdep_h) $(alphabsd_tdep_h) \ + $(solib_svr4_h) alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ $(value_h) $(osabi_h) $(gdb_string_h) $(objfiles_h) $(alpha_tdep_h) alpha-tdep.o: alpha-tdep.c $(defs_h) $(doublest_h) $(frame_h) \ |