diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-05-16 12:51:21 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-05-16 12:51:21 +0000 |
commit | 42848c965696a7e9cb46d09b6417212b946ab987 (patch) | |
tree | 887a9e202ba2e7d14d2379e48a0d3967ba102d92 /gdb/Makefile.in | |
parent | 74d1f0631ab3b9a845bc2becb4fd6afa6f691129 (diff) | |
download | gdb-42848c965696a7e9cb46d09b6417212b946ab987.zip gdb-42848c965696a7e9cb46d09b6417212b946ab987.tar.gz gdb-42848c965696a7e9cb46d09b6417212b946ab987.tar.bz2 |
* minsyms.c: Include "target.h".
(find_solib_trampoline_target): Handle minimal symbols pointing
to function descriptors as well.
* Makefile.in (minsyms.o): Update dependencies.
* ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
(ppc64_standard_linkage1): ... this. Fix optional instructions.
(PPC64_STANDARD_LINKAGE_LEN): Rename to ...
(PPC64_STANDARD_LINKAGE1_LEN): ... this.
(ppc64_standard_linkage2, ppc64_standard_linkage3): New.
(PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
(ppc64_standard_linkage_target): Rename to ...
(ppc64_standard_linkage1_target): ... this.
(ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
(ppc64_skip_trampoline_code): Support three variants of standard
linkage stubs. Call find_solib_trampoline_target to handle
glink stubs.
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 1a6a2de..b60f63c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2501,7 +2501,8 @@ mep-tdep.o: $(defs_h) $(frame_h) $(frame_unwind_h) $(frame_base_h) \ mingw-hdep.o: mingw-hdep.c $(defs_h) $(serial_h) $(event_loop_h) \ $(gdb_assert_h) $(gdb_select_h) $(gdb_string_h) $(readline_h) minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \ - $(symfile_h) $(objfiles_h) $(demangle_h) $(value_h) $(cp_abi_h) + $(symfile_h) $(objfiles_h) $(demangle_h) $(value_h) $(cp_abi_h) \ + $(target_h) mips64obsd-nat.o: mips64obsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(target_h) $(mips_tdep_h) $(inf_ptrace_h) mips64obsd-tdep.o: mips64obsd-tdep.c $(defs_h) $(osabi_h) $(regcache_h) \ |