diff options
author | Daniel Jacobowitz <drow@false.org> | 2009-12-28 21:12:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2009-12-28 21:12:24 +0000 |
commit | 22e722e1995bffc3b891dbcac05b8c274f14194e (patch) | |
tree | 9143006604048400d691b1b62b517e85f8551180 /gdb/ChangeLog | |
parent | 957f3f49de19d92c755ccc59e36fffc1f65afd63 (diff) | |
download | gdb-22e722e1995bffc3b891dbcac05b8c274f14194e.zip gdb-22e722e1995bffc3b891dbcac05b8c274f14194e.tar.gz gdb-22e722e1995bffc3b891dbcac05b8c274f14194e.tar.bz2 |
* defs.h (print_address_symbolic, build_address_symbolic): Update
prototypes.
* printcmd.c (print_address_symbolic): Take a gdbarch argument.
Pass it to build_address_symbolic. All callers updated.
(build_address_symbolic): Take a gdbarch argument. Use
gdbarch_addr_bits_remove for functions. All callers updated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 101f7e0..a12ca6b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2009-12-28 Daniel Jacobowitz <dan@codesourcery.com> + + * defs.h (print_address_symbolic, build_address_symbolic): Update + prototypes. + * printcmd.c (print_address_symbolic): Take a gdbarch argument. + Pass it to build_address_symbolic. All callers updated. + (build_address_symbolic): Take a gdbarch argument. Use + gdbarch_addr_bits_remove for functions. All callers updated. + 2009-12-28 Pedro Alves <pedro@codesourcery.com> * ax-gdb.c (gen_expr) <OP_THIS>: Lookup `this' in the context of |