diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-07-17 19:34:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-07-17 19:34:57 +0000 |
commit | aa88762a706df5fe636f7dc3727c0586861720ed (patch) | |
tree | d3504700fde129d4656c0e84cf47dd44d5553258 /gdb/Makefile.in | |
parent | 7206a0ee43e8c1bc26e7ddc8c589018e75783225 (diff) | |
download | gdb-aa88762a706df5fe636f7dc3727c0586861720ed.zip gdb-aa88762a706df5fe636f7dc3727c0586861720ed.tar.gz gdb-aa88762a706df5fe636f7dc3727c0586861720ed.tar.bz2 |
* armobsd-tdep.c (armobsd_init_abi): Set skip_solib_resolver.
* Makefile.in (armobsd-tdep.o): Update dependencies.
* config/arm/obsd.mt (TDEPFILES): Add obsd-tdep.o.
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 0359897..d0d1ab1 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1784,7 +1784,7 @@ armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(osabi_h) $(gdb_string_h) \ $(arm_tdep_h) $(solib_svr4_h) armobsd-tdep.o: armobsd-tdep.c $(defs_h) $(osabi_h) \ - $(arm_tdep_h) $(solib_svr4_h) + $(obsd_tdep_h) $(arm_tdep_h) $(solib_svr4_h) arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \ $(gdbcore_h) $(gdb_string_h) $(dis_asm_h) $(regcache_h) \ $(doublest_h) $(value_h) $(arch_utils_h) $(osabi_h) \ |