mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
2007-06-06 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (ADDRESS_TO_POINTER): Replace by gdbarch_address_to_pointer. * findvar.c (store_typed_address): Likewise. * gdbtypes.c (make_pointer_type): Likewise (comment). * procfs.c (procfs_address_to_host_pointer): Likewise. * std-regs.c (value_of_builtin_frame_reg): Likewise. (value_of_builtin_frame_fp_reg): Likewise. (value_of_builtin_frame_pc_reg): Likewise. * utils.c (paddress): Likewise (comment). * gdbarch.sh (POINTER_TO_ADDRESS): Replace by gdbarch_pointer_to_address. * findvar.c (extract_typed_address): Likewise. * gdbtypes.c (make_pointer_type): Likewise (comment). * valops.c (value_cast): Likewise (comment). * gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
@ -2559,7 +2559,7 @@ paddress (CORE_ADDR addr)
|
||||
when it won't occur. */
|
||||
/* NOTE: This assumes that the significant address information is
|
||||
kept in the least significant bits of ADDR - the upper bits were
|
||||
either zero or sign extended. Should ADDRESS_TO_POINTER() or
|
||||
either zero or sign extended. Should gdbarch_address_to_pointer or
|
||||
some ADDRESS_TO_PRINTABLE() be used to do the conversion? */
|
||||
|
||||
int addr_bit = TARGET_ADDR_BIT;
|
||||
|
Reference in New Issue
Block a user