2003-10-22 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 22 Oct 2003 23:54:11 +0000 (23:54 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 22 Oct 2003 23:54:11 +0000 (23:54 +0000)
commite2d0e7eb0476ade97ed7c00e7a3838609d52d084
tree455a8bf9468a11414a1542bc9b5d76a2f1583200
parentf1c07ab0ca71fdadc64f2838f87f39784aee5b63
2003-10-22  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
multi-arch method, add "targ" parameter.
(struct target_ops): Declare.
* gdbarch.h, gdbarch.c: Re-generate.
* Makefile.in (c-valprint.o): Update dependencies.
* arch-utils.h: Update copyright.
(convert_from_func_ptr_addr_identity): Declare.
* arch-utils.c (convert_from_func_ptr_addr_identity): New function.
* ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
* rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
* infcall.c (find_function_addr, call_function_by_hand): Update.
* c-valprint.c: Include "target.h".
(print_function_pointer_address): Update.
12 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/arch-utils.c
gdb/arch-utils.h
gdb/c-valprint.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/ia64-tdep.c
gdb/infcall.c
gdb/ppc-linux-tdep.c
gdb/rs6000-tdep.c
This page took 0.02542 seconds and 4 git commands to generate.