diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 23:15:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 23:15:53 +0000 |
commit | d9f8c85b8e4983b7a62abf5affa8030bcfee692e (patch) | |
tree | d16780152b5fbcbb7fae4f89040cebb1d81bffa8 /gdb/Makefile.in | |
parent | 75f501b5c965bbd68d7d64a29ab8db05a0c12f0b (diff) | |
download | gdb-d9f8c85b8e4983b7a62abf5affa8030bcfee692e.zip gdb-d9f8c85b8e4983b7a62abf5affa8030bcfee692e.tar.gz gdb-d9f8c85b8e4983b7a62abf5affa8030bcfee692e.tar.bz2 |
* i386-sol2-tdep.c: Include "gdb_string.h".
(i386_sol2_sigtramp_p): Recognize signal trampoline based on its
name.
* Makefile.in (i386-sol2-tdep.o): Update dependencies.
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 30a357e..fd18260 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1877,7 +1877,7 @@ i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ $(osabi_h) $(target_h) $(gdb_assert_h) $(gdb_string_h) \ $(i386_tdep_h) $(i387_tdep_h) $(solib_svr4_h) i386-sol2-tdep.o: i386-sol2-tdep.c $(defs_h) $(value_h) $(osabi_h) \ - $(i386_tdep_h) $(solib_svr4_h) + $(gdb_string_h) $(i386_tdep_h) $(solib_svr4_h) i386-stub.o: i386-stub.c i386-tdep.o: i386-tdep.c $(defs_h) $(arch_utils_h) $(command_h) \ $(dummy_frame_h) $(dwarf2_frame_h) $(doublest_h) $(floatformat_h) \ |