This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc] [3/9] Remove adress conversion macros


Markus Deuling wrote:

> 	* 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.

Committed, thanks.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]