diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-05 11:58:30 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-05 11:58:30 +0000 |
commit | 2454a0247b12f34d5eb87f52172722115b0f0915 (patch) | |
tree | 225e9adcebeb877f6390e36968983bda15abe030 /gdb/ChangeLog | |
parent | b52323fa6f6d31f493d91a425c036075ecf05e14 (diff) | |
download | gdb-2454a0247b12f34d5eb87f52172722115b0f0915.zip gdb-2454a0247b12f34d5eb87f52172722115b0f0915.tar.gz gdb-2454a0247b12f34d5eb87f52172722115b0f0915.tar.bz2 |
* rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
*before* calling gdbarch_init_osabi.
(rs6000_aix_init_osabi): Disable displaced stepping.
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 d8e6e5b..56a34e4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2008-09-05 Ulrich Weigand <uweigand@de.ibm.com> + * rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping + *before* calling gdbarch_init_osabi. + (rs6000_aix_init_osabi): Disable displaced stepping. + +2008-09-05 Ulrich Weigand <uweigand@de.ibm.com> + * target.c (update_current_target): Do not inherit to_open or to_close. (pop_target): Call target_close on target_stack instead |