diff options
author | Daniel Jacobowitz <drow@false.org> | 2010-01-28 22:07:58 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2010-01-28 22:07:58 +0000 |
commit | d37346f037e49c0ce3c4875a828fe1df85331638 (patch) | |
tree | 587e761e90c3c16a2c61c7c177a19d8fa5dc5159 /gdb/ChangeLog | |
parent | 09be49c9dd141a814022c8302f9d1d57349a1eda (diff) | |
download | gdb-d37346f037e49c0ce3c4875a828fe1df85331638.zip gdb-d37346f037e49c0ce3c4875a828fe1df85331638.tar.gz gdb-d37346f037e49c0ce3c4875a828fe1df85331638.tar.bz2 |
* regcache.c (regcache_xmalloc): Add aspace argument. Use it
for the new regcache. All callers updated.
(regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
(get_thread_arch_regcache): Do not set aspace here.
* regcache.h (regcache_xmalloc): Update declaration.
* frame.c, infcall.c, ppc-linux-tdep.c: Calls to
regcache_xmalloc updated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db65d6d..1c284c4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2010-01-28 Daniel Jacobowitz <dan@codesourcery.com> + + * regcache.c (regcache_xmalloc): Add aspace argument. Use it + for the new regcache. All callers updated. + (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here. + (get_thread_arch_regcache): Do not set aspace here. + * regcache.h (regcache_xmalloc): Update declaration. + + * frame.c, infcall.c, ppc-linux-tdep.c: Calls to + regcache_xmalloc updated. + 2010-01-28 Joel Brobecker <brobecker@adacore.com> Another -Wunused-function error in procfs.c (sparc-solaris) |