summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMarcin Kościelnicki <koriakin@0x04.net>2016-01-07 17:24:48 +0100
committerMarcin Kościelnicki <koriakin@0x04.net>2016-03-09 18:43:02 +0100
commita67914defbe57290c714975d7c1ccefa787fd635 (patch)
tree482ecf78f117088ec7ee1a6c0076f07a31450561 /gdb/ChangeLog
parent2a2fa07bd121498a492f84312a36629383fc9445 (diff)
downloadbinutils-gdb-a67914defbe57290c714975d7c1ccefa787fd635.tar.gz
gdb: Add gen_return_address for powerpc.
gdb/ChangeLog: * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes. (rs6000_gen_return_address): New function. (rs6000_gdbarch_init): Wire in the above.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f2d21d81acc..74dec87054b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
+ * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
+ (rs6000_gen_return_address): New function.
+ (rs6000_gdbarch_init): Wire in the above.
+
+2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
+
* rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
(rs6000_gdbarch_init): Wire in the above.