diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-02-28 05:57:45 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-02-28 05:57:45 +0000 |
commit | 6fe305f7fb813317dced51a909bc3c8a7b164689 (patch) | |
tree | b8880c4cc0cb937e7e4ee5e0f6dd2419e17d8adb /gdb/regformats | |
parent | 5b0a002e223d8104d0f93380f696fd5cb023014a (diff) | |
download | binutils-6fe305f7fb813317dced51a909bc3c8a7b164689.zip binutils-6fe305f7fb813317dced51a909bc3c8a7b164689.tar.gz binutils-6fe305f7fb813317dced51a909bc3c8a7b164689.tar.bz2 |
ChangeLog:
* regformats/reg-ppc.dat: Rename "ps" to "msr".
* regformats/reg-ppc64.dat: Likewise.
gdbserver/ChangeLog:
* configure.srv [powerpc64-*-linux*]: Add all files mentioned for
powerpc-*-linux* to srv_regobj and reg_xmlfiles.
* linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
(ppc_set_pc): Likewise.
(ppc_arch_setup): New function.
(ppc_fill_gregset): Call ppc_collect_ptrace_register instead
of collect_register.
(the_low_target): Use ppc_arch_setup as arch_setup initializer.
Diffstat (limited to 'gdb/regformats')
-rw-r--r-- | gdb/regformats/reg-ppc.dat | 2 | ||||
-rw-r--r-- | gdb/regformats/reg-ppc64.dat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regformats/reg-ppc.dat b/gdb/regformats/reg-ppc.dat index d7f9b88..2337d45 100644 --- a/gdb/regformats/reg-ppc.dat +++ b/gdb/regformats/reg-ppc.dat @@ -67,7 +67,7 @@ expedite:r1,pc 64:f31 32:pc -32:ps +32:msr 32:cr 32:lr diff --git a/gdb/regformats/reg-ppc64.dat b/gdb/regformats/reg-ppc64.dat index 281432a..16d7440 100644 --- a/gdb/regformats/reg-ppc64.dat +++ b/gdb/regformats/reg-ppc64.dat @@ -67,7 +67,7 @@ expedite:r1,pc 64:f31 64:pc -64:ps +64:msr 32:cr 64:lr |