aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-09 22:41:47 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-09 22:41:47 +0000
commite56a0ecc9e596e2109148793cac8fb905e71d544 (patch)
tree43c84d3bc12b2b56d1ee57151bb3e858cdc84c29 /gdb/ChangeLog
parentfbd93201df80d4028b0e4762e701b20f96cff8bb (diff)
downloadgdb-e56a0ecc9e596e2109148793cac8fb905e71d544.zip
gdb-e56a0ecc9e596e2109148793cac8fb905e71d544.tar.gz
gdb-e56a0ecc9e596e2109148793cac8fb905e71d544.tar.bz2
2003-09-09 Andrew Cagney <cagney@redhat.com>
* rs6000-tdep.c (ppc_push_return_address): Delete function. (rs6000_push_dummy_call): Set LR to BP_ADDR. (rs6000_gdbarch_init): Do not set deprecated_push_return_address. * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0361a4d..3ed38b7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2003-09-09 Andrew Cagney <cagney@redhat.com>
+ * rs6000-tdep.c (ppc_push_return_address): Delete function.
+ (rs6000_push_dummy_call): Set LR to BP_ADDR.
+ (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
+ * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
+
* rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
(rs6000_push_dummy_call): Set the "TOC" register.