diff options
author | Marcin Kościelnicki <koriakin@0x04.net> | 2016-01-07 17:24:48 +0100 |
---|---|---|
committer | Marcin Kościelnicki <koriakin@0x04.net> | 2016-03-09 18:43:02 +0100 |
commit | a67914defbe57290c714975d7c1ccefa787fd635 (patch) | |
tree | 482ecf78f117088ec7ee1a6c0076f07a31450561 /gdb/ChangeLog | |
parent | 2a2fa07bd121498a492f84312a36629383fc9445 (diff) | |
download | binutils-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/ChangeLog | 6 |
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. |