This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [patch] s/value_as_pointer/value_as_address/


> Hello,
> 
> The attached patch renames the function value_as_pointer() to
> value_as_address().  This is to make the function name consistent with
> both its semantics and its documentation.  The good old days when you
> could assume pointer == address have long gone.


FYI, I've checked this in.  If you have an outstanding patch, take care.

Andrew

> Index: ChangeLog
> 2001-09-21  Andrew Cagney  <ac131313@redhat.com>
> 
> * value.h (value_as_address): Rename value_as_pointer.
> 	* eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c,
> 	jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c,
> 	values.c: Update.
> 
> 2001-09-21  Andrew Cagney  <ac131313@redhat.com>
> 
> * gdbint.texinfo (Target Architecture Definition): Function
> 	value_as_pointer renamed to value_as_address.
> 
> 




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