diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-28 16:58:15 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-28 16:58:15 +0000 |
commit | 265f716b738a3fefb1ae7c801952c7661601d3ea (patch) | |
tree | ffa043162c5a9224bc6e97b36b3c5235eebe8700 /gdb/regformats | |
parent | ac469903ddc5c2d9242f98b4906422ab6b33dfb1 (diff) | |
download | gdb-265f716b738a3fefb1ae7c801952c7661601d3ea.zip gdb-265f716b738a3fefb1ae7c801952c7661601d3ea.tar.gz gdb-265f716b738a3fefb1ae7c801952c7661601d3ea.tar.bz2 |
2002-02-27 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/linux-s390-low.c: New file.
* regformats/reg-s390.dat: New file.
* regformats/reg-s390x.dat: New file.
* gdbserver/configure.srv: Add S/390.
* gdbserver/Makefile.in: Add S/390.
* configure.tgt: Enable gdbserver for S/390.
Diffstat (limited to 'gdb/regformats')
-rw-r--r-- | gdb/regformats/reg-s390.dat | 69 | ||||
-rw-r--r-- | gdb/regformats/reg-s390x.dat | 69 |
2 files changed, 138 insertions, 0 deletions
diff --git a/gdb/regformats/reg-s390.dat b/gdb/regformats/reg-s390.dat new file mode 100644 index 0000000..c533a48 --- /dev/null +++ b/gdb/regformats/reg-s390.dat @@ -0,0 +1,69 @@ +name:s390 +expedite:r14,r15,pswa +32:pswm +32:pswa +32:r0 +32:r1 +32:r2 +32:r3 +32:r4 +32:r5 +32:r6 +32:r7 +32:r8 +32:r9 +32:r10 +32:r11 +32:r12 +32:r13 +32:r14 +32:r15 +32:acr0 +32:acr1 +32:acr2 +32:acr3 +32:acr4 +32:acr5 +32:acr6 +32:acr7 +32:acr8 +32:acr9 +32:acr10 +32:acr11 +32:acr12 +32:acr13 +32:acr14 +32:acr15 +32:cr0 +32:cr1 +32:cr2 +32:cr3 +32:cr4 +32:cr5 +32:cr6 +32:cr7 +32:cr8 +32:cr9 +32:cr10 +32:cr11 +32:cr12 +32:cr13 +32:cr14 +32:cr15 +32:fpc +64:f0 +64:f1 +64:f2 +64:f3 +64:f4 +64:f5 +64:f6 +64:f7 +64:f8 +64:f9 +64:f10 +64:f11 +64:f12 +64:f13 +64:f14 +64:f15 diff --git a/gdb/regformats/reg-s390x.dat b/gdb/regformats/reg-s390x.dat new file mode 100644 index 0000000..25bef05 --- /dev/null +++ b/gdb/regformats/reg-s390x.dat @@ -0,0 +1,69 @@ +name:s390 +expedite:r14,r15,pswa +64:pswm +64:pswa +64:r0 +64:r1 +64:r2 +64:r3 +64:r4 +64:r5 +64:r6 +64:r7 +64:r8 +64:r9 +64:r10 +64:r11 +64:r12 +64:r13 +64:r14 +64:r15 +32:acr0 +32:acr1 +32:acr2 +32:acr3 +32:acr4 +32:acr5 +32:acr6 +32:acr7 +32:acr8 +32:acr9 +32:acr10 +32:acr11 +32:acr12 +32:acr13 +32:acr14 +32:acr15 +64:cr0 +64:cr1 +64:cr2 +64:cr3 +64:cr4 +64:cr5 +64:cr6 +64:cr7 +64:cr8 +64:cr9 +64:cr10 +64:cr11 +64:cr12 +64:cr13 +64:cr14 +64:cr15 +32:fpc +64:f0 +64:f1 +64:f2 +64:f3 +64:f4 +64:f5 +64:f6 +64:f7 +64:f8 +64:f9 +64:f10 +64:f11 +64:f12 +64:f13 +64:f14 +64:f15 |