* rs6000-tdep.c (rs6000_gdbarch_init): Only set
convert_from_func_ptr-addr when AIX / PowerOpen.
This commit is contained in:
parent
6096c27ac0
commit
15813d3f2c
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-04-26 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* rs6000-tdep.c (rs6000_gdbarch_init): Only set
|
||||
convert_from_func_ptr-addr when AIX / PowerOpen.
|
||||
|
||||
2002-04-25 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* valops.c (hand_function_call): Call
|
||||
|
|
|
@ -2746,8 +2746,11 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
|
||||
set_gdbarch_frame_init_saved_regs (gdbarch, rs6000_frame_init_saved_regs);
|
||||
set_gdbarch_init_extra_frame_info (gdbarch, rs6000_init_extra_frame_info);
|
||||
|
||||
/* Handle RS/6000 function pointers. */
|
||||
}
|
||||
if (!sysv_abi)
|
||||
{
|
||||
/* Handle RS/6000 function pointers (which are really function
|
||||
descriptors). */
|
||||
set_gdbarch_convert_from_func_ptr_addr (gdbarch,
|
||||
rs6000_convert_from_func_ptr_addr);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue