diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-08 22:31:53 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-08 22:31:53 +0000 |
commit | 179f02be24a1746f3b2179b5ce4aedd1e3a8b747 (patch) | |
tree | 1ad5aecac10cdeb78c8226f8892939dcc28f8507 /gdb/ChangeLog | |
parent | 8f13581218ad9c20daa1d45618a04c2df4c48b03 (diff) | |
download | gdb-179f02be24a1746f3b2179b5ce4aedd1e3a8b747.zip gdb-179f02be24a1746f3b2179b5ce4aedd1e3a8b747.tar.gz gdb-179f02be24a1746f3b2179b5ce4aedd1e3a8b747.tar.bz2 |
2005-02-08 Andrew Cagney <cagney@gnu.org>
* ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
no longer needed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 248fcda..637ac3e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2005-02-08 Andrew Cagney <cagney@gnu.org> + * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name, + no longer needed. + * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit PT_FPSCR breakage. |