mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* 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.
This commit is contained in:
@@ -289,7 +289,7 @@ extern LONGEST value_as_long (value_ptr val);
|
||||
|
||||
extern DOUBLEST value_as_double (value_ptr val);
|
||||
|
||||
extern CORE_ADDR value_as_pointer (value_ptr val);
|
||||
extern CORE_ADDR value_as_address (value_ptr val);
|
||||
|
||||
extern LONGEST unpack_long (struct type *type, char *valaddr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user