mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00: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:
@@ -374,7 +374,7 @@ value_cast (struct type *type, struct value *arg2)
|
||||
LONGEST longest;
|
||||
|
||||
/* When we cast pointers to integers, we mustn't use
|
||||
POINTER_TO_ADDRESS to find the address the pointer
|
||||
gdbarch_pointer_to_address to find the address the pointer
|
||||
represents, as value_as_long would. GDB should evaluate
|
||||
expressions just as the compiler would --- and the compiler
|
||||
sees a cast as a simple reinterpretation of the pointer's
|
||||
|
||||
Reference in New Issue
Block a user