[testsuite/gdb.ada] simplify some testcases by using clean_restart.
[deliverable/binutils-gdb.git] / gdb / sh-tdep.c
CommitLineData
85a453d5 1/* Target-dependent code for Renesas Super-H, for GDB.
0fd88904 2
6aba47ca 3 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
7b6bb8da
JB
4 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011
5 Free Software Foundation, Inc.
c906108c 6
c5aa993b 7 This file is part of GDB.
c906108c 8
c5aa993b
JM
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
a9762ec7 11 the Free Software Foundation; either version 3 of the License, or
c5aa993b 12 (at your option) any later version.
c906108c 13
c5aa993b
JM
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
c906108c 18
c5aa993b 19 You should have received a copy of the GNU General Public License
a9762ec7 20 along with this program. If not, see <http://www.gnu.org/licenses/>. */
c906108c
SS
21
22/*
c5aa993b
JM
23 Contributed by Steve Chamberlain
24 sac@cygnus.com
c906108c
SS
25 */
26
27#include "defs.h"
28#include "frame.h"
1c0159e0
CV
29#include "frame-base.h"
30#include "frame-unwind.h"
31#include "dwarf2-frame.h"
c906108c 32#include "symtab.h"
c906108c
SS
33#include "gdbtypes.h"
34#include "gdbcmd.h"
35#include "gdbcore.h"
36#include "value.h"
37#include "dis-asm.h"
73c1f219 38#include "inferior.h"
c906108c 39#include "gdb_string.h"
1c0159e0 40#include "gdb_assert.h"
b4a20239 41#include "arch-utils.h"
fb409745 42#include "floatformat.h"
4e052eda 43#include "regcache.h"
d16aafd8 44#include "doublest.h"
4be87837 45#include "osabi.h"
dda63807 46#include "reggroups.h"
c9ac0a72 47#include "regset.h"
c906108c 48
ab3b8126
JT
49#include "sh-tdep.h"
50
d658f924 51#include "elf-bfd.h"
1a8629c7
MS
52#include "solib-svr4.h"
53
55ff77ac 54/* sh flags */
283150cd 55#include "elf/sh.h"
fa8f86ff 56#include "dwarf2.h"
283150cd 57/* registers numbers shared with the simulator */
1c922164 58#include "gdb/sim-sh.h"
283150cd 59
c055b101
CV
60/* List of "set sh ..." and "show sh ..." commands. */
61static struct cmd_list_element *setshcmdlist = NULL;
62static struct cmd_list_element *showshcmdlist = NULL;
63
64static const char sh_cc_gcc[] = "gcc";
65static const char sh_cc_renesas[] = "renesas";
66static const char *sh_cc_enum[] = {
67 sh_cc_gcc,
68 sh_cc_renesas,
69 NULL
70};
71
72static const char *sh_active_calling_convention = sh_cc_gcc;
73
c458d6db 74static void (*sh_show_regs) (struct frame_info *);
cc17453a 75
da962468 76#define SH_NUM_REGS 67
88e04cc1 77
1c0159e0 78struct sh_frame_cache
cc17453a 79{
1c0159e0
CV
80 /* Base address. */
81 CORE_ADDR base;
82 LONGEST sp_offset;
83 CORE_ADDR pc;
84
85 /* Flag showing that a frame has been created in the prologue code. */
86 int uses_fp;
87
88 /* Saved registers. */
89 CORE_ADDR saved_regs[SH_NUM_REGS];
90 CORE_ADDR saved_sp;
63978407 91};
c906108c 92
c055b101
CV
93static int
94sh_is_renesas_calling_convention (struct type *func_type)
95{
96 return ((func_type
97 && TYPE_CALLING_CONVENTION (func_type) == DW_CC_GNU_renesas_sh)
98 || sh_active_calling_convention == sh_cc_renesas);
99}
100
fa88f677 101static const char *
d93859e2 102sh_sh_register_name (struct gdbarch *gdbarch, int reg_nr)
cc17453a 103{
617daa0e
CV
104 static char *register_names[] = {
105 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
106 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
107 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
108 "", "",
109 "", "", "", "", "", "", "", "",
110 "", "", "", "", "", "", "", "",
111 "", "",
112 "", "", "", "", "", "", "", "",
113 "", "", "", "", "", "", "", "",
da962468 114 "", "", "", "", "", "", "", "",
cc17453a
EZ
115 };
116 if (reg_nr < 0)
117 return NULL;
118 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
119 return NULL;
120 return register_names[reg_nr];
121}
122
fa88f677 123static const char *
d93859e2 124sh_sh3_register_name (struct gdbarch *gdbarch, int reg_nr)
cc17453a 125{
617daa0e
CV
126 static char *register_names[] = {
127 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
128 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
129 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
130 "", "",
131 "", "", "", "", "", "", "", "",
132 "", "", "", "", "", "", "", "",
133 "ssr", "spc",
cc17453a
EZ
134 "r0b0", "r1b0", "r2b0", "r3b0", "r4b0", "r5b0", "r6b0", "r7b0",
135 "r0b1", "r1b1", "r2b1", "r3b1", "r4b1", "r5b1", "r6b1", "r7b1"
da962468 136 "", "", "", "", "", "", "", "",
cc17453a
EZ
137 };
138 if (reg_nr < 0)
139 return NULL;
140 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
141 return NULL;
142 return register_names[reg_nr];
143}
144
fa88f677 145static const char *
d93859e2 146sh_sh3e_register_name (struct gdbarch *gdbarch, int reg_nr)
cc17453a 147{
617daa0e
CV
148 static char *register_names[] = {
149 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
150 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
151 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
cc17453a 152 "fpul", "fpscr",
617daa0e
CV
153 "fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7",
154 "fr8", "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
155 "ssr", "spc",
cc17453a
EZ
156 "r0b0", "r1b0", "r2b0", "r3b0", "r4b0", "r5b0", "r6b0", "r7b0",
157 "r0b1", "r1b1", "r2b1", "r3b1", "r4b1", "r5b1", "r6b1", "r7b1",
da962468 158 "", "", "", "", "", "", "", "",
cc17453a
EZ
159 };
160 if (reg_nr < 0)
161 return NULL;
162 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
163 return NULL;
164 return register_names[reg_nr];
165}
166
2d188dd3 167static const char *
d93859e2 168sh_sh2e_register_name (struct gdbarch *gdbarch, int reg_nr)
2d188dd3 169{
617daa0e
CV
170 static char *register_names[] = {
171 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
172 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
173 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
2d188dd3 174 "fpul", "fpscr",
617daa0e
CV
175 "fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7",
176 "fr8", "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
177 "", "",
2d188dd3
NC
178 "", "", "", "", "", "", "", "",
179 "", "", "", "", "", "", "", "",
da962468
CV
180 "", "", "", "", "", "", "", "",
181 };
182 if (reg_nr < 0)
183 return NULL;
184 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
185 return NULL;
186 return register_names[reg_nr];
187}
188
189static const char *
d93859e2 190sh_sh2a_register_name (struct gdbarch *gdbarch, int reg_nr)
da962468
CV
191{
192 static char *register_names[] = {
193 /* general registers 0-15 */
194 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
195 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
196 /* 16 - 22 */
197 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
198 /* 23, 24 */
199 "fpul", "fpscr",
200 /* floating point registers 25 - 40 */
201 "fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7",
202 "fr8", "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
203 /* 41, 42 */
204 "", "",
205 /* 43 - 62. Banked registers. The bank number used is determined by
206 the bank register (63). */
207 "r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b",
208 "r8b", "r9b", "r10b", "r11b", "r12b", "r13b", "r14b",
209 "machb", "ivnb", "prb", "gbrb", "maclb",
210 /* 63: register bank number, not a real register but used to
211 communicate the register bank currently get/set. This register
212 is hidden to the user, who manipulates it using the pseudo
213 register called "bank" (67). See below. */
214 "",
215 /* 64 - 66 */
216 "ibcr", "ibnr", "tbr",
217 /* 67: register bank number, the user visible pseudo register. */
218 "bank",
219 /* double precision (pseudo) 68 - 75 */
220 "dr0", "dr2", "dr4", "dr6", "dr8", "dr10", "dr12", "dr14",
221 };
222 if (reg_nr < 0)
223 return NULL;
224 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
225 return NULL;
226 return register_names[reg_nr];
227}
228
229static const char *
d93859e2 230sh_sh2a_nofpu_register_name (struct gdbarch *gdbarch, int reg_nr)
da962468
CV
231{
232 static char *register_names[] = {
233 /* general registers 0-15 */
234 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
235 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
236 /* 16 - 22 */
237 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
238 /* 23, 24 */
239 "", "",
240 /* floating point registers 25 - 40 */
241 "", "", "", "", "", "", "", "",
242 "", "", "", "", "", "", "", "",
243 /* 41, 42 */
244 "", "",
245 /* 43 - 62. Banked registers. The bank number used is determined by
246 the bank register (63). */
247 "r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b",
248 "r8b", "r9b", "r10b", "r11b", "r12b", "r13b", "r14b",
249 "machb", "ivnb", "prb", "gbrb", "maclb",
250 /* 63: register bank number, not a real register but used to
251 communicate the register bank currently get/set. This register
252 is hidden to the user, who manipulates it using the pseudo
253 register called "bank" (67). See below. */
254 "",
255 /* 64 - 66 */
256 "ibcr", "ibnr", "tbr",
257 /* 67: register bank number, the user visible pseudo register. */
258 "bank",
259 /* double precision (pseudo) 68 - 75 */
260 "", "", "", "", "", "", "", "",
2d188dd3
NC
261 };
262 if (reg_nr < 0)
263 return NULL;
264 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
265 return NULL;
266 return register_names[reg_nr];
267}
268
fa88f677 269static const char *
d93859e2 270sh_sh_dsp_register_name (struct gdbarch *gdbarch, int reg_nr)
cc17453a 271{
617daa0e
CV
272 static char *register_names[] = {
273 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
274 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
275 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
276 "", "dsr",
277 "a0g", "a0", "a1g", "a1", "m0", "m1", "x0", "x1",
278 "y0", "y1", "", "", "", "", "", "mod",
279 "", "",
280 "rs", "re", "", "", "", "", "", "",
281 "", "", "", "", "", "", "", "",
da962468 282 "", "", "", "", "", "", "", "",
cc17453a
EZ
283 };
284 if (reg_nr < 0)
285 return NULL;
286 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
287 return NULL;
288 return register_names[reg_nr];
289}
290
fa88f677 291static const char *
d93859e2 292sh_sh3_dsp_register_name (struct gdbarch *gdbarch, int reg_nr)
cc17453a 293{
617daa0e
CV
294 static char *register_names[] = {
295 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
296 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
297 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
298 "", "dsr",
299 "a0g", "a0", "a1g", "a1", "m0", "m1", "x0", "x1",
300 "y0", "y1", "", "", "", "", "", "mod",
301 "ssr", "spc",
302 "rs", "re", "", "", "", "", "", "",
026a72f8
CV
303 "r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b",
304 "", "", "", "", "", "", "", "",
da962468 305 "", "", "", "", "", "", "", "",
cc17453a
EZ
306 };
307 if (reg_nr < 0)
308 return NULL;
309 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
310 return NULL;
311 return register_names[reg_nr];
312}
313
fa88f677 314static const char *
d93859e2 315sh_sh4_register_name (struct gdbarch *gdbarch, int reg_nr)
53116e27 316{
617daa0e 317 static char *register_names[] = {
a38d2a54 318 /* general registers 0-15 */
617daa0e
CV
319 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
320 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
a38d2a54 321 /* 16 - 22 */
617daa0e 322 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
a38d2a54 323 /* 23, 24 */
53116e27 324 "fpul", "fpscr",
a38d2a54 325 /* floating point registers 25 - 40 */
617daa0e
CV
326 "fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7",
327 "fr8", "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
a38d2a54 328 /* 41, 42 */
617daa0e 329 "ssr", "spc",
a38d2a54 330 /* bank 0 43 - 50 */
53116e27 331 "r0b0", "r1b0", "r2b0", "r3b0", "r4b0", "r5b0", "r6b0", "r7b0",
a38d2a54 332 /* bank 1 51 - 58 */
53116e27 333 "r0b1", "r1b1", "r2b1", "r3b1", "r4b1", "r5b1", "r6b1", "r7b1",
da962468
CV
334 "", "", "", "", "", "", "", "",
335 /* pseudo bank register. */
336 "",
a38d2a54 337 /* double precision (pseudo) 59 - 66 */
617daa0e 338 "dr0", "dr2", "dr4", "dr6", "dr8", "dr10", "dr12", "dr14",
a38d2a54 339 /* vectors (pseudo) 67 - 70 */
617daa0e 340 "fv0", "fv4", "fv8", "fv12",
a38d2a54
EZ
341 /* FIXME: missing XF 71 - 86 */
342 /* FIXME: missing XD 87 - 94 */
53116e27
EZ
343 };
344 if (reg_nr < 0)
345 return NULL;
346 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
347 return NULL;
348 return register_names[reg_nr];
349}
350
474e5826 351static const char *
d93859e2 352sh_sh4_nofpu_register_name (struct gdbarch *gdbarch, int reg_nr)
474e5826
CV
353{
354 static char *register_names[] = {
355 /* general registers 0-15 */
356 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
357 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
358 /* 16 - 22 */
359 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
360 /* 23, 24 */
361 "", "",
362 /* floating point registers 25 - 40 -- not for nofpu target */
363 "", "", "", "", "", "", "", "",
364 "", "", "", "", "", "", "", "",
365 /* 41, 42 */
366 "ssr", "spc",
367 /* bank 0 43 - 50 */
368 "r0b0", "r1b0", "r2b0", "r3b0", "r4b0", "r5b0", "r6b0", "r7b0",
369 /* bank 1 51 - 58 */
370 "r0b1", "r1b1", "r2b1", "r3b1", "r4b1", "r5b1", "r6b1", "r7b1",
da962468
CV
371 "", "", "", "", "", "", "", "",
372 /* pseudo bank register. */
373 "",
474e5826
CV
374 /* double precision (pseudo) 59 - 66 -- not for nofpu target */
375 "", "", "", "", "", "", "", "",
376 /* vectors (pseudo) 67 - 70 -- not for nofpu target */
377 "", "", "", "",
378 };
379 if (reg_nr < 0)
380 return NULL;
381 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
382 return NULL;
383 return register_names[reg_nr];
384}
385
386static const char *
d93859e2 387sh_sh4al_dsp_register_name (struct gdbarch *gdbarch, int reg_nr)
474e5826
CV
388{
389 static char *register_names[] = {
390 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
391 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
392 "pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
393 "", "dsr",
394 "a0g", "a0", "a1g", "a1", "m0", "m1", "x0", "x1",
395 "y0", "y1", "", "", "", "", "", "mod",
396 "ssr", "spc",
397 "rs", "re", "", "", "", "", "", "",
026a72f8
CV
398 "r0b", "r1b", "r2b", "r3b", "r4b", "r5b", "r6b", "r7b",
399 "", "", "", "", "", "", "", "",
da962468 400 "", "", "", "", "", "", "", "",
474e5826
CV
401 };
402 if (reg_nr < 0)
403 return NULL;
404 if (reg_nr >= (sizeof (register_names) / sizeof (*register_names)))
405 return NULL;
406 return register_names[reg_nr];
407}
408
3117ed25 409static const unsigned char *
67d57894 410sh_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr)
cc17453a
EZ
411{
412 /* 0xc3c3 is trapa #c3, and it works in big and little endian modes */
617daa0e
CV
413 static unsigned char breakpoint[] = { 0xc3, 0xc3 };
414
bac718a6
UW
415 /* For remote stub targets, trapa #20 is used. */
416 if (strcmp (target_shortname, "remote") == 0)
417 {
418 static unsigned char big_remote_breakpoint[] = { 0xc3, 0x20 };
419 static unsigned char little_remote_breakpoint[] = { 0x20, 0xc3 };
420
67d57894 421 if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG)
bac718a6
UW
422 {
423 *lenptr = sizeof (big_remote_breakpoint);
424 return big_remote_breakpoint;
425 }
426 else
427 {
428 *lenptr = sizeof (little_remote_breakpoint);
429 return little_remote_breakpoint;
430 }
431 }
432
cc17453a
EZ
433 *lenptr = sizeof (breakpoint);
434 return breakpoint;
435}
c906108c
SS
436
437/* Prologue looks like
1c0159e0
CV
438 mov.l r14,@-r15
439 sts.l pr,@-r15
440 mov.l <regs>,@-r15
441 sub <room_for_loca_vars>,r15
442 mov r15,r14
8db62801 443
1c0159e0 444 Actually it can be more complicated than this but that's it, basically.
c5aa993b 445 */
c906108c 446
1c0159e0
CV
447#define GET_SOURCE_REG(x) (((x) >> 4) & 0xf)
448#define GET_TARGET_REG(x) (((x) >> 8) & 0xf)
449
5f883edd
FF
450/* JSR @Rm 0100mmmm00001011 */
451#define IS_JSR(x) (((x) & 0xf0ff) == 0x400b)
452
8db62801
EZ
453/* STS.L PR,@-r15 0100111100100010
454 r15-4-->r15, PR-->(r15) */
c906108c 455#define IS_STS(x) ((x) == 0x4f22)
8db62801 456
03131d99
CV
457/* STS.L MACL,@-r15 0100111100010010
458 r15-4-->r15, MACL-->(r15) */
459#define IS_MACL_STS(x) ((x) == 0x4f12)
460
8db62801
EZ
461/* MOV.L Rm,@-r15 00101111mmmm0110
462 r15-4-->r15, Rm-->(R15) */
c906108c 463#define IS_PUSH(x) (((x) & 0xff0f) == 0x2f06)
8db62801 464
8db62801
EZ
465/* MOV r15,r14 0110111011110011
466 r15-->r14 */
c906108c 467#define IS_MOV_SP_FP(x) ((x) == 0x6ef3)
8db62801
EZ
468
469/* ADD #imm,r15 01111111iiiiiiii
470 r15+imm-->r15 */
1c0159e0 471#define IS_ADD_IMM_SP(x) (((x) & 0xff00) == 0x7f00)
8db62801 472
c906108c
SS
473#define IS_MOV_R3(x) (((x) & 0xff00) == 0x1a00)
474#define IS_SHLL_R3(x) ((x) == 0x4300)
8db62801
EZ
475
476/* ADD r3,r15 0011111100111100
477 r15+r3-->r15 */
c906108c 478#define IS_ADD_R3SP(x) ((x) == 0x3f3c)
8db62801
EZ
479
480/* FMOV.S FRm,@-Rn Rn-4-->Rn, FRm-->(Rn) 1111nnnnmmmm1011
8db62801 481 FMOV DRm,@-Rn Rn-8-->Rn, DRm-->(Rn) 1111nnnnmmm01011
8db62801 482 FMOV XDm,@-Rn Rn-8-->Rn, XDm-->(Rn) 1111nnnnmmm11011 */
f2ea0907
CV
483/* CV, 2003-08-28: Only suitable with Rn == SP, therefore name changed to
484 make this entirely clear. */
1c0159e0
CV
485/* #define IS_FMOV(x) (((x) & 0xf00f) == 0xf00b) */
486#define IS_FPUSH(x) (((x) & 0xff0f) == 0xff0b)
487
488/* MOV Rm,Rn Rm-->Rn 0110nnnnmmmm0011 4 <= m <= 7 */
489#define IS_MOV_ARG_TO_REG(x) \
490 (((x) & 0xf00f) == 0x6003 && \
491 ((x) & 0x00f0) >= 0x0040 && \
492 ((x) & 0x00f0) <= 0x0070)
493/* MOV.L Rm,@Rn 0010nnnnmmmm0010 n = 14, 4 <= m <= 7 */
494#define IS_MOV_ARG_TO_IND_R14(x) \
495 (((x) & 0xff0f) == 0x2e02 && \
496 ((x) & 0x00f0) >= 0x0040 && \
497 ((x) & 0x00f0) <= 0x0070)
498/* MOV.L Rm,@(disp*4,Rn) 00011110mmmmdddd n = 14, 4 <= m <= 7 */
499#define IS_MOV_ARG_TO_IND_R14_WITH_DISP(x) \
500 (((x) & 0xff00) == 0x1e00 && \
501 ((x) & 0x00f0) >= 0x0040 && \
502 ((x) & 0x00f0) <= 0x0070)
503
504/* MOV.W @(disp*2,PC),Rn 1001nnnndddddddd */
505#define IS_MOVW_PCREL_TO_REG(x) (((x) & 0xf000) == 0x9000)
506/* MOV.L @(disp*4,PC),Rn 1101nnnndddddddd */
507#define IS_MOVL_PCREL_TO_REG(x) (((x) & 0xf000) == 0xd000)
03131d99
CV
508/* MOVI20 #imm20,Rn 0000nnnniiii0000 */
509#define IS_MOVI20(x) (((x) & 0xf00f) == 0x0000)
1c0159e0
CV
510/* SUB Rn,R15 00111111nnnn1000 */
511#define IS_SUB_REG_FROM_SP(x) (((x) & 0xff0f) == 0x3f08)
8db62801 512
1c0159e0 513#define FPSCR_SZ (1 << 20)
cc17453a 514
1c0159e0
CV
515/* The following instructions are used for epilogue testing. */
516#define IS_RESTORE_FP(x) ((x) == 0x6ef6)
517#define IS_RTS(x) ((x) == 0x000b)
518#define IS_LDS(x) ((x) == 0x4f26)
03131d99 519#define IS_MACL_LDS(x) ((x) == 0x4f16)
1c0159e0
CV
520#define IS_MOV_FP_SP(x) ((x) == 0x6fe3)
521#define IS_ADD_REG_TO_FP(x) (((x) & 0xff0f) == 0x3e0c)
522#define IS_ADD_IMM_FP(x) (((x) & 0xff00) == 0x7e00)
cc17453a 523
cc17453a 524static CORE_ADDR
e17a4113
UW
525sh_analyze_prologue (struct gdbarch *gdbarch,
526 CORE_ADDR pc, CORE_ADDR current_pc,
d2ca4222 527 struct sh_frame_cache *cache, ULONGEST fpscr)
617daa0e 528{
e17a4113 529 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
1c0159e0
CV
530 ULONGEST inst;
531 CORE_ADDR opc;
532 int offset;
533 int sav_offset = 0;
c906108c 534 int r3_val = 0;
1c0159e0 535 int reg, sav_reg = -1;
cc17453a 536
1c0159e0
CV
537 if (pc >= current_pc)
538 return current_pc;
cc17453a 539
1c0159e0 540 cache->uses_fp = 0;
cc17453a
EZ
541 for (opc = pc + (2 * 28); pc < opc; pc += 2)
542 {
e17a4113 543 inst = read_memory_unsigned_integer (pc, 2, byte_order);
cc17453a 544 /* See where the registers will be saved to */
f2ea0907 545 if (IS_PUSH (inst))
cc17453a 546 {
1c0159e0
CV
547 cache->saved_regs[GET_SOURCE_REG (inst)] = cache->sp_offset;
548 cache->sp_offset += 4;
cc17453a 549 }
f2ea0907 550 else if (IS_STS (inst))
cc17453a 551 {
1c0159e0
CV
552 cache->saved_regs[PR_REGNUM] = cache->sp_offset;
553 cache->sp_offset += 4;
cc17453a 554 }
03131d99
CV
555 else if (IS_MACL_STS (inst))
556 {
557 cache->saved_regs[MACL_REGNUM] = cache->sp_offset;
558 cache->sp_offset += 4;
559 }
f2ea0907 560 else if (IS_MOV_R3 (inst))
cc17453a 561 {
f2ea0907 562 r3_val = ((inst & 0xff) ^ 0x80) - 0x80;
cc17453a 563 }
f2ea0907 564 else if (IS_SHLL_R3 (inst))
cc17453a
EZ
565 {
566 r3_val <<= 1;
567 }
f2ea0907 568 else if (IS_ADD_R3SP (inst))
cc17453a 569 {
1c0159e0 570 cache->sp_offset += -r3_val;
cc17453a 571 }
f2ea0907 572 else if (IS_ADD_IMM_SP (inst))
cc17453a 573 {
1c0159e0
CV
574 offset = ((inst & 0xff) ^ 0x80) - 0x80;
575 cache->sp_offset -= offset;
c906108c 576 }
1c0159e0 577 else if (IS_MOVW_PCREL_TO_REG (inst))
617daa0e 578 {
1c0159e0
CV
579 if (sav_reg < 0)
580 {
581 reg = GET_TARGET_REG (inst);
582 if (reg < 14)
583 {
584 sav_reg = reg;
a2b4a96c 585 offset = (inst & 0xff) << 1;
1c0159e0 586 sav_offset =
e17a4113 587 read_memory_integer ((pc + 4) + offset, 2, byte_order);
1c0159e0
CV
588 }
589 }
c906108c 590 }
1c0159e0 591 else if (IS_MOVL_PCREL_TO_REG (inst))
617daa0e 592 {
1c0159e0
CV
593 if (sav_reg < 0)
594 {
a2b4a96c 595 reg = GET_TARGET_REG (inst);
1c0159e0
CV
596 if (reg < 14)
597 {
598 sav_reg = reg;
a2b4a96c 599 offset = (inst & 0xff) << 2;
1c0159e0 600 sav_offset =
e17a4113
UW
601 read_memory_integer (((pc & 0xfffffffc) + 4) + offset,
602 4, byte_order);
1c0159e0
CV
603 }
604 }
c906108c 605 }
03131d99
CV
606 else if (IS_MOVI20 (inst))
607 {
608 if (sav_reg < 0)
609 {
610 reg = GET_TARGET_REG (inst);
611 if (reg < 14)
612 {
613 sav_reg = reg;
614 sav_offset = GET_SOURCE_REG (inst) << 16;
615 /* MOVI20 is a 32 bit instruction! */
616 pc += 2;
e17a4113
UW
617 sav_offset
618 |= read_memory_unsigned_integer (pc, 2, byte_order);
03131d99
CV
619 /* Now sav_offset contains an unsigned 20 bit value.
620 It must still get sign extended. */
621 if (sav_offset & 0x00080000)
622 sav_offset |= 0xfff00000;
623 }
624 }
625 }
1c0159e0 626 else if (IS_SUB_REG_FROM_SP (inst))
617daa0e 627 {
1c0159e0
CV
628 reg = GET_SOURCE_REG (inst);
629 if (sav_reg > 0 && reg == sav_reg)
630 {
631 sav_reg = -1;
632 }
633 cache->sp_offset += sav_offset;
c906108c 634 }
f2ea0907 635 else if (IS_FPUSH (inst))
c906108c 636 {
d2ca4222 637 if (fpscr & FPSCR_SZ)
c906108c 638 {
1c0159e0 639 cache->sp_offset += 8;
c906108c
SS
640 }
641 else
642 {
1c0159e0 643 cache->sp_offset += 4;
c906108c
SS
644 }
645 }
f2ea0907 646 else if (IS_MOV_SP_FP (inst))
617daa0e 647 {
960ccd7d 648 cache->uses_fp = 1;
1c0159e0
CV
649 /* At this point, only allow argument register moves to other
650 registers or argument register moves to @(X,fp) which are
651 moving the register arguments onto the stack area allocated
652 by a former add somenumber to SP call. Don't allow moving
653 to an fp indirect address above fp + cache->sp_offset. */
654 pc += 2;
655 for (opc = pc + 12; pc < opc; pc += 2)
656 {
e17a4113 657 inst = read_memory_integer (pc, 2, byte_order);
1c0159e0 658 if (IS_MOV_ARG_TO_IND_R14 (inst))
617daa0e 659 {
1c0159e0
CV
660 reg = GET_SOURCE_REG (inst);
661 if (cache->sp_offset > 0)
617daa0e 662 cache->saved_regs[reg] = cache->sp_offset;
1c0159e0
CV
663 }
664 else if (IS_MOV_ARG_TO_IND_R14_WITH_DISP (inst))
617daa0e 665 {
1c0159e0
CV
666 reg = GET_SOURCE_REG (inst);
667 offset = (inst & 0xf) * 4;
668 if (cache->sp_offset > offset)
669 cache->saved_regs[reg] = cache->sp_offset - offset;
670 }
671 else if (IS_MOV_ARG_TO_REG (inst))
617daa0e 672 continue;
1c0159e0
CV
673 else
674 break;
675 }
676 break;
677 }
5f883edd
FF
678 else if (IS_JSR (inst))
679 {
680 /* We have found a jsr that has been scheduled into the prologue.
681 If we continue the scan and return a pc someplace after this,
682 then setting a breakpoint on this function will cause it to
683 appear to be called after the function it is calling via the
684 jsr, which will be very confusing. Most likely the next
685 instruction is going to be IS_MOV_SP_FP in the delay slot. If
686 so, note that before returning the current pc. */
e17a4113 687 inst = read_memory_integer (pc + 2, 2, byte_order);
5f883edd
FF
688 if (IS_MOV_SP_FP (inst))
689 cache->uses_fp = 1;
690 break;
691 }
617daa0e
CV
692#if 0 /* This used to just stop when it found an instruction that
693 was not considered part of the prologue. Now, we just
694 keep going looking for likely instructions. */
c906108c
SS
695 else
696 break;
2bfa91ee 697#endif
c906108c
SS
698 }
699
1c0159e0
CV
700 return pc;
701}
c906108c 702
1c0159e0 703/* Skip any prologue before the guts of a function */
c906108c 704
1c0159e0
CV
705/* Skip the prologue using the debug information. If this fails we'll
706 fall back on the 'guess' method below. */
707static CORE_ADDR
708after_prologue (CORE_ADDR pc)
709{
710 struct symtab_and_line sal;
711 CORE_ADDR func_addr, func_end;
c906108c 712
1c0159e0
CV
713 /* If we can not find the symbol in the partial symbol table, then
714 there is no hope we can determine the function's start address
715 with this code. */
716 if (!find_pc_partial_function (pc, NULL, &func_addr, &func_end))
717 return 0;
c906108c 718
1c0159e0
CV
719 /* Get the line associated with FUNC_ADDR. */
720 sal = find_pc_line (func_addr, 0);
721
722 /* There are only two cases to consider. First, the end of the source line
723 is within the function bounds. In that case we return the end of the
724 source line. Second is the end of the source line extends beyond the
725 bounds of the current function. We need to use the slow code to
726 examine instructions in that case. */
727 if (sal.end < func_end)
728 return sal.end;
729 else
730 return 0;
c906108c
SS
731}
732
1c0159e0 733static CORE_ADDR
6093d2eb 734sh_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
c906108c 735{
1c0159e0
CV
736 CORE_ADDR pc;
737 struct sh_frame_cache cache;
738
739 /* See if we can determine the end of the prologue via the symbol table.
740 If so, then return either PC, or the PC after the prologue, whichever
741 is greater. */
742 pc = after_prologue (start_pc);
cc17453a 743
1c0159e0
CV
744 /* If after_prologue returned a useful address, then use it. Else
745 fall back on the instruction skipping code. */
746 if (pc)
747 return max (pc, start_pc);
c906108c 748
1c0159e0 749 cache.sp_offset = -4;
e17a4113 750 pc = sh_analyze_prologue (gdbarch, start_pc, (CORE_ADDR) -1, &cache, 0);
1c0159e0
CV
751 if (!cache.uses_fp)
752 return start_pc;
c906108c 753
1c0159e0
CV
754 return pc;
755}
756
2e952408 757/* The ABI says:
9a5cef92
EZ
758
759 Aggregate types not bigger than 8 bytes that have the same size and
760 alignment as one of the integer scalar types are returned in the
761 same registers as the integer type they match.
762
763 For example, a 2-byte aligned structure with size 2 bytes has the
764 same size and alignment as a short int, and will be returned in R0.
765 A 4-byte aligned structure with size 8 bytes has the same size and
766 alignment as a long long int, and will be returned in R0 and R1.
767
768 When an aggregate type is returned in R0 and R1, R0 contains the
769 first four bytes of the aggregate, and R1 contains the
770 remainder. If the size of the aggregate type is not a multiple of 4
771 bytes, the aggregate is tail-padded up to a multiple of 4
772 bytes. The value of the padding is undefined. For little-endian
773 targets the padding will appear at the most significant end of the
774 last element, for big-endian targets the padding appears at the
775 least significant end of the last element.
776
777 All other aggregate types are returned by address. The caller
778 function passes the address of an area large enough to hold the
779 aggregate value in R2. The called function stores the result in
7fe958be 780 this location.
9a5cef92
EZ
781
782 To reiterate, structs smaller than 8 bytes could also be returned
783 in memory, if they don't pass the "same size and alignment as an
784 integer type" rule.
785
786 For example, in
787
788 struct s { char c[3]; } wibble;
789 struct s foo(void) { return wibble; }
790
791 the return value from foo() will be in memory, not
792 in R0, because there is no 3-byte integer type.
793
7fe958be
EZ
794 Similarly, in
795
796 struct s { char c[2]; } wibble;
797 struct s foo(void) { return wibble; }
798
799 because a struct containing two chars has alignment 1, that matches
800 type char, but size 2, that matches type short. There's no integer
801 type that has alignment 1 and size 2, so the struct is returned in
802 memory.
803
9a5cef92
EZ
804*/
805
1c0159e0 806static int
c055b101 807sh_use_struct_convention (int renesas_abi, struct type *type)
1c0159e0
CV
808{
809 int len = TYPE_LENGTH (type);
810 int nelem = TYPE_NFIELDS (type);
3f997a97 811
c055b101
CV
812 /* The Renesas ABI returns aggregate types always on stack. */
813 if (renesas_abi && (TYPE_CODE (type) == TYPE_CODE_STRUCT
814 || TYPE_CODE (type) == TYPE_CODE_UNION))
815 return 1;
816
3f997a97
CV
817 /* Non-power of 2 length types and types bigger than 8 bytes (which don't
818 fit in two registers anyway) use struct convention. */
819 if (len != 1 && len != 2 && len != 4 && len != 8)
820 return 1;
821
822 /* Scalar types and aggregate types with exactly one field are aligned
823 by definition. They are returned in registers. */
824 if (nelem <= 1)
825 return 0;
826
827 /* If the first field in the aggregate has the same length as the entire
828 aggregate type, the type is returned in registers. */
829 if (TYPE_LENGTH (TYPE_FIELD_TYPE (type, 0)) == len)
830 return 0;
831
832 /* If the size of the aggregate is 8 bytes and the first field is
833 of size 4 bytes its alignment is equal to long long's alignment,
834 so it's returned in registers. */
835 if (len == 8 && TYPE_LENGTH (TYPE_FIELD_TYPE (type, 0)) == 4)
836 return 0;
837
838 /* Otherwise use struct convention. */
839 return 1;
283150cd
EZ
840}
841
c055b101
CV
842static int
843sh_use_struct_convention_nofpu (int renesas_abi, struct type *type)
844{
845 /* The Renesas ABI returns long longs/doubles etc. always on stack. */
846 if (renesas_abi && TYPE_NFIELDS (type) == 0 && TYPE_LENGTH (type) >= 8)
847 return 1;
848 return sh_use_struct_convention (renesas_abi, type);
849}
850
19f59343
MS
851static CORE_ADDR
852sh_frame_align (struct gdbarch *ignore, CORE_ADDR sp)
853{
854 return sp & ~3;
855}
856
55ff77ac 857/* Function: push_dummy_call (formerly push_arguments)
c906108c
SS
858 Setup the function arguments for calling a function in the inferior.
859
85a453d5 860 On the Renesas SH architecture, there are four registers (R4 to R7)
c906108c
SS
861 which are dedicated for passing function arguments. Up to the first
862 four arguments (depending on size) may go into these registers.
863 The rest go on the stack.
864
6df2bf50
MS
865 MVS: Except on SH variants that have floating point registers.
866 In that case, float and double arguments are passed in the same
867 manner, but using FP registers instead of GP registers.
868
c906108c
SS
869 Arguments that are smaller than 4 bytes will still take up a whole
870 register or a whole 32-bit word on the stack, and will be
871 right-justified in the register or the stack word. This includes
872 chars, shorts, and small aggregate types.
873
874 Arguments that are larger than 4 bytes may be split between two or
875 more registers. If there are not enough registers free, an argument
876 may be passed partly in a register (or registers), and partly on the
877 stack. This includes doubles, long longs, and larger aggregates.
878 As far as I know, there is no upper limit to the size of aggregates
879 that will be passed in this way; in other words, the convention of
880 passing a pointer to a large aggregate instead of a copy is not used.
881
6df2bf50 882 MVS: The above appears to be true for the SH variants that do not
55ff77ac 883 have an FPU, however those that have an FPU appear to copy the
6df2bf50
MS
884 aggregate argument onto the stack (and not place it in registers)
885 if it is larger than 16 bytes (four GP registers).
886
c906108c
SS
887 An exceptional case exists for struct arguments (and possibly other
888 aggregates such as arrays) if the size is larger than 4 bytes but
889 not a multiple of 4 bytes. In this case the argument is never split
890 between the registers and the stack, but instead is copied in its
891 entirety onto the stack, AND also copied into as many registers as
892 there is room for. In other words, space in registers permitting,
893 two copies of the same argument are passed in. As far as I can tell,
894 only the one on the stack is used, although that may be a function
895 of the level of compiler optimization. I suspect this is a compiler
896 bug. Arguments of these odd sizes are left-justified within the
897 word (as opposed to arguments smaller than 4 bytes, which are
898 right-justified).
c5aa993b 899
c906108c
SS
900 If the function is to return an aggregate type such as a struct, it
901 is either returned in the normal return value register R0 (if its
902 size is no greater than one byte), or else the caller must allocate
903 space into which the callee will copy the return value (if the size
904 is greater than one byte). In this case, a pointer to the return
905 value location is passed into the callee in register R2, which does
906 not displace any of the other arguments passed in via registers R4
907 to R7. */
908
e5e33cd9
CV
909/* Helper function to justify value in register according to endianess. */
910static char *
d93859e2 911sh_justify_value_in_reg (struct gdbarch *gdbarch, struct value *val, int len)
e5e33cd9
CV
912{
913 static char valbuf[4];
914
617daa0e 915 memset (valbuf, 0, sizeof (valbuf));
e5e33cd9
CV
916 if (len < 4)
917 {
918 /* value gets right-justified in the register or stack word */
d93859e2 919 if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG)
0fd88904 920 memcpy (valbuf + (4 - len), (char *) value_contents (val), len);
e5e33cd9 921 else
0fd88904 922 memcpy (valbuf, (char *) value_contents (val), len);
e5e33cd9
CV
923 return valbuf;
924 }
0fd88904 925 return (char *) value_contents (val);
617daa0e 926}
e5e33cd9
CV
927
928/* Helper function to eval number of bytes to allocate on stack. */
929static CORE_ADDR
930sh_stack_allocsize (int nargs, struct value **args)
931{
932 int stack_alloc = 0;
933 while (nargs-- > 0)
4991999e 934 stack_alloc += ((TYPE_LENGTH (value_type (args[nargs])) + 3) & ~3);
e5e33cd9
CV
935 return stack_alloc;
936}
937
938/* Helper functions for getting the float arguments right. Registers usage
939 depends on the ABI and the endianess. The comments should enlighten how
940 it's intended to work. */
941
942/* This array stores which of the float arg registers are already in use. */
943static int flt_argreg_array[FLOAT_ARGLAST_REGNUM - FLOAT_ARG0_REGNUM + 1];
944
945/* This function just resets the above array to "no reg used so far". */
946static void
947sh_init_flt_argreg (void)
948{
949 memset (flt_argreg_array, 0, sizeof flt_argreg_array);
950}
951
952/* This function returns the next register to use for float arg passing.
953 It returns either a valid value between FLOAT_ARG0_REGNUM and
954 FLOAT_ARGLAST_REGNUM if a register is available, otherwise it returns
955 FLOAT_ARGLAST_REGNUM + 1 to indicate that no register is available.
956
957 Note that register number 0 in flt_argreg_array corresponds with the
958 real float register fr4. In contrast to FLOAT_ARG0_REGNUM (value is
959 29) the parity of the register number is preserved, which is important
960 for the double register passing test (see the "argreg & 1" test below). */
961static int
c055b101 962sh_next_flt_argreg (struct gdbarch *gdbarch, int len, struct type *func_type)
e5e33cd9
CV
963{
964 int argreg;
965
966 /* First search for the next free register. */
617daa0e
CV
967 for (argreg = 0; argreg <= FLOAT_ARGLAST_REGNUM - FLOAT_ARG0_REGNUM;
968 ++argreg)
e5e33cd9
CV
969 if (!flt_argreg_array[argreg])
970 break;
971
972 /* No register left? */
973 if (argreg > FLOAT_ARGLAST_REGNUM - FLOAT_ARG0_REGNUM)
974 return FLOAT_ARGLAST_REGNUM + 1;
975
976 if (len == 8)
977 {
978 /* Doubles are always starting in a even register number. */
979 if (argreg & 1)
617daa0e 980 {
c055b101
CV
981 /* In gcc ABI, the skipped register is lost for further argument
982 passing now. Not so in Renesas ABI. */
983 if (!sh_is_renesas_calling_convention (func_type))
984 flt_argreg_array[argreg] = 1;
e5e33cd9
CV
985
986 ++argreg;
987
617daa0e 988 /* No register left? */
e5e33cd9
CV
989 if (argreg > FLOAT_ARGLAST_REGNUM - FLOAT_ARG0_REGNUM)
990 return FLOAT_ARGLAST_REGNUM + 1;
991 }
992 /* Also mark the next register as used. */
993 flt_argreg_array[argreg + 1] = 1;
994 }
c055b101
CV
995 else if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE
996 && !sh_is_renesas_calling_convention (func_type))
e5e33cd9
CV
997 {
998 /* In little endian, gcc passes floats like this: f5, f4, f7, f6, ... */
999 if (!flt_argreg_array[argreg + 1])
1000 ++argreg;
1001 }
1002 flt_argreg_array[argreg] = 1;
1003 return FLOAT_ARG0_REGNUM + argreg;
1004}
1005
afce3d2a
CV
1006/* Helper function which figures out, if a type is treated like a float type.
1007
2e952408 1008 The FPU ABIs have a special way how to treat types as float types.
afce3d2a
CV
1009 Structures with exactly one member, which is of type float or double, are
1010 treated exactly as the base types float or double:
1011
1012 struct sf {
1013 float f;
1014 };
1015
1016 struct sd {
1017 double d;
1018 };
1019
1020 are handled the same way as just
1021
1022 float f;
1023
1024 double d;
1025
1026 As a result, arguments of these struct types are pushed into floating point
1027 registers exactly as floats or doubles, using the same decision algorithm.
1028
1029 The same is valid if these types are used as function return types. The
1030 above structs are returned in fr0 resp. fr0,fr1 instead of in r0, r0,r1
1031 or even using struct convention as it is for other structs. */
1032
1033static int
1034sh_treat_as_flt_p (struct type *type)
1035{
1036 int len = TYPE_LENGTH (type);
1037
1038 /* Ordinary float types are obviously treated as float. */
1039 if (TYPE_CODE (type) == TYPE_CODE_FLT)
1040 return 1;
1041 /* Otherwise non-struct types are not treated as float. */
1042 if (TYPE_CODE (type) != TYPE_CODE_STRUCT)
1043 return 0;
1044 /* Otherwise structs with more than one memeber are not treated as float. */
1045 if (TYPE_NFIELDS (type) != 1)
1046 return 0;
1047 /* Otherwise if the type of that member is float, the whole type is
1048 treated as float. */
1049 if (TYPE_CODE (TYPE_FIELD_TYPE (type, 0)) == TYPE_CODE_FLT)
1050 return 1;
1051 /* Otherwise it's not treated as float. */
1052 return 0;
1053}
1054
cc17453a 1055static CORE_ADDR
617daa0e 1056sh_push_dummy_call_fpu (struct gdbarch *gdbarch,
7d9b040b 1057 struct value *function,
617daa0e 1058 struct regcache *regcache,
6df2bf50 1059 CORE_ADDR bp_addr, int nargs,
617daa0e 1060 struct value **args,
6df2bf50
MS
1061 CORE_ADDR sp, int struct_return,
1062 CORE_ADDR struct_addr)
1063{
e17a4113 1064 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
e5e33cd9
CV
1065 int stack_offset = 0;
1066 int argreg = ARG0_REGNUM;
8748518b 1067 int flt_argreg = 0;
6df2bf50 1068 int argnum;
c055b101 1069 struct type *func_type = value_type (function);
6df2bf50
MS
1070 struct type *type;
1071 CORE_ADDR regval;
1072 char *val;
8748518b 1073 int len, reg_size = 0;
afce3d2a
CV
1074 int pass_on_stack = 0;
1075 int treat_as_flt;
c055b101
CV
1076 int last_reg_arg = INT_MAX;
1077
1078 /* The Renesas ABI expects all varargs arguments, plus the last
1079 non-vararg argument to be on the stack, no matter how many
1080 registers have been used so far. */
1081 if (sh_is_renesas_calling_convention (func_type)
876cecd0 1082 && TYPE_VARARGS (func_type))
c055b101 1083 last_reg_arg = TYPE_NFIELDS (func_type) - 2;
6df2bf50
MS
1084
1085 /* first force sp to a 4-byte alignment */
1086 sp = sh_frame_align (gdbarch, sp);
1087
e5e33cd9
CV
1088 /* make room on stack for args */
1089 sp -= sh_stack_allocsize (nargs, args);
1090
1091 /* Initialize float argument mechanism. */
1092 sh_init_flt_argreg ();
6df2bf50
MS
1093
1094 /* Now load as many as possible of the first arguments into
1095 registers, and push the rest onto the stack. There are 16 bytes
1096 in four registers available. Loop thru args from first to last. */
e5e33cd9 1097 for (argnum = 0; argnum < nargs; argnum++)
6df2bf50 1098 {
4991999e 1099 type = value_type (args[argnum]);
6df2bf50 1100 len = TYPE_LENGTH (type);
d93859e2 1101 val = sh_justify_value_in_reg (gdbarch, args[argnum], len);
e5e33cd9
CV
1102
1103 /* Some decisions have to be made how various types are handled.
1104 This also differs in different ABIs. */
1105 pass_on_stack = 0;
e5e33cd9
CV
1106
1107 /* Find out the next register to use for a floating point value. */
afce3d2a
CV
1108 treat_as_flt = sh_treat_as_flt_p (type);
1109 if (treat_as_flt)
c055b101
CV
1110 flt_argreg = sh_next_flt_argreg (gdbarch, len, func_type);
1111 /* In Renesas ABI, long longs and aggregate types are always passed
1112 on stack. */
1113 else if (sh_is_renesas_calling_convention (func_type)
1114 && ((TYPE_CODE (type) == TYPE_CODE_INT && len == 8)
1115 || TYPE_CODE (type) == TYPE_CODE_STRUCT
1116 || TYPE_CODE (type) == TYPE_CODE_UNION))
1117 pass_on_stack = 1;
afce3d2a
CV
1118 /* In contrast to non-FPU CPUs, arguments are never split between
1119 registers and stack. If an argument doesn't fit in the remaining
1120 registers it's always pushed entirely on the stack. */
1121 else if (len > ((ARGLAST_REGNUM - argreg + 1) * 4))
1122 pass_on_stack = 1;
48db5a3c 1123
6df2bf50
MS
1124 while (len > 0)
1125 {
afce3d2a
CV
1126 if ((treat_as_flt && flt_argreg > FLOAT_ARGLAST_REGNUM)
1127 || (!treat_as_flt && (argreg > ARGLAST_REGNUM
c055b101
CV
1128 || pass_on_stack))
1129 || argnum > last_reg_arg)
617daa0e 1130 {
afce3d2a 1131 /* The data goes entirely on the stack, 4-byte aligned. */
e5e33cd9
CV
1132 reg_size = (len + 3) & ~3;
1133 write_memory (sp + stack_offset, val, reg_size);
1134 stack_offset += reg_size;
6df2bf50 1135 }
afce3d2a 1136 else if (treat_as_flt && flt_argreg <= FLOAT_ARGLAST_REGNUM)
6df2bf50 1137 {
e5e33cd9
CV
1138 /* Argument goes in a float argument register. */
1139 reg_size = register_size (gdbarch, flt_argreg);
e17a4113 1140 regval = extract_unsigned_integer (val, reg_size, byte_order);
2e952408
CV
1141 /* In little endian mode, float types taking two registers
1142 (doubles on sh4, long doubles on sh2e, sh3e and sh4) must
1143 be stored swapped in the argument registers. The below
1144 code first writes the first 32 bits in the next but one
1145 register, increments the val and len values accordingly
1146 and then proceeds as normal by writing the second 32 bits
1147 into the next register. */
b47193f7 1148 if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE
2e952408
CV
1149 && TYPE_LENGTH (type) == 2 * reg_size)
1150 {
1151 regcache_cooked_write_unsigned (regcache, flt_argreg + 1,
1152 regval);
1153 val += reg_size;
1154 len -= reg_size;
e17a4113 1155 regval = extract_unsigned_integer (val, reg_size, byte_order);
2e952408 1156 }
6df2bf50
MS
1157 regcache_cooked_write_unsigned (regcache, flt_argreg++, regval);
1158 }
afce3d2a 1159 else if (!treat_as_flt && argreg <= ARGLAST_REGNUM)
e5e33cd9 1160 {
6df2bf50 1161 /* there's room in a register */
e5e33cd9 1162 reg_size = register_size (gdbarch, argreg);
e17a4113 1163 regval = extract_unsigned_integer (val, reg_size, byte_order);
6df2bf50
MS
1164 regcache_cooked_write_unsigned (regcache, argreg++, regval);
1165 }
afce3d2a 1166 /* Store the value one register at a time or in one step on stack. */
e5e33cd9
CV
1167 len -= reg_size;
1168 val += reg_size;
6df2bf50
MS
1169 }
1170 }
1171
c055b101
CV
1172 if (struct_return)
1173 {
1174 if (sh_is_renesas_calling_convention (func_type))
1175 /* If the function uses the Renesas ABI, subtract another 4 bytes from
1176 the stack and store the struct return address there. */
e17a4113 1177 write_memory_unsigned_integer (sp -= 4, 4, byte_order, struct_addr);
c055b101
CV
1178 else
1179 /* Using the gcc ABI, the "struct return pointer" pseudo-argument has
1180 its own dedicated register. */
1181 regcache_cooked_write_unsigned (regcache,
1182 STRUCT_RETURN_REGNUM, struct_addr);
1183 }
1184
6df2bf50 1185 /* Store return address. */
55ff77ac 1186 regcache_cooked_write_unsigned (regcache, PR_REGNUM, bp_addr);
6df2bf50
MS
1187
1188 /* Update stack pointer. */
3e8c568d 1189 regcache_cooked_write_unsigned (regcache,
b47193f7 1190 gdbarch_sp_regnum (gdbarch), sp);
6df2bf50
MS
1191
1192 return sp;
1193}
1194
1195static CORE_ADDR
617daa0e 1196sh_push_dummy_call_nofpu (struct gdbarch *gdbarch,
7d9b040b 1197 struct value *function,
617daa0e
CV
1198 struct regcache *regcache,
1199 CORE_ADDR bp_addr,
1200 int nargs, struct value **args,
1201 CORE_ADDR sp, int struct_return,
6df2bf50 1202 CORE_ADDR struct_addr)
c906108c 1203{
e17a4113 1204 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
e5e33cd9
CV
1205 int stack_offset = 0;
1206 int argreg = ARG0_REGNUM;
c906108c 1207 int argnum;
c055b101 1208 struct type *func_type = value_type (function);
c906108c
SS
1209 struct type *type;
1210 CORE_ADDR regval;
1211 char *val;
c055b101
CV
1212 int len, reg_size = 0;
1213 int pass_on_stack = 0;
1214 int last_reg_arg = INT_MAX;
1215
1216 /* The Renesas ABI expects all varargs arguments, plus the last
1217 non-vararg argument to be on the stack, no matter how many
1218 registers have been used so far. */
1219 if (sh_is_renesas_calling_convention (func_type)
876cecd0 1220 && TYPE_VARARGS (func_type))
c055b101 1221 last_reg_arg = TYPE_NFIELDS (func_type) - 2;
c906108c
SS
1222
1223 /* first force sp to a 4-byte alignment */
19f59343 1224 sp = sh_frame_align (gdbarch, sp);
c906108c 1225
e5e33cd9
CV
1226 /* make room on stack for args */
1227 sp -= sh_stack_allocsize (nargs, args);
c906108c 1228
c906108c
SS
1229 /* Now load as many as possible of the first arguments into
1230 registers, and push the rest onto the stack. There are 16 bytes
1231 in four registers available. Loop thru args from first to last. */
e5e33cd9 1232 for (argnum = 0; argnum < nargs; argnum++)
617daa0e 1233 {
4991999e 1234 type = value_type (args[argnum]);
c5aa993b 1235 len = TYPE_LENGTH (type);
d93859e2 1236 val = sh_justify_value_in_reg (gdbarch, args[argnum], len);
c906108c 1237
c055b101
CV
1238 /* Some decisions have to be made how various types are handled.
1239 This also differs in different ABIs. */
1240 pass_on_stack = 0;
1241 /* Renesas ABI pushes doubles and long longs entirely on stack.
1242 Same goes for aggregate types. */
1243 if (sh_is_renesas_calling_convention (func_type)
1244 && ((TYPE_CODE (type) == TYPE_CODE_INT && len >= 8)
1245 || (TYPE_CODE (type) == TYPE_CODE_FLT && len >= 8)
1246 || TYPE_CODE (type) == TYPE_CODE_STRUCT
1247 || TYPE_CODE (type) == TYPE_CODE_UNION))
1248 pass_on_stack = 1;
c906108c
SS
1249 while (len > 0)
1250 {
c055b101
CV
1251 if (argreg > ARGLAST_REGNUM || pass_on_stack
1252 || argnum > last_reg_arg)
617daa0e 1253 {
e5e33cd9
CV
1254 /* The remainder of the data goes entirely on the stack,
1255 4-byte aligned. */
1256 reg_size = (len + 3) & ~3;
1257 write_memory (sp + stack_offset, val, reg_size);
617daa0e 1258 stack_offset += reg_size;
c906108c 1259 }
e5e33cd9 1260 else if (argreg <= ARGLAST_REGNUM)
617daa0e 1261 {
3bbfbb92 1262 /* there's room in a register */
e5e33cd9 1263 reg_size = register_size (gdbarch, argreg);
e17a4113 1264 regval = extract_unsigned_integer (val, reg_size, byte_order);
48db5a3c 1265 regcache_cooked_write_unsigned (regcache, argreg++, regval);
c906108c 1266 }
e5e33cd9
CV
1267 /* Store the value reg_size bytes at a time. This means that things
1268 larger than reg_size bytes may go partly in registers and partly
c906108c 1269 on the stack. */
e5e33cd9
CV
1270 len -= reg_size;
1271 val += reg_size;
c906108c
SS
1272 }
1273 }
48db5a3c 1274
c055b101
CV
1275 if (struct_return)
1276 {
1277 if (sh_is_renesas_calling_convention (func_type))
1278 /* If the function uses the Renesas ABI, subtract another 4 bytes from
1279 the stack and store the struct return address there. */
e17a4113 1280 write_memory_unsigned_integer (sp -= 4, 4, byte_order, struct_addr);
c055b101
CV
1281 else
1282 /* Using the gcc ABI, the "struct return pointer" pseudo-argument has
1283 its own dedicated register. */
1284 regcache_cooked_write_unsigned (regcache,
1285 STRUCT_RETURN_REGNUM, struct_addr);
1286 }
1287
48db5a3c 1288 /* Store return address. */
55ff77ac 1289 regcache_cooked_write_unsigned (regcache, PR_REGNUM, bp_addr);
48db5a3c
CV
1290
1291 /* Update stack pointer. */
3e8c568d 1292 regcache_cooked_write_unsigned (regcache,
b47193f7 1293 gdbarch_sp_regnum (gdbarch), sp);
48db5a3c 1294
c906108c
SS
1295 return sp;
1296}
1297
cc17453a
EZ
1298/* Find a function's return value in the appropriate registers (in
1299 regbuf), and copy it into valbuf. Extract from an array REGBUF
1300 containing the (raw) register state a function return value of type
1301 TYPE, and copy that, in virtual format, into VALBUF. */
1302static void
3ffc5b9b
CV
1303sh_extract_return_value_nofpu (struct type *type, struct regcache *regcache,
1304 void *valbuf)
c906108c 1305{
e17a4113
UW
1306 struct gdbarch *gdbarch = get_regcache_arch (regcache);
1307 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
cc17453a 1308 int len = TYPE_LENGTH (type);
3116c80a
EZ
1309 int return_register = R0_REGNUM;
1310 int offset;
617daa0e 1311
cc17453a 1312 if (len <= 4)
3116c80a 1313 {
48db5a3c
CV
1314 ULONGEST c;
1315
1316 regcache_cooked_read_unsigned (regcache, R0_REGNUM, &c);
e17a4113 1317 store_unsigned_integer (valbuf, len, byte_order, c);
3116c80a 1318 }
48db5a3c 1319 else if (len == 8)
3116c80a 1320 {
48db5a3c
CV
1321 int i, regnum = R0_REGNUM;
1322 for (i = 0; i < len; i += 4)
617daa0e 1323 regcache_raw_read (regcache, regnum++, (char *) valbuf + i);
3116c80a
EZ
1324 }
1325 else
8a3fe4f8 1326 error (_("bad size for return value"));
3116c80a
EZ
1327}
1328
1329static void
3ffc5b9b
CV
1330sh_extract_return_value_fpu (struct type *type, struct regcache *regcache,
1331 void *valbuf)
3116c80a 1332{
d93859e2 1333 struct gdbarch *gdbarch = get_regcache_arch (regcache);
afce3d2a 1334 if (sh_treat_as_flt_p (type))
3116c80a 1335 {
48db5a3c 1336 int len = TYPE_LENGTH (type);
d93859e2 1337 int i, regnum = gdbarch_fp0_regnum (gdbarch);
48db5a3c 1338 for (i = 0; i < len; i += 4)
d93859e2 1339 if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE)
2e952408
CV
1340 regcache_raw_read (regcache, regnum++, (char *) valbuf + len - 4 - i);
1341 else
1342 regcache_raw_read (regcache, regnum++, (char *) valbuf + i);
3116c80a 1343 }
cc17453a 1344 else
3ffc5b9b 1345 sh_extract_return_value_nofpu (type, regcache, valbuf);
cc17453a 1346}
c906108c 1347
cc17453a
EZ
1348/* Write into appropriate registers a function return value
1349 of type TYPE, given in virtual format.
1350 If the architecture is sh4 or sh3e, store a function's return value
1351 in the R0 general register or in the FP0 floating point register,
1352 depending on the type of the return value. In all the other cases
3bbfbb92 1353 the result is stored in r0, left-justified. */
cc17453a 1354static void
3ffc5b9b
CV
1355sh_store_return_value_nofpu (struct type *type, struct regcache *regcache,
1356 const void *valbuf)
cc17453a 1357{
e17a4113
UW
1358 struct gdbarch *gdbarch = get_regcache_arch (regcache);
1359 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
48db5a3c
CV
1360 ULONGEST val;
1361 int len = TYPE_LENGTH (type);
d19b71be 1362
48db5a3c 1363 if (len <= 4)
d19b71be 1364 {
e17a4113 1365 val = extract_unsigned_integer (valbuf, len, byte_order);
48db5a3c 1366 regcache_cooked_write_unsigned (regcache, R0_REGNUM, val);
d19b71be
MS
1367 }
1368 else
48db5a3c
CV
1369 {
1370 int i, regnum = R0_REGNUM;
1371 for (i = 0; i < len; i += 4)
617daa0e 1372 regcache_raw_write (regcache, regnum++, (char *) valbuf + i);
48db5a3c 1373 }
cc17453a 1374}
c906108c 1375
cc17453a 1376static void
3ffc5b9b
CV
1377sh_store_return_value_fpu (struct type *type, struct regcache *regcache,
1378 const void *valbuf)
cc17453a 1379{
d93859e2 1380 struct gdbarch *gdbarch = get_regcache_arch (regcache);
afce3d2a 1381 if (sh_treat_as_flt_p (type))
48db5a3c
CV
1382 {
1383 int len = TYPE_LENGTH (type);
d93859e2 1384 int i, regnum = gdbarch_fp0_regnum (gdbarch);
48db5a3c 1385 for (i = 0; i < len; i += 4)
d93859e2 1386 if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_LITTLE)
c8a3b559
CV
1387 regcache_raw_write (regcache, regnum++,
1388 (char *) valbuf + len - 4 - i);
1389 else
1390 regcache_raw_write (regcache, regnum++, (char *) valbuf + i);
48db5a3c 1391 }
cc17453a 1392 else
3ffc5b9b 1393 sh_store_return_value_nofpu (type, regcache, valbuf);
c906108c
SS
1394}
1395
c0409442 1396static enum return_value_convention
c055b101
CV
1397sh_return_value_nofpu (struct gdbarch *gdbarch, struct type *func_type,
1398 struct type *type, struct regcache *regcache,
18cf8b5b 1399 gdb_byte *readbuf, const gdb_byte *writebuf)
c0409442 1400{
c055b101
CV
1401 if (sh_use_struct_convention_nofpu (
1402 sh_is_renesas_calling_convention (func_type), type))
c0409442
CV
1403 return RETURN_VALUE_STRUCT_CONVENTION;
1404 if (writebuf)
3ffc5b9b 1405 sh_store_return_value_nofpu (type, regcache, writebuf);
c0409442 1406 else if (readbuf)
3ffc5b9b 1407 sh_extract_return_value_nofpu (type, regcache, readbuf);
c0409442
CV
1408 return RETURN_VALUE_REGISTER_CONVENTION;
1409}
1410
1411static enum return_value_convention
c055b101
CV
1412sh_return_value_fpu (struct gdbarch *gdbarch, struct type *func_type,
1413 struct type *type, struct regcache *regcache,
18cf8b5b 1414 gdb_byte *readbuf, const gdb_byte *writebuf)
c0409442 1415{
c055b101
CV
1416 if (sh_use_struct_convention (
1417 sh_is_renesas_calling_convention (func_type), type))
c0409442
CV
1418 return RETURN_VALUE_STRUCT_CONVENTION;
1419 if (writebuf)
3ffc5b9b 1420 sh_store_return_value_fpu (type, regcache, writebuf);
c0409442 1421 else if (readbuf)
3ffc5b9b 1422 sh_extract_return_value_fpu (type, regcache, readbuf);
c0409442
CV
1423 return RETURN_VALUE_REGISTER_CONVENTION;
1424}
1425
c906108c
SS
1426/* Print the registers in a form similar to the E7000 */
1427
1428static void
c458d6db 1429sh_generic_show_regs (struct frame_info *frame)
c906108c 1430{
c458d6db
UW
1431 printf_filtered
1432 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1433 phex (get_frame_register_unsigned (frame,
1434 gdbarch_pc_regnum
1435 (get_frame_arch (frame))), 4),
c458d6db
UW
1436 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1437 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1438 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
cc17453a 1439
c458d6db
UW
1440 printf_filtered
1441 (" GBR %08lx VBR %08lx MACL %08lx\n",
1442 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1443 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1444 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
cc17453a 1445
617daa0e 1446 printf_filtered
a6b0a3f3 1447 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
c458d6db
UW
1448 (long) get_frame_register_unsigned (frame, 0),
1449 (long) get_frame_register_unsigned (frame, 1),
1450 (long) get_frame_register_unsigned (frame, 2),
1451 (long) get_frame_register_unsigned (frame, 3),
1452 (long) get_frame_register_unsigned (frame, 4),
1453 (long) get_frame_register_unsigned (frame, 5),
1454 (long) get_frame_register_unsigned (frame, 6),
1455 (long) get_frame_register_unsigned (frame, 7));
1456 printf_filtered
1457 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1458 (long) get_frame_register_unsigned (frame, 8),
1459 (long) get_frame_register_unsigned (frame, 9),
1460 (long) get_frame_register_unsigned (frame, 10),
1461 (long) get_frame_register_unsigned (frame, 11),
1462 (long) get_frame_register_unsigned (frame, 12),
1463 (long) get_frame_register_unsigned (frame, 13),
1464 (long) get_frame_register_unsigned (frame, 14),
1465 (long) get_frame_register_unsigned (frame, 15));
cc17453a 1466}
c906108c 1467
cc17453a 1468static void
c458d6db 1469sh3_show_regs (struct frame_info *frame)
cc17453a 1470{
c458d6db
UW
1471 printf_filtered
1472 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1473 phex (get_frame_register_unsigned (frame,
1474 gdbarch_pc_regnum
1475 (get_frame_arch (frame))), 4),
c458d6db
UW
1476 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1477 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1478 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
1479
1480 printf_filtered
1481 (" GBR %08lx VBR %08lx MACL %08lx\n",
1482 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1483 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1484 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
1485 printf_filtered
1486 (" SSR %08lx SPC %08lx\n",
1487 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
1488 (long) get_frame_register_unsigned (frame, SPC_REGNUM));
c906108c 1489
617daa0e 1490 printf_filtered
a6b0a3f3 1491 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
c458d6db
UW
1492 (long) get_frame_register_unsigned (frame, 0),
1493 (long) get_frame_register_unsigned (frame, 1),
1494 (long) get_frame_register_unsigned (frame, 2),
1495 (long) get_frame_register_unsigned (frame, 3),
1496 (long) get_frame_register_unsigned (frame, 4),
1497 (long) get_frame_register_unsigned (frame, 5),
1498 (long) get_frame_register_unsigned (frame, 6),
1499 (long) get_frame_register_unsigned (frame, 7));
1500 printf_filtered
1501 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1502 (long) get_frame_register_unsigned (frame, 8),
1503 (long) get_frame_register_unsigned (frame, 9),
1504 (long) get_frame_register_unsigned (frame, 10),
1505 (long) get_frame_register_unsigned (frame, 11),
1506 (long) get_frame_register_unsigned (frame, 12),
1507 (long) get_frame_register_unsigned (frame, 13),
1508 (long) get_frame_register_unsigned (frame, 14),
1509 (long) get_frame_register_unsigned (frame, 15));
c906108c
SS
1510}
1511
2d188dd3 1512static void
c458d6db 1513sh2e_show_regs (struct frame_info *frame)
2d188dd3 1514{
b47193f7 1515 struct gdbarch *gdbarch = get_frame_arch (frame);
c458d6db
UW
1516 printf_filtered
1517 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1518 phex (get_frame_register_unsigned (frame,
1519 gdbarch_pc_regnum (gdbarch)), 4),
c458d6db
UW
1520 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1521 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1522 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
1523
1524 printf_filtered
1525 (" GBR %08lx VBR %08lx MACL %08lx\n",
1526 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1527 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1528 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
1529 printf_filtered
1530 (" SSR %08lx SPC %08lx FPUL %08lx FPSCR %08lx\n",
1531 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
1532 (long) get_frame_register_unsigned (frame, SPC_REGNUM),
1533 (long) get_frame_register_unsigned (frame, FPUL_REGNUM),
1534 (long) get_frame_register_unsigned (frame, FPSCR_REGNUM));
617daa0e
CV
1535
1536 printf_filtered
a6b0a3f3 1537 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
c458d6db
UW
1538 (long) get_frame_register_unsigned (frame, 0),
1539 (long) get_frame_register_unsigned (frame, 1),
1540 (long) get_frame_register_unsigned (frame, 2),
1541 (long) get_frame_register_unsigned (frame, 3),
1542 (long) get_frame_register_unsigned (frame, 4),
1543 (long) get_frame_register_unsigned (frame, 5),
1544 (long) get_frame_register_unsigned (frame, 6),
1545 (long) get_frame_register_unsigned (frame, 7));
1546 printf_filtered
1547 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1548 (long) get_frame_register_unsigned (frame, 8),
1549 (long) get_frame_register_unsigned (frame, 9),
1550 (long) get_frame_register_unsigned (frame, 10),
1551 (long) get_frame_register_unsigned (frame, 11),
1552 (long) get_frame_register_unsigned (frame, 12),
1553 (long) get_frame_register_unsigned (frame, 13),
1554 (long) get_frame_register_unsigned (frame, 14),
1555 (long) get_frame_register_unsigned (frame, 15));
1556
1557 printf_filtered
1558 ("FP0-FP7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 1559 (long) get_frame_register_unsigned
b47193f7 1560 (frame, gdbarch_fp0_regnum (gdbarch) + 0),
3e8c568d 1561 (long) get_frame_register_unsigned
b47193f7 1562 (frame, gdbarch_fp0_regnum (gdbarch) + 1),
3e8c568d 1563 (long) get_frame_register_unsigned
b47193f7 1564 (frame, gdbarch_fp0_regnum (gdbarch) + 2),
3e8c568d 1565 (long) get_frame_register_unsigned
b47193f7 1566 (frame, gdbarch_fp0_regnum (gdbarch) + 3),
3e8c568d 1567 (long) get_frame_register_unsigned
b47193f7 1568 (frame, gdbarch_fp0_regnum (gdbarch) + 4),
3e8c568d 1569 (long) get_frame_register_unsigned
b47193f7 1570 (frame, gdbarch_fp0_regnum (gdbarch) + 5),
3e8c568d 1571 (long) get_frame_register_unsigned
b47193f7 1572 (frame, gdbarch_fp0_regnum (gdbarch) + 6),
3e8c568d 1573 (long) get_frame_register_unsigned
b47193f7 1574 (frame, gdbarch_fp0_regnum (gdbarch) + 7));
c458d6db
UW
1575 printf_filtered
1576 ("FP8-FP15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 1577 (long) get_frame_register_unsigned
b47193f7 1578 (frame, gdbarch_fp0_regnum (gdbarch) + 8),
3e8c568d 1579 (long) get_frame_register_unsigned
b47193f7 1580 (frame, gdbarch_fp0_regnum (gdbarch) + 9),
3e8c568d 1581 (long) get_frame_register_unsigned
b47193f7 1582 (frame, gdbarch_fp0_regnum (gdbarch) + 10),
3e8c568d 1583 (long) get_frame_register_unsigned
b47193f7 1584 (frame, gdbarch_fp0_regnum (gdbarch) + 11),
3e8c568d 1585 (long) get_frame_register_unsigned
b47193f7 1586 (frame, gdbarch_fp0_regnum (gdbarch) + 12),
3e8c568d 1587 (long) get_frame_register_unsigned
b47193f7 1588 (frame, gdbarch_fp0_regnum (gdbarch) + 13),
3e8c568d 1589 (long) get_frame_register_unsigned
b47193f7 1590 (frame, gdbarch_fp0_regnum (gdbarch) + 14),
3e8c568d 1591 (long) get_frame_register_unsigned
b47193f7 1592 (frame, gdbarch_fp0_regnum (gdbarch) + 15));
2d188dd3
NC
1593}
1594
da962468 1595static void
c458d6db 1596sh2a_show_regs (struct frame_info *frame)
da962468 1597{
b47193f7 1598 struct gdbarch *gdbarch = get_frame_arch (frame);
c458d6db
UW
1599 int pr = get_frame_register_unsigned (frame, FPSCR_REGNUM) & 0x80000;
1600
1601 printf_filtered
1602 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1603 phex (get_frame_register_unsigned (frame,
1604 gdbarch_pc_regnum (gdbarch)), 4),
c458d6db
UW
1605 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1606 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1607 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
1608
1609 printf_filtered
1610 (" GBR %08lx VBR %08lx TBR %08lx MACL %08lx\n",
1611 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1612 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1613 (long) get_frame_register_unsigned (frame, TBR_REGNUM),
1614 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
1615 printf_filtered
1616 (" SSR %08lx SPC %08lx FPUL %08lx FPSCR %08lx\n",
1617 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
1618 (long) get_frame_register_unsigned (frame, SPC_REGNUM),
1619 (long) get_frame_register_unsigned (frame, FPUL_REGNUM),
1620 (long) get_frame_register_unsigned (frame, FPSCR_REGNUM));
1621
1622 printf_filtered
1623 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1624 (long) get_frame_register_unsigned (frame, 0),
1625 (long) get_frame_register_unsigned (frame, 1),
1626 (long) get_frame_register_unsigned (frame, 2),
1627 (long) get_frame_register_unsigned (frame, 3),
1628 (long) get_frame_register_unsigned (frame, 4),
1629 (long) get_frame_register_unsigned (frame, 5),
1630 (long) get_frame_register_unsigned (frame, 6),
1631 (long) get_frame_register_unsigned (frame, 7));
1632 printf_filtered
1633 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1634 (long) get_frame_register_unsigned (frame, 8),
1635 (long) get_frame_register_unsigned (frame, 9),
1636 (long) get_frame_register_unsigned (frame, 10),
1637 (long) get_frame_register_unsigned (frame, 11),
1638 (long) get_frame_register_unsigned (frame, 12),
1639 (long) get_frame_register_unsigned (frame, 13),
1640 (long) get_frame_register_unsigned (frame, 14),
1641 (long) get_frame_register_unsigned (frame, 15));
1642
1643 printf_filtered
1644 (pr ? "DR0-DR6 %08lx%08lx %08lx%08lx %08lx%08lx %08lx%08lx\n"
1645 : "FP0-FP7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 1646 (long) get_frame_register_unsigned
b47193f7 1647 (frame, gdbarch_fp0_regnum (gdbarch) + 0),
3e8c568d 1648 (long) get_frame_register_unsigned
b47193f7 1649 (frame, gdbarch_fp0_regnum (gdbarch) + 1),
3e8c568d 1650 (long) get_frame_register_unsigned
b47193f7 1651 (frame, gdbarch_fp0_regnum (gdbarch) + 2),
3e8c568d 1652 (long) get_frame_register_unsigned
b47193f7 1653 (frame, gdbarch_fp0_regnum (gdbarch) + 3),
3e8c568d 1654 (long) get_frame_register_unsigned
b47193f7 1655 (frame, gdbarch_fp0_regnum (gdbarch) + 4),
3e8c568d 1656 (long) get_frame_register_unsigned
b47193f7 1657 (frame, gdbarch_fp0_regnum (gdbarch) + 5),
3e8c568d 1658 (long) get_frame_register_unsigned
b47193f7 1659 (frame, gdbarch_fp0_regnum (gdbarch) + 6),
3e8c568d 1660 (long) get_frame_register_unsigned
b47193f7 1661 (frame, gdbarch_fp0_regnum (gdbarch) + 7));
c458d6db
UW
1662 printf_filtered
1663 (pr ? "DR8-DR14 %08lx%08lx %08lx%08lx %08lx%08lx %08lx%08lx\n"
1664 : "FP8-FP15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 1665 (long) get_frame_register_unsigned
b47193f7 1666 (frame, gdbarch_fp0_regnum (gdbarch) + 8),
3e8c568d 1667 (long) get_frame_register_unsigned
b47193f7 1668 (frame, gdbarch_fp0_regnum (gdbarch) + 9),
3e8c568d 1669 (long) get_frame_register_unsigned
b47193f7 1670 (frame, gdbarch_fp0_regnum (gdbarch) + 10),
3e8c568d 1671 (long) get_frame_register_unsigned
b47193f7 1672 (frame, gdbarch_fp0_regnum (gdbarch) + 11),
3e8c568d 1673 (long) get_frame_register_unsigned
b47193f7 1674 (frame, gdbarch_fp0_regnum (gdbarch) + 12),
3e8c568d 1675 (long) get_frame_register_unsigned
b47193f7 1676 (frame, gdbarch_fp0_regnum (gdbarch) + 13),
3e8c568d 1677 (long) get_frame_register_unsigned
b47193f7 1678 (frame, gdbarch_fp0_regnum (gdbarch) + 14),
3e8c568d 1679 (long) get_frame_register_unsigned
b47193f7 1680 (frame, gdbarch_fp0_regnum (gdbarch) + 15));
c458d6db
UW
1681 printf_filtered
1682 ("BANK=%-3d\n", (int) get_frame_register_unsigned (frame, BANK_REGNUM));
1683 printf_filtered
1684 ("R0b-R7b %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1685 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 0),
1686 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 1),
1687 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 2),
1688 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 3),
1689 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 4),
1690 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 5),
1691 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 6),
1692 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 7));
1693 printf_filtered
1694 ("R8b-R14b %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1695 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 8),
1696 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 9),
1697 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 10),
1698 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 11),
1699 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 12),
1700 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 13),
1701 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 14));
1702 printf_filtered
1703 ("MACHb=%08lx IVNb=%08lx PRb=%08lx GBRb=%08lx MACLb=%08lx\n",
1704 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 15),
1705 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 16),
1706 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 17),
1707 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 18),
1708 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 19));
da962468
CV
1709}
1710
1711static void
c458d6db 1712sh2a_nofpu_show_regs (struct frame_info *frame)
da962468 1713{
c458d6db
UW
1714 int pr = get_frame_register_unsigned (frame, FPSCR_REGNUM) & 0x80000;
1715
1716 printf_filtered
1717 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1718 phex (get_frame_register_unsigned (frame,
1719 gdbarch_pc_regnum
1720 (get_frame_arch (frame))), 4),
c458d6db
UW
1721 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1722 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1723 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
1724
1725 printf_filtered
1726 (" GBR %08lx VBR %08lx TBR %08lx MACL %08lx\n",
1727 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1728 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1729 (long) get_frame_register_unsigned (frame, TBR_REGNUM),
1730 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
1731 printf_filtered
1732 (" SSR %08lx SPC %08lx FPUL %08lx FPSCR %08lx\n",
1733 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
1734 (long) get_frame_register_unsigned (frame, SPC_REGNUM),
1735 (long) get_frame_register_unsigned (frame, FPUL_REGNUM),
1736 (long) get_frame_register_unsigned (frame, FPSCR_REGNUM));
1737
1738 printf_filtered
1739 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1740 (long) get_frame_register_unsigned (frame, 0),
1741 (long) get_frame_register_unsigned (frame, 1),
1742 (long) get_frame_register_unsigned (frame, 2),
1743 (long) get_frame_register_unsigned (frame, 3),
1744 (long) get_frame_register_unsigned (frame, 4),
1745 (long) get_frame_register_unsigned (frame, 5),
1746 (long) get_frame_register_unsigned (frame, 6),
1747 (long) get_frame_register_unsigned (frame, 7));
1748 printf_filtered
1749 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1750 (long) get_frame_register_unsigned (frame, 8),
1751 (long) get_frame_register_unsigned (frame, 9),
1752 (long) get_frame_register_unsigned (frame, 10),
1753 (long) get_frame_register_unsigned (frame, 11),
1754 (long) get_frame_register_unsigned (frame, 12),
1755 (long) get_frame_register_unsigned (frame, 13),
1756 (long) get_frame_register_unsigned (frame, 14),
1757 (long) get_frame_register_unsigned (frame, 15));
1758
1759 printf_filtered
1760 ("BANK=%-3d\n", (int) get_frame_register_unsigned (frame, BANK_REGNUM));
1761 printf_filtered
1762 ("R0b-R7b %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1763 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 0),
1764 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 1),
1765 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 2),
1766 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 3),
1767 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 4),
1768 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 5),
1769 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 6),
1770 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 7));
1771 printf_filtered
1772 ("R8b-R14b %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1773 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 8),
1774 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 9),
1775 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 10),
1776 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 11),
1777 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 12),
1778 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 13),
1779 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 14));
1780 printf_filtered
1781 ("MACHb=%08lx IVNb=%08lx PRb=%08lx GBRb=%08lx MACLb=%08lx\n",
1782 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 15),
1783 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 16),
1784 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 17),
1785 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 18),
1786 (long) get_frame_register_unsigned (frame, R0_BANK0_REGNUM + 19));
da962468
CV
1787}
1788
cc17453a 1789static void
c458d6db 1790sh3e_show_regs (struct frame_info *frame)
cc17453a 1791{
b47193f7 1792 struct gdbarch *gdbarch = get_frame_arch (frame);
c458d6db
UW
1793 printf_filtered
1794 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1795 phex (get_frame_register_unsigned (frame,
1796 gdbarch_pc_regnum (gdbarch)), 4),
c458d6db
UW
1797 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1798 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1799 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
1800
1801 printf_filtered
1802 (" GBR %08lx VBR %08lx MACL %08lx\n",
1803 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1804 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1805 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
1806 printf_filtered
1807 (" SSR %08lx SPC %08lx FPUL %08lx FPSCR %08lx\n",
1808 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
1809 (long) get_frame_register_unsigned (frame, SPC_REGNUM),
1810 (long) get_frame_register_unsigned (frame, FPUL_REGNUM),
1811 (long) get_frame_register_unsigned (frame, FPSCR_REGNUM));
c906108c 1812
617daa0e 1813 printf_filtered
a6b0a3f3 1814 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
c458d6db
UW
1815 (long) get_frame_register_unsigned (frame, 0),
1816 (long) get_frame_register_unsigned (frame, 1),
1817 (long) get_frame_register_unsigned (frame, 2),
1818 (long) get_frame_register_unsigned (frame, 3),
1819 (long) get_frame_register_unsigned (frame, 4),
1820 (long) get_frame_register_unsigned (frame, 5),
1821 (long) get_frame_register_unsigned (frame, 6),
1822 (long) get_frame_register_unsigned (frame, 7));
1823 printf_filtered
1824 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1825 (long) get_frame_register_unsigned (frame, 8),
1826 (long) get_frame_register_unsigned (frame, 9),
1827 (long) get_frame_register_unsigned (frame, 10),
1828 (long) get_frame_register_unsigned (frame, 11),
1829 (long) get_frame_register_unsigned (frame, 12),
1830 (long) get_frame_register_unsigned (frame, 13),
1831 (long) get_frame_register_unsigned (frame, 14),
1832 (long) get_frame_register_unsigned (frame, 15));
1833
1834 printf_filtered
1835 ("FP0-FP7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 1836 (long) get_frame_register_unsigned
b47193f7 1837 (frame, gdbarch_fp0_regnum (gdbarch) + 0),
3e8c568d 1838 (long) get_frame_register_unsigned
b47193f7 1839 (frame, gdbarch_fp0_regnum (gdbarch) + 1),
3e8c568d 1840 (long) get_frame_register_unsigned
b47193f7 1841 (frame, gdbarch_fp0_regnum (gdbarch) + 2),
3e8c568d 1842 (long) get_frame_register_unsigned
b47193f7 1843 (frame, gdbarch_fp0_regnum (gdbarch) + 3),
3e8c568d 1844 (long) get_frame_register_unsigned
b47193f7 1845 (frame, gdbarch_fp0_regnum (gdbarch) + 4),
3e8c568d 1846 (long) get_frame_register_unsigned
b47193f7 1847 (frame, gdbarch_fp0_regnum (gdbarch) + 5),
3e8c568d 1848 (long) get_frame_register_unsigned
b47193f7 1849 (frame, gdbarch_fp0_regnum (gdbarch) + 6),
3e8c568d 1850 (long) get_frame_register_unsigned
b47193f7 1851 (frame, gdbarch_fp0_regnum (gdbarch) + 7));
c458d6db
UW
1852 printf_filtered
1853 ("FP8-FP15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 1854 (long) get_frame_register_unsigned
b47193f7 1855 (frame, gdbarch_fp0_regnum (gdbarch) + 8),
3e8c568d 1856 (long) get_frame_register_unsigned
b47193f7 1857 (frame, gdbarch_fp0_regnum (gdbarch) + 9),
3e8c568d 1858 (long) get_frame_register_unsigned
b47193f7 1859 (frame, gdbarch_fp0_regnum (gdbarch) + 10),
3e8c568d 1860 (long) get_frame_register_unsigned
b47193f7 1861 (frame, gdbarch_fp0_regnum (gdbarch) + 11),
3e8c568d 1862 (long) get_frame_register_unsigned
b47193f7 1863 (frame, gdbarch_fp0_regnum (gdbarch) + 12),
3e8c568d 1864 (long) get_frame_register_unsigned
b47193f7 1865 (frame, gdbarch_fp0_regnum (gdbarch) + 13),
3e8c568d 1866 (long) get_frame_register_unsigned
b47193f7 1867 (frame, gdbarch_fp0_regnum (gdbarch) + 14),
3e8c568d 1868 (long) get_frame_register_unsigned
b47193f7 1869 (frame, gdbarch_fp0_regnum (gdbarch) + 15));
cc17453a
EZ
1870}
1871
1872static void
c458d6db 1873sh3_dsp_show_regs (struct frame_info *frame)
c906108c 1874{
c458d6db
UW
1875 printf_filtered
1876 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1877 phex (get_frame_register_unsigned (frame,
1878 gdbarch_pc_regnum
1879 (get_frame_arch (frame))), 4),
c458d6db
UW
1880 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1881 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1882 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
c906108c 1883
c458d6db
UW
1884 printf_filtered
1885 (" GBR %08lx VBR %08lx MACL %08lx\n",
1886 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1887 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1888 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
cc17453a 1889
c458d6db
UW
1890 printf_filtered
1891 (" SSR %08lx SPC %08lx DSR %08lx\n",
1892 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
1893 (long) get_frame_register_unsigned (frame, SPC_REGNUM),
1894 (long) get_frame_register_unsigned (frame, DSR_REGNUM));
617daa0e
CV
1895
1896 printf_filtered
a6b0a3f3 1897 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
c458d6db
UW
1898 (long) get_frame_register_unsigned (frame, 0),
1899 (long) get_frame_register_unsigned (frame, 1),
1900 (long) get_frame_register_unsigned (frame, 2),
1901 (long) get_frame_register_unsigned (frame, 3),
1902 (long) get_frame_register_unsigned (frame, 4),
1903 (long) get_frame_register_unsigned (frame, 5),
1904 (long) get_frame_register_unsigned (frame, 6),
1905 (long) get_frame_register_unsigned (frame, 7));
1906 printf_filtered
1907 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1908 (long) get_frame_register_unsigned (frame, 8),
1909 (long) get_frame_register_unsigned (frame, 9),
1910 (long) get_frame_register_unsigned (frame, 10),
1911 (long) get_frame_register_unsigned (frame, 11),
1912 (long) get_frame_register_unsigned (frame, 12),
1913 (long) get_frame_register_unsigned (frame, 13),
1914 (long) get_frame_register_unsigned (frame, 14),
1915 (long) get_frame_register_unsigned (frame, 15));
617daa0e
CV
1916
1917 printf_filtered
1918 ("A0G=%02lx A0=%08lx M0=%08lx X0=%08lx Y0=%08lx RS=%08lx MOD=%08lx\n",
c458d6db
UW
1919 (long) get_frame_register_unsigned (frame, A0G_REGNUM) & 0xff,
1920 (long) get_frame_register_unsigned (frame, A0_REGNUM),
1921 (long) get_frame_register_unsigned (frame, M0_REGNUM),
1922 (long) get_frame_register_unsigned (frame, X0_REGNUM),
1923 (long) get_frame_register_unsigned (frame, Y0_REGNUM),
1924 (long) get_frame_register_unsigned (frame, RS_REGNUM),
1925 (long) get_frame_register_unsigned (frame, MOD_REGNUM));
1926 printf_filtered
1927 ("A1G=%02lx A1=%08lx M1=%08lx X1=%08lx Y1=%08lx RE=%08lx\n",
1928 (long) get_frame_register_unsigned (frame, A1G_REGNUM) & 0xff,
1929 (long) get_frame_register_unsigned (frame, A1_REGNUM),
1930 (long) get_frame_register_unsigned (frame, M1_REGNUM),
1931 (long) get_frame_register_unsigned (frame, X1_REGNUM),
1932 (long) get_frame_register_unsigned (frame, Y1_REGNUM),
1933 (long) get_frame_register_unsigned (frame, RE_REGNUM));
c906108c
SS
1934}
1935
cc17453a 1936static void
c458d6db 1937sh4_show_regs (struct frame_info *frame)
cc17453a 1938{
b47193f7 1939 struct gdbarch *gdbarch = get_frame_arch (frame);
c458d6db
UW
1940 int pr = get_frame_register_unsigned (frame, FPSCR_REGNUM) & 0x80000;
1941
1942 printf_filtered
1943 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
1944 phex (get_frame_register_unsigned (frame,
1945 gdbarch_pc_regnum (gdbarch)), 4),
c458d6db
UW
1946 (long) get_frame_register_unsigned (frame, SR_REGNUM),
1947 (long) get_frame_register_unsigned (frame, PR_REGNUM),
1948 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
1949
1950 printf_filtered
1951 (" GBR %08lx VBR %08lx MACL %08lx\n",
1952 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
1953 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
1954 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
1955 printf_filtered
1956 (" SSR %08lx SPC %08lx FPUL %08lx FPSCR %08lx\n",
1957 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
1958 (long) get_frame_register_unsigned (frame, SPC_REGNUM),
1959 (long) get_frame_register_unsigned (frame, FPUL_REGNUM),
1960 (long) get_frame_register_unsigned (frame, FPSCR_REGNUM));
1961
1962 printf_filtered
1963 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1964 (long) get_frame_register_unsigned (frame, 0),
1965 (long) get_frame_register_unsigned (frame, 1),
1966 (long) get_frame_register_unsigned (frame, 2),
1967 (long) get_frame_register_unsigned (frame, 3),
1968 (long) get_frame_register_unsigned (frame, 4),
1969 (long) get_frame_register_unsigned (frame, 5),
1970 (long) get_frame_register_unsigned (frame, 6),
1971 (long) get_frame_register_unsigned (frame, 7));
1972 printf_filtered
1973 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
1974 (long) get_frame_register_unsigned (frame, 8),
1975 (long) get_frame_register_unsigned (frame, 9),
1976 (long) get_frame_register_unsigned (frame, 10),
1977 (long) get_frame_register_unsigned (frame, 11),
1978 (long) get_frame_register_unsigned (frame, 12),
1979 (long) get_frame_register_unsigned (frame, 13),
1980 (long) get_frame_register_unsigned (frame, 14),
1981 (long) get_frame_register_unsigned (frame, 15));
1982
1983 printf_filtered
1984 (pr ? "DR0-DR6 %08lx%08lx %08lx%08lx %08lx%08lx %08lx%08lx\n"
1985 : "FP0-FP7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 1986 (long) get_frame_register_unsigned
b47193f7 1987 (frame, gdbarch_fp0_regnum (gdbarch) + 0),
3e8c568d 1988 (long) get_frame_register_unsigned
b47193f7 1989 (frame, gdbarch_fp0_regnum (gdbarch) + 1),
3e8c568d 1990 (long) get_frame_register_unsigned
b47193f7 1991 (frame, gdbarch_fp0_regnum (gdbarch) + 2),
3e8c568d 1992 (long) get_frame_register_unsigned
b47193f7 1993 (frame, gdbarch_fp0_regnum (gdbarch) + 3),
3e8c568d 1994 (long) get_frame_register_unsigned
b47193f7 1995 (frame, gdbarch_fp0_regnum (gdbarch) + 4),
3e8c568d 1996 (long) get_frame_register_unsigned
b47193f7 1997 (frame, gdbarch_fp0_regnum (gdbarch) + 5),
3e8c568d 1998 (long) get_frame_register_unsigned
b47193f7 1999 (frame, gdbarch_fp0_regnum (gdbarch) + 6),
3e8c568d 2000 (long) get_frame_register_unsigned
b47193f7 2001 (frame, gdbarch_fp0_regnum (gdbarch) + 7));
c458d6db
UW
2002 printf_filtered
2003 (pr ? "DR8-DR14 %08lx%08lx %08lx%08lx %08lx%08lx %08lx%08lx\n"
2004 : "FP8-FP15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
3e8c568d 2005 (long) get_frame_register_unsigned
b47193f7 2006 (frame, gdbarch_fp0_regnum (gdbarch) + 8),
3e8c568d 2007 (long) get_frame_register_unsigned
b47193f7 2008 (frame, gdbarch_fp0_regnum (gdbarch) + 9),
3e8c568d 2009 (long) get_frame_register_unsigned
b47193f7 2010 (frame, gdbarch_fp0_regnum (gdbarch) + 10),
3e8c568d 2011 (long) get_frame_register_unsigned
b47193f7 2012 (frame, gdbarch_fp0_regnum (gdbarch) + 11),
3e8c568d 2013 (long) get_frame_register_unsigned
b47193f7 2014 (frame, gdbarch_fp0_regnum (gdbarch) + 12),
3e8c568d 2015 (long) get_frame_register_unsigned
b47193f7 2016 (frame, gdbarch_fp0_regnum (gdbarch) + 13),
3e8c568d 2017 (long) get_frame_register_unsigned
b47193f7 2018 (frame, gdbarch_fp0_regnum (gdbarch) + 14),
3e8c568d 2019 (long) get_frame_register_unsigned
b47193f7 2020 (frame, gdbarch_fp0_regnum (gdbarch) + 15));
cc17453a
EZ
2021}
2022
474e5826 2023static void
c458d6db 2024sh4_nofpu_show_regs (struct frame_info *frame)
474e5826 2025{
c458d6db
UW
2026 printf_filtered
2027 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
2028 phex (get_frame_register_unsigned (frame,
2029 gdbarch_pc_regnum
2030 (get_frame_arch (frame))), 4),
c458d6db
UW
2031 (long) get_frame_register_unsigned (frame, SR_REGNUM),
2032 (long) get_frame_register_unsigned (frame, PR_REGNUM),
2033 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
2034
2035 printf_filtered
2036 (" GBR %08lx VBR %08lx MACL %08lx\n",
2037 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
2038 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
2039 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
2040 printf_filtered
2041 (" SSR %08lx SPC %08lx FPUL %08lx FPSCR %08lx\n",
2042 (long) get_frame_register_unsigned (frame, SSR_REGNUM),
2043 (long) get_frame_register_unsigned (frame, SPC_REGNUM),
2044 (long) get_frame_register_unsigned (frame, FPUL_REGNUM),
2045 (long) get_frame_register_unsigned (frame, FPSCR_REGNUM));
2046
2047 printf_filtered
2048 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
2049 (long) get_frame_register_unsigned (frame, 0),
2050 (long) get_frame_register_unsigned (frame, 1),
2051 (long) get_frame_register_unsigned (frame, 2),
2052 (long) get_frame_register_unsigned (frame, 3),
2053 (long) get_frame_register_unsigned (frame, 4),
2054 (long) get_frame_register_unsigned (frame, 5),
2055 (long) get_frame_register_unsigned (frame, 6),
2056 (long) get_frame_register_unsigned (frame, 7));
2057 printf_filtered
2058 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
2059 (long) get_frame_register_unsigned (frame, 8),
2060 (long) get_frame_register_unsigned (frame, 9),
2061 (long) get_frame_register_unsigned (frame, 10),
2062 (long) get_frame_register_unsigned (frame, 11),
2063 (long) get_frame_register_unsigned (frame, 12),
2064 (long) get_frame_register_unsigned (frame, 13),
2065 (long) get_frame_register_unsigned (frame, 14),
2066 (long) get_frame_register_unsigned (frame, 15));
474e5826
CV
2067}
2068
cc17453a 2069static void
c458d6db 2070sh_dsp_show_regs (struct frame_info *frame)
cc17453a 2071{
c458d6db
UW
2072 printf_filtered
2073 (" PC %s SR %08lx PR %08lx MACH %08lx\n",
5af949e3
UW
2074 phex (get_frame_register_unsigned (frame,
2075 gdbarch_pc_regnum
2076 (get_frame_arch (frame))), 4),
c458d6db
UW
2077 (long) get_frame_register_unsigned (frame, SR_REGNUM),
2078 (long) get_frame_register_unsigned (frame, PR_REGNUM),
2079 (long) get_frame_register_unsigned (frame, MACH_REGNUM));
a6b0a3f3 2080
c458d6db
UW
2081 printf_filtered
2082 (" GBR %08lx VBR %08lx DSR %08lx MACL %08lx\n",
2083 (long) get_frame_register_unsigned (frame, GBR_REGNUM),
2084 (long) get_frame_register_unsigned (frame, VBR_REGNUM),
2085 (long) get_frame_register_unsigned (frame, DSR_REGNUM),
2086 (long) get_frame_register_unsigned (frame, MACL_REGNUM));
617daa0e
CV
2087
2088 printf_filtered
a6b0a3f3 2089 ("R0-R7 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
c458d6db
UW
2090 (long) get_frame_register_unsigned (frame, 0),
2091 (long) get_frame_register_unsigned (frame, 1),
2092 (long) get_frame_register_unsigned (frame, 2),
2093 (long) get_frame_register_unsigned (frame, 3),
2094 (long) get_frame_register_unsigned (frame, 4),
2095 (long) get_frame_register_unsigned (frame, 5),
2096 (long) get_frame_register_unsigned (frame, 6),
2097 (long) get_frame_register_unsigned (frame, 7));
2098 printf_filtered
2099 ("R8-R15 %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n",
2100 (long) get_frame_register_unsigned (frame, 8),
2101 (long) get_frame_register_unsigned (frame, 9),
2102 (long) get_frame_register_unsigned (frame, 10),
2103 (long) get_frame_register_unsigned (frame, 11),
2104 (long) get_frame_register_unsigned (frame, 12),
2105 (long) get_frame_register_unsigned (frame, 13),
2106 (long) get_frame_register_unsigned (frame, 14),
2107 (long) get_frame_register_unsigned (frame, 15));
617daa0e
CV
2108
2109 printf_filtered
2110 ("A0G=%02lx A0=%08lx M0=%08lx X0=%08lx Y0=%08lx RS=%08lx MOD=%08lx\n",
c458d6db
UW
2111 (long) get_frame_register_unsigned (frame, A0G_REGNUM) & 0xff,
2112 (long) get_frame_register_unsigned (frame, A0_REGNUM),
2113 (long) get_frame_register_unsigned (frame, M0_REGNUM),
2114 (long) get_frame_register_unsigned (frame, X0_REGNUM),
2115 (long) get_frame_register_unsigned (frame, Y0_REGNUM),
2116 (long) get_frame_register_unsigned (frame, RS_REGNUM),
2117 (long) get_frame_register_unsigned (frame, MOD_REGNUM));
cc17453a 2118 printf_filtered ("A1G=%02lx A1=%08lx M1=%08lx X1=%08lx Y1=%08lx RE=%08lx\n",
c458d6db
UW
2119 (long) get_frame_register_unsigned (frame, A1G_REGNUM) & 0xff,
2120 (long) get_frame_register_unsigned (frame, A1_REGNUM),
2121 (long) get_frame_register_unsigned (frame, M1_REGNUM),
2122 (long) get_frame_register_unsigned (frame, X1_REGNUM),
2123 (long) get_frame_register_unsigned (frame, Y1_REGNUM),
2124 (long) get_frame_register_unsigned (frame, RE_REGNUM));
cc17453a
EZ
2125}
2126
a78f21af
AC
2127static void
2128sh_show_regs_command (char *args, int from_tty)
53116e27
EZ
2129{
2130 if (sh_show_regs)
c458d6db 2131 (*sh_show_regs) (get_current_frame ());
53116e27
EZ
2132}
2133
da962468
CV
2134static struct type *
2135sh_sh2a_register_type (struct gdbarch *gdbarch, int reg_nr)
2136{
b47193f7 2137 if ((reg_nr >= gdbarch_fp0_regnum (gdbarch)
da962468 2138 && (reg_nr <= FP_LAST_REGNUM)) || (reg_nr == FPUL_REGNUM))
0dfff4cb 2139 return builtin_type (gdbarch)->builtin_float;
da962468 2140 else if (reg_nr >= DR0_REGNUM && reg_nr <= DR_LAST_REGNUM)
0dfff4cb 2141 return builtin_type (gdbarch)->builtin_double;
da962468 2142 else
0dfff4cb 2143 return builtin_type (gdbarch)->builtin_int;
da962468
CV
2144}
2145
cc17453a
EZ
2146/* Return the GDB type object for the "standard" data type
2147 of data in register N. */
cc17453a 2148static struct type *
48db5a3c 2149sh_sh3e_register_type (struct gdbarch *gdbarch, int reg_nr)
cc17453a 2150{
b47193f7 2151 if ((reg_nr >= gdbarch_fp0_regnum (gdbarch)
617daa0e 2152 && (reg_nr <= FP_LAST_REGNUM)) || (reg_nr == FPUL_REGNUM))
0dfff4cb 2153 return builtin_type (gdbarch)->builtin_float;
8db62801 2154 else
0dfff4cb 2155 return builtin_type (gdbarch)->builtin_int;
cc17453a
EZ
2156}
2157
7f4dbe94 2158static struct type *
0dfff4cb 2159sh_sh4_build_float_register_type (struct gdbarch *gdbarch, int high)
7f4dbe94 2160{
e3506a9f
UW
2161 return lookup_array_range_type (builtin_type (gdbarch)->builtin_float,
2162 0, high);
7f4dbe94
EZ
2163}
2164
53116e27 2165static struct type *
48db5a3c 2166sh_sh4_register_type (struct gdbarch *gdbarch, int reg_nr)
53116e27 2167{
b47193f7 2168 if ((reg_nr >= gdbarch_fp0_regnum (gdbarch)
617daa0e 2169 && (reg_nr <= FP_LAST_REGNUM)) || (reg_nr == FPUL_REGNUM))
0dfff4cb 2170 return builtin_type (gdbarch)->builtin_float;
617daa0e 2171 else if (reg_nr >= DR0_REGNUM && reg_nr <= DR_LAST_REGNUM)
0dfff4cb 2172 return builtin_type (gdbarch)->builtin_double;
617daa0e 2173 else if (reg_nr >= FV0_REGNUM && reg_nr <= FV_LAST_REGNUM)
0dfff4cb 2174 return sh_sh4_build_float_register_type (gdbarch, 3);
53116e27 2175 else
0dfff4cb 2176 return builtin_type (gdbarch)->builtin_int;
53116e27
EZ
2177}
2178
cc17453a 2179static struct type *
48db5a3c 2180sh_default_register_type (struct gdbarch *gdbarch, int reg_nr)
cc17453a 2181{
0dfff4cb 2182 return builtin_type (gdbarch)->builtin_int;
cc17453a
EZ
2183}
2184
dda63807
AS
2185/* Is a register in a reggroup?
2186 The default code in reggroup.c doesn't identify system registers, some
2187 float registers or any of the vector registers.
2188 TODO: sh2a and dsp registers. */
63807e1d 2189static int
dda63807
AS
2190sh_register_reggroup_p (struct gdbarch *gdbarch, int regnum,
2191 struct reggroup *reggroup)
2192{
b47193f7
UW
2193 if (gdbarch_register_name (gdbarch, regnum) == NULL
2194 || *gdbarch_register_name (gdbarch, regnum) == '\0')
dda63807
AS
2195 return 0;
2196
2197 if (reggroup == float_reggroup
2198 && (regnum == FPUL_REGNUM
2199 || regnum == FPSCR_REGNUM))
2200 return 1;
2201
2202 if (regnum >= FV0_REGNUM && regnum <= FV_LAST_REGNUM)
2203 {
2204 if (reggroup == vector_reggroup || reggroup == float_reggroup)
2205 return 1;
2206 if (reggroup == general_reggroup)
2207 return 0;
2208 }
2209
2210 if (regnum == VBR_REGNUM
2211 || regnum == SR_REGNUM
2212 || regnum == FPSCR_REGNUM
2213 || regnum == SSR_REGNUM
2214 || regnum == SPC_REGNUM)
2215 {
2216 if (reggroup == system_reggroup)
2217 return 1;
2218 if (reggroup == general_reggroup)
2219 return 0;
2220 }
2221
2222 /* The default code can cope with any other registers. */
2223 return default_register_reggroup_p (gdbarch, regnum, reggroup);
2224}
2225
fb409745
EZ
2226/* On the sh4, the DRi pseudo registers are problematic if the target
2227 is little endian. When the user writes one of those registers, for
2228 instance with 'ser var $dr0=1', we want the double to be stored
2229 like this:
2230 fr0 = 0x00 0x00 0x00 0x00 0x00 0xf0 0x3f
2231 fr1 = 0x00 0x00 0x00 0x00 0x00 0x00 0x00
2232
2233 This corresponds to little endian byte order & big endian word
2234 order. However if we let gdb write the register w/o conversion, it
2235 will write fr0 and fr1 this way:
2236 fr0 = 0x00 0x00 0x00 0x00 0x00 0x00 0x00
2237 fr1 = 0x00 0x00 0x00 0x00 0x00 0xf0 0x3f
2238 because it will consider fr0 and fr1 as a single LE stretch of memory.
2239
2240 To achieve what we want we must force gdb to store things in
2241 floatformat_ieee_double_littlebyte_bigword (which is defined in
2242 include/floatformat.h and libiberty/floatformat.c.
2243
2244 In case the target is big endian, there is no problem, the
2245 raw bytes will look like:
2246 fr0 = 0x3f 0xf0 0x00 0x00 0x00 0x00 0x00
2247 fr1 = 0x00 0x00 0x00 0x00 0x00 0x00 0x00
2248
2249 The other pseudo registers (the FVs) also don't pose a problem
2250 because they are stored as 4 individual FP elements. */
2251
7bd872fe 2252static void
b66ba949
CV
2253sh_register_convert_to_virtual (int regnum, struct type *type,
2254 char *from, char *to)
55ff77ac 2255{
617daa0e 2256 if (regnum >= DR0_REGNUM && regnum <= DR_LAST_REGNUM)
283150cd
EZ
2257 {
2258 DOUBLEST val;
617daa0e
CV
2259 floatformat_to_doublest (&floatformat_ieee_double_littlebyte_bigword,
2260 from, &val);
55ff77ac 2261 store_typed_floating (to, type, val);
283150cd
EZ
2262 }
2263 else
617daa0e
CV
2264 error
2265 ("sh_register_convert_to_virtual called with non DR register number");
283150cd
EZ
2266}
2267
2268static void
b66ba949
CV
2269sh_register_convert_to_raw (struct type *type, int regnum,
2270 const void *from, void *to)
283150cd 2271{
617daa0e 2272 if (regnum >= DR0_REGNUM && regnum <= DR_LAST_REGNUM)
283150cd 2273 {
48db5a3c 2274 DOUBLEST val = extract_typed_floating (from, type);
617daa0e
CV
2275 floatformat_from_doublest (&floatformat_ieee_double_littlebyte_bigword,
2276 &val, to);
283150cd
EZ
2277 }
2278 else
8a3fe4f8 2279 error (_("sh_register_convert_to_raw called with non DR register number"));
283150cd
EZ
2280}
2281
1c0159e0
CV
2282/* For vectors of 4 floating point registers. */
2283static int
d93859e2 2284fv_reg_base_num (struct gdbarch *gdbarch, int fv_regnum)
1c0159e0
CV
2285{
2286 int fp_regnum;
2287
d93859e2 2288 fp_regnum = gdbarch_fp0_regnum (gdbarch)
3e8c568d 2289 + (fv_regnum - FV0_REGNUM) * 4;
1c0159e0
CV
2290 return fp_regnum;
2291}
2292
2293/* For double precision floating point registers, i.e 2 fp regs.*/
2294static int
d93859e2 2295dr_reg_base_num (struct gdbarch *gdbarch, int dr_regnum)
1c0159e0
CV
2296{
2297 int fp_regnum;
2298
d93859e2 2299 fp_regnum = gdbarch_fp0_regnum (gdbarch)
3e8c568d 2300 + (dr_regnum - DR0_REGNUM) * 2;
1c0159e0
CV
2301 return fp_regnum;
2302}
2303
a78f21af 2304static void
d8124050 2305sh_pseudo_register_read (struct gdbarch *gdbarch, struct regcache *regcache,
18cf8b5b 2306 int reg_nr, gdb_byte *buffer)
53116e27
EZ
2307{
2308 int base_regnum, portion;
d9d9c31f 2309 char temp_buffer[MAX_REGISTER_SIZE];
53116e27 2310
9bed62d7
CV
2311 if (reg_nr == PSEUDO_BANK_REGNUM)
2312 regcache_raw_read (regcache, BANK_REGNUM, buffer);
2313 else
617daa0e 2314 if (reg_nr >= DR0_REGNUM && reg_nr <= DR_LAST_REGNUM)
7bd872fe 2315 {
d93859e2 2316 base_regnum = dr_reg_base_num (gdbarch, reg_nr);
7bd872fe 2317
617daa0e 2318 /* Build the value in the provided buffer. */
7bd872fe
EZ
2319 /* Read the real regs for which this one is an alias. */
2320 for (portion = 0; portion < 2; portion++)
617daa0e 2321 regcache_raw_read (regcache, base_regnum + portion,
0818c12a 2322 (temp_buffer
617daa0e
CV
2323 + register_size (gdbarch,
2324 base_regnum) * portion));
7bd872fe 2325 /* We must pay attention to the endiannes. */
b66ba949 2326 sh_register_convert_to_virtual (reg_nr,
7b9ee6a8 2327 register_type (gdbarch, reg_nr),
b66ba949 2328 temp_buffer, buffer);
7bd872fe 2329 }
617daa0e 2330 else if (reg_nr >= FV0_REGNUM && reg_nr <= FV_LAST_REGNUM)
53116e27 2331 {
d93859e2 2332 base_regnum = fv_reg_base_num (gdbarch, reg_nr);
7bd872fe
EZ
2333
2334 /* Read the real regs for which this one is an alias. */
2335 for (portion = 0; portion < 4; portion++)
617daa0e 2336 regcache_raw_read (regcache, base_regnum + portion,
d8124050 2337 ((char *) buffer
617daa0e
CV
2338 + register_size (gdbarch,
2339 base_regnum) * portion));
53116e27
EZ
2340 }
2341}
2342
a78f21af 2343static void
d8124050 2344sh_pseudo_register_write (struct gdbarch *gdbarch, struct regcache *regcache,
18cf8b5b 2345 int reg_nr, const gdb_byte *buffer)
53116e27
EZ
2346{
2347 int base_regnum, portion;
d9d9c31f 2348 char temp_buffer[MAX_REGISTER_SIZE];
53116e27 2349
9bed62d7
CV
2350 if (reg_nr == PSEUDO_BANK_REGNUM)
2351 {
2352 /* When the bank register is written to, the whole register bank
2353 is switched and all values in the bank registers must be read
2354 from the target/sim again. We're just invalidating the regcache
2355 so that a re-read happens next time it's necessary. */
2356 int bregnum;
2357
2358 regcache_raw_write (regcache, BANK_REGNUM, buffer);
2359 for (bregnum = R0_BANK0_REGNUM; bregnum < MACLB_REGNUM; ++bregnum)
9c5ea4d9 2360 regcache_invalidate (regcache, bregnum);
9bed62d7
CV
2361 }
2362 else if (reg_nr >= DR0_REGNUM && reg_nr <= DR_LAST_REGNUM)
53116e27 2363 {
d93859e2 2364 base_regnum = dr_reg_base_num (gdbarch, reg_nr);
53116e27 2365
7bd872fe 2366 /* We must pay attention to the endiannes. */
7b9ee6a8 2367 sh_register_convert_to_raw (register_type (gdbarch, reg_nr),
b66ba949 2368 reg_nr, buffer, temp_buffer);
7bd872fe 2369
53116e27
EZ
2370 /* Write the real regs for which this one is an alias. */
2371 for (portion = 0; portion < 2; portion++)
617daa0e 2372 regcache_raw_write (regcache, base_regnum + portion,
0818c12a 2373 (temp_buffer
617daa0e
CV
2374 + register_size (gdbarch,
2375 base_regnum) * portion));
53116e27 2376 }
617daa0e 2377 else if (reg_nr >= FV0_REGNUM && reg_nr <= FV_LAST_REGNUM)
53116e27 2378 {
d93859e2 2379 base_regnum = fv_reg_base_num (gdbarch, reg_nr);
53116e27
EZ
2380
2381 /* Write the real regs for which this one is an alias. */
2382 for (portion = 0; portion < 4; portion++)
d8124050
AC
2383 regcache_raw_write (regcache, base_regnum + portion,
2384 ((char *) buffer
617daa0e
CV
2385 + register_size (gdbarch,
2386 base_regnum) * portion));
53116e27
EZ
2387 }
2388}
2389
2f14585c 2390static int
e7faf938 2391sh_dsp_register_sim_regno (struct gdbarch *gdbarch, int nr)
2f14585c 2392{
e7faf938
MD
2393 if (legacy_register_sim_regno (gdbarch, nr) < 0)
2394 return legacy_register_sim_regno (gdbarch, nr);
f2ea0907
CV
2395 if (nr >= DSR_REGNUM && nr <= Y1_REGNUM)
2396 return nr - DSR_REGNUM + SIM_SH_DSR_REGNUM;
2397 if (nr == MOD_REGNUM)
2f14585c 2398 return SIM_SH_MOD_REGNUM;
f2ea0907 2399 if (nr == RS_REGNUM)
2f14585c 2400 return SIM_SH_RS_REGNUM;
f2ea0907 2401 if (nr == RE_REGNUM)
2f14585c 2402 return SIM_SH_RE_REGNUM;
76cd2bd9
CV
2403 if (nr >= DSP_R0_BANK_REGNUM && nr <= DSP_R7_BANK_REGNUM)
2404 return nr - DSP_R0_BANK_REGNUM + SIM_SH_R0_BANK_REGNUM;
2f14585c
JR
2405 return nr;
2406}
1c0159e0 2407
da962468 2408static int
e7faf938 2409sh_sh2a_register_sim_regno (struct gdbarch *gdbarch, int nr)
da962468
CV
2410{
2411 switch (nr)
2412 {
2413 case TBR_REGNUM:
2414 return SIM_SH_TBR_REGNUM;
2415 case IBNR_REGNUM:
2416 return SIM_SH_IBNR_REGNUM;
2417 case IBCR_REGNUM:
2418 return SIM_SH_IBCR_REGNUM;
2419 case BANK_REGNUM:
2420 return SIM_SH_BANK_REGNUM;
2421 case MACLB_REGNUM:
2422 return SIM_SH_BANK_MACL_REGNUM;
2423 case GBRB_REGNUM:
2424 return SIM_SH_BANK_GBR_REGNUM;
2425 case PRB_REGNUM:
2426 return SIM_SH_BANK_PR_REGNUM;
2427 case IVNB_REGNUM:
2428 return SIM_SH_BANK_IVN_REGNUM;
2429 case MACHB_REGNUM:
2430 return SIM_SH_BANK_MACH_REGNUM;
2431 default:
2432 break;
2433 }
e7faf938 2434 return legacy_register_sim_regno (gdbarch, nr);
da962468
CV
2435}
2436
357d3800
AS
2437/* Set up the register unwinding such that call-clobbered registers are
2438 not displayed in frames >0 because the true value is not certain.
2439 The 'undefined' registers will show up as 'not available' unless the
2440 CFI says otherwise.
2441
2442 This function is currently set up for SH4 and compatible only. */
2443
2444static void
2445sh_dwarf2_frame_init_reg (struct gdbarch *gdbarch, int regnum,
aff37fc1 2446 struct dwarf2_frame_state_reg *reg,
4a4e5149 2447 struct frame_info *this_frame)
357d3800
AS
2448{
2449 /* Mark the PC as the destination for the return address. */
b47193f7 2450 if (regnum == gdbarch_pc_regnum (gdbarch))
357d3800
AS
2451 reg->how = DWARF2_FRAME_REG_RA;
2452
2453 /* Mark the stack pointer as the call frame address. */
b47193f7 2454 else if (regnum == gdbarch_sp_regnum (gdbarch))
357d3800
AS
2455 reg->how = DWARF2_FRAME_REG_CFA;
2456
2457 /* The above was taken from the default init_reg in dwarf2-frame.c
2458 while the below is SH specific. */
2459
2460 /* Caller save registers. */
2461 else if ((regnum >= R0_REGNUM && regnum <= R0_REGNUM+7)
2462 || (regnum >= FR0_REGNUM && regnum <= FR0_REGNUM+11)
2463 || (regnum >= DR0_REGNUM && regnum <= DR0_REGNUM+5)
2464 || (regnum >= FV0_REGNUM && regnum <= FV0_REGNUM+2)
2465 || (regnum == MACH_REGNUM)
2466 || (regnum == MACL_REGNUM)
2467 || (regnum == FPUL_REGNUM)
2468 || (regnum == SR_REGNUM))
2469 reg->how = DWARF2_FRAME_REG_UNDEFINED;
2470
2471 /* Callee save registers. */
2472 else if ((regnum >= R0_REGNUM+8 && regnum <= R0_REGNUM+15)
2473 || (regnum >= FR0_REGNUM+12 && regnum <= FR0_REGNUM+15)
2474 || (regnum >= DR0_REGNUM+6 && regnum <= DR0_REGNUM+8)
2475 || (regnum == FV0_REGNUM+3))
2476 reg->how = DWARF2_FRAME_REG_SAME_VALUE;
2477
2478 /* Other registers. These are not in the ABI and may or may not
2479 mean anything in frames >0 so don't show them. */
2480 else if ((regnum >= R0_BANK0_REGNUM && regnum <= R0_BANK0_REGNUM+15)
2481 || (regnum == GBR_REGNUM)
2482 || (regnum == VBR_REGNUM)
2483 || (regnum == FPSCR_REGNUM)
2484 || (regnum == SSR_REGNUM)
2485 || (regnum == SPC_REGNUM))
2486 reg->how = DWARF2_FRAME_REG_UNDEFINED;
2487}
2488
1c0159e0
CV
2489static struct sh_frame_cache *
2490sh_alloc_frame_cache (void)
2491{
2492 struct sh_frame_cache *cache;
2493 int i;
2494
2495 cache = FRAME_OBSTACK_ZALLOC (struct sh_frame_cache);
2496
2497 /* Base address. */
2498 cache->base = 0;
2499 cache->saved_sp = 0;
2500 cache->sp_offset = 0;
2501 cache->pc = 0;
2502
2503 /* Frameless until proven otherwise. */
2504 cache->uses_fp = 0;
617daa0e 2505
1c0159e0
CV
2506 /* Saved registers. We initialize these to -1 since zero is a valid
2507 offset (that's where fp is supposed to be stored). */
2508 for (i = 0; i < SH_NUM_REGS; i++)
2509 {
2510 cache->saved_regs[i] = -1;
2511 }
617daa0e 2512
1c0159e0 2513 return cache;
617daa0e 2514}
1c0159e0
CV
2515
2516static struct sh_frame_cache *
94afd7a6 2517sh_frame_cache (struct frame_info *this_frame, void **this_cache)
1c0159e0 2518{
e17a4113 2519 struct gdbarch *gdbarch = get_frame_arch (this_frame);
1c0159e0
CV
2520 struct sh_frame_cache *cache;
2521 CORE_ADDR current_pc;
2522 int i;
2523
2524 if (*this_cache)
2525 return *this_cache;
2526
2527 cache = sh_alloc_frame_cache ();
2528 *this_cache = cache;
2529
2530 /* In principle, for normal frames, fp holds the frame pointer,
2531 which holds the base address for the current stack frame.
2532 However, for functions that don't need it, the frame pointer is
2533 optional. For these "frameless" functions the frame pointer is
2534 actually the frame pointer of the calling frame. */
94afd7a6 2535 cache->base = get_frame_register_unsigned (this_frame, FP_REGNUM);
1c0159e0
CV
2536 if (cache->base == 0)
2537 return cache;
2538
94afd7a6
UW
2539 cache->pc = get_frame_func (this_frame);
2540 current_pc = get_frame_pc (this_frame);
1c0159e0 2541 if (cache->pc != 0)
d2ca4222
UW
2542 {
2543 ULONGEST fpscr;
94afd7a6 2544 fpscr = get_frame_register_unsigned (this_frame, FPSCR_REGNUM);
e17a4113 2545 sh_analyze_prologue (gdbarch, cache->pc, current_pc, cache, fpscr);
d2ca4222 2546 }
617daa0e 2547
1c0159e0
CV
2548 if (!cache->uses_fp)
2549 {
2550 /* We didn't find a valid frame, which means that CACHE->base
2551 currently holds the frame pointer for our calling frame. If
2552 we're at the start of a function, or somewhere half-way its
2553 prologue, the function's frame probably hasn't been fully
2554 setup yet. Try to reconstruct the base address for the stack
2555 frame by looking at the stack pointer. For truly "frameless"
2556 functions this might work too. */
94afd7a6 2557 cache->base = get_frame_register_unsigned
e17a4113 2558 (this_frame, gdbarch_sp_regnum (gdbarch));
1c0159e0
CV
2559 }
2560
2561 /* Now that we have the base address for the stack frame we can
2562 calculate the value of sp in the calling frame. */
2563 cache->saved_sp = cache->base + cache->sp_offset;
2564
2565 /* Adjust all the saved registers such that they contain addresses
2566 instead of offsets. */
2567 for (i = 0; i < SH_NUM_REGS; i++)
2568 if (cache->saved_regs[i] != -1)
2569 cache->saved_regs[i] = cache->saved_sp - cache->saved_regs[i] - 4;
2570
2571 return cache;
2572}
2573
94afd7a6
UW
2574static struct value *
2575sh_frame_prev_register (struct frame_info *this_frame,
2576 void **this_cache, int regnum)
1c0159e0 2577{
94afd7a6
UW
2578 struct gdbarch *gdbarch = get_frame_arch (this_frame);
2579 struct sh_frame_cache *cache = sh_frame_cache (this_frame, this_cache);
1c0159e0
CV
2580
2581 gdb_assert (regnum >= 0);
2582
b47193f7 2583 if (regnum == gdbarch_sp_regnum (gdbarch) && cache->saved_sp)
94afd7a6 2584 return frame_unwind_got_constant (this_frame, regnum, cache->saved_sp);
1c0159e0
CV
2585
2586 /* The PC of the previous frame is stored in the PR register of
2587 the current frame. Frob regnum so that we pull the value from
2588 the correct place. */
b47193f7 2589 if (regnum == gdbarch_pc_regnum (gdbarch))
1c0159e0
CV
2590 regnum = PR_REGNUM;
2591
2592 if (regnum < SH_NUM_REGS && cache->saved_regs[regnum] != -1)
94afd7a6
UW
2593 return frame_unwind_got_memory (this_frame, regnum,
2594 cache->saved_regs[regnum]);
1c0159e0 2595
94afd7a6 2596 return frame_unwind_got_register (this_frame, regnum, regnum);
1c0159e0
CV
2597}
2598
2599static void
94afd7a6 2600sh_frame_this_id (struct frame_info *this_frame, void **this_cache,
617daa0e
CV
2601 struct frame_id *this_id)
2602{
94afd7a6 2603 struct sh_frame_cache *cache = sh_frame_cache (this_frame, this_cache);
1c0159e0
CV
2604
2605 /* This marks the outermost frame. */
2606 if (cache->base == 0)
2607 return;
2608
2609 *this_id = frame_id_build (cache->saved_sp, cache->pc);
617daa0e 2610}
1c0159e0 2611
617daa0e 2612static const struct frame_unwind sh_frame_unwind = {
1c0159e0
CV
2613 NORMAL_FRAME,
2614 sh_frame_this_id,
94afd7a6
UW
2615 sh_frame_prev_register,
2616 NULL,
2617 default_frame_sniffer
1c0159e0
CV
2618};
2619
1c0159e0
CV
2620static CORE_ADDR
2621sh_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame)
2622{
3e8c568d 2623 return frame_unwind_register_unsigned (next_frame,
b47193f7 2624 gdbarch_sp_regnum (gdbarch));
1c0159e0
CV
2625}
2626
2627static CORE_ADDR
2628sh_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
2629{
3e8c568d 2630 return frame_unwind_register_unsigned (next_frame,
b47193f7 2631 gdbarch_pc_regnum (gdbarch));
1c0159e0
CV
2632}
2633
2634static struct frame_id
94afd7a6 2635sh_dummy_id (struct gdbarch *gdbarch, struct frame_info *this_frame)
1c0159e0 2636{
94afd7a6
UW
2637 CORE_ADDR sp = get_frame_register_unsigned (this_frame,
2638 gdbarch_sp_regnum (gdbarch));
2639 return frame_id_build (sp, get_frame_pc (this_frame));
1c0159e0
CV
2640}
2641
2642static CORE_ADDR
94afd7a6 2643sh_frame_base_address (struct frame_info *this_frame, void **this_cache)
617daa0e 2644{
94afd7a6 2645 struct sh_frame_cache *cache = sh_frame_cache (this_frame, this_cache);
617daa0e 2646
1c0159e0
CV
2647 return cache->base;
2648}
617daa0e
CV
2649
2650static const struct frame_base sh_frame_base = {
1c0159e0
CV
2651 &sh_frame_unwind,
2652 sh_frame_base_address,
2653 sh_frame_base_address,
2654 sh_frame_base_address
617daa0e 2655};
1c0159e0
CV
2656
2657/* The epilogue is defined here as the area at the end of a function,
2658 either on the `ret' instruction itself or after an instruction which
2659 destroys the function's stack frame. */
2660static int
2661sh_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc)
2662{
e17a4113 2663 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
1c0159e0
CV
2664 CORE_ADDR func_addr = 0, func_end = 0;
2665
2666 if (find_pc_partial_function (pc, NULL, &func_addr, &func_end))
2667 {
2668 ULONGEST inst;
2669 /* The sh epilogue is max. 14 bytes long. Give another 14 bytes
2670 for a nop and some fixed data (e.g. big offsets) which are
617daa0e
CV
2671 unfortunately also treated as part of the function (which
2672 means, they are below func_end. */
1c0159e0
CV
2673 CORE_ADDR addr = func_end - 28;
2674 if (addr < func_addr + 4)
617daa0e 2675 addr = func_addr + 4;
1c0159e0
CV
2676 if (pc < addr)
2677 return 0;
2678
2679 /* First search forward until hitting an rts. */
2680 while (addr < func_end
e17a4113 2681 && !IS_RTS (read_memory_unsigned_integer (addr, 2, byte_order)))
1c0159e0
CV
2682 addr += 2;
2683 if (addr >= func_end)
617daa0e 2684 return 0;
1c0159e0
CV
2685
2686 /* At this point we should find a mov.l @r15+,r14 instruction,
2687 either before or after the rts. If not, then the function has
617daa0e 2688 probably no "normal" epilogue and we bail out here. */
e17a4113
UW
2689 inst = read_memory_unsigned_integer (addr - 2, 2, byte_order);
2690 if (IS_RESTORE_FP (read_memory_unsigned_integer (addr - 2, 2,
2691 byte_order)))
617daa0e 2692 addr -= 2;
e17a4113
UW
2693 else if (!IS_RESTORE_FP (read_memory_unsigned_integer (addr + 2, 2,
2694 byte_order)))
1c0159e0
CV
2695 return 0;
2696
e17a4113 2697 inst = read_memory_unsigned_integer (addr - 2, 2, byte_order);
03131d99
CV
2698
2699 /* Step over possible lds.l @r15+,macl. */
2700 if (IS_MACL_LDS (inst))
2701 {
2702 addr -= 2;
e17a4113 2703 inst = read_memory_unsigned_integer (addr - 2, 2, byte_order);
03131d99
CV
2704 }
2705
2706 /* Step over possible lds.l @r15+,pr. */
1c0159e0 2707 if (IS_LDS (inst))
617daa0e 2708 {
1c0159e0 2709 addr -= 2;
e17a4113 2710 inst = read_memory_unsigned_integer (addr - 2, 2, byte_order);
1c0159e0
CV
2711 }
2712
2713 /* Step over possible mov r14,r15. */
2714 if (IS_MOV_FP_SP (inst))
617daa0e 2715 {
1c0159e0 2716 addr -= 2;
e17a4113 2717 inst = read_memory_unsigned_integer (addr - 2, 2, byte_order);
1c0159e0
CV
2718 }
2719
2720 /* Now check for FP adjustments, using add #imm,r14 or add rX, r14
2721 instructions. */
2722 while (addr > func_addr + 4
617daa0e 2723 && (IS_ADD_REG_TO_FP (inst) || IS_ADD_IMM_FP (inst)))
1c0159e0
CV
2724 {
2725 addr -= 2;
e17a4113 2726 inst = read_memory_unsigned_integer (addr - 2, 2, byte_order);
1c0159e0
CV
2727 }
2728
03131d99
CV
2729 /* On SH2a check if the previous instruction was perhaps a MOVI20.
2730 That's allowed for the epilogue. */
2731 if ((gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_sh2a
2732 || gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_sh2a_nofpu)
2733 && addr > func_addr + 6
e17a4113
UW
2734 && IS_MOVI20 (read_memory_unsigned_integer (addr - 4, 2,
2735 byte_order)))
03131d99
CV
2736 addr -= 4;
2737
1c0159e0
CV
2738 if (pc >= addr)
2739 return 1;
2740 }
2741 return 0;
2742}
c9ac0a72
AS
2743
2744
2745/* Supply register REGNUM from the buffer specified by REGS and LEN
2746 in the register set REGSET to register cache REGCACHE.
2747 REGTABLE specifies where each register can be found in REGS.
2748 If REGNUM is -1, do this for all registers in REGSET. */
2749
2750void
2751sh_corefile_supply_regset (const struct regset *regset,
2752 struct regcache *regcache,
2753 int regnum, const void *regs, size_t len)
2754{
2755 struct gdbarch *gdbarch = get_regcache_arch (regcache);
2756 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
2757 const struct sh_corefile_regmap *regmap = (regset == &sh_corefile_gregset
2758 ? tdep->core_gregmap
2759 : tdep->core_fpregmap);
2760 int i;
2761
2762 for (i = 0; regmap[i].regnum != -1; i++)
2763 {
2764 if ((regnum == -1 || regnum == regmap[i].regnum)
2765 && regmap[i].offset + 4 <= len)
2766 regcache_raw_supply (regcache, regmap[i].regnum,
2767 (char *)regs + regmap[i].offset);
2768 }
2769}
2770
2771/* Collect register REGNUM in the register set REGSET from register cache
2772 REGCACHE into the buffer specified by REGS and LEN.
2773 REGTABLE specifies where each register can be found in REGS.
2774 If REGNUM is -1, do this for all registers in REGSET. */
2775
2776void
2777sh_corefile_collect_regset (const struct regset *regset,
2778 const struct regcache *regcache,
2779 int regnum, void *regs, size_t len)
2780{
2781 struct gdbarch *gdbarch = get_regcache_arch (regcache);
2782 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
2783 const struct sh_corefile_regmap *regmap = (regset == &sh_corefile_gregset
2784 ? tdep->core_gregmap
2785 : tdep->core_fpregmap);
2786 int i;
2787
2788 for (i = 0; regmap[i].regnum != -1; i++)
2789 {
2790 if ((regnum == -1 || regnum == regmap[i].regnum)
2791 && regmap[i].offset + 4 <= len)
2792 regcache_raw_collect (regcache, regmap[i].regnum,
2793 (char *)regs + regmap[i].offset);
2794 }
2795}
2796
2797/* The following two regsets have the same contents, so it is tempting to
2798 unify them, but they are distiguished by their address, so don't. */
2799
2800struct regset sh_corefile_gregset =
2801{
2802 NULL,
2803 sh_corefile_supply_regset,
2804 sh_corefile_collect_regset
2805};
2806
2807static struct regset sh_corefile_fpregset =
2808{
2809 NULL,
2810 sh_corefile_supply_regset,
2811 sh_corefile_collect_regset
2812};
2813
2814static const struct regset *
2815sh_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name,
2816 size_t sect_size)
2817{
2818 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
2819
2820 if (tdep->core_gregmap && strcmp (sect_name, ".reg") == 0)
2821 return &sh_corefile_gregset;
2822
2823 if (tdep->core_fpregmap && strcmp (sect_name, ".reg2") == 0)
2824 return &sh_corefile_fpregset;
2825
2826 return NULL;
2827}
ccf00f21 2828\f
cc17453a
EZ
2829
2830static struct gdbarch *
fba45db2 2831sh_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
cc17453a 2832{
cc17453a 2833 struct gdbarch *gdbarch;
c9ac0a72 2834 struct gdbarch_tdep *tdep;
d658f924 2835
55ff77ac
CV
2836 sh_show_regs = sh_generic_show_regs;
2837 switch (info.bfd_arch_info->mach)
2838 {
617daa0e
CV
2839 case bfd_mach_sh2e:
2840 sh_show_regs = sh2e_show_regs;
2841 break;
da962468
CV
2842 case bfd_mach_sh2a:
2843 sh_show_regs = sh2a_show_regs;
2844 break;
2845 case bfd_mach_sh2a_nofpu:
2846 sh_show_regs = sh2a_nofpu_show_regs;
2847 break;
617daa0e
CV
2848 case bfd_mach_sh_dsp:
2849 sh_show_regs = sh_dsp_show_regs;
2850 break;
55ff77ac 2851
617daa0e 2852 case bfd_mach_sh3:
46e8a76b
AS
2853 case bfd_mach_sh3_nommu:
2854 case bfd_mach_sh2a_nofpu_or_sh3_nommu:
617daa0e
CV
2855 sh_show_regs = sh3_show_regs;
2856 break;
55ff77ac 2857
617daa0e 2858 case bfd_mach_sh3e:
46e8a76b 2859 case bfd_mach_sh2a_or_sh3e:
617daa0e
CV
2860 sh_show_regs = sh3e_show_regs;
2861 break;
55ff77ac 2862
617daa0e 2863 case bfd_mach_sh3_dsp:
474e5826 2864 case bfd_mach_sh4al_dsp:
617daa0e
CV
2865 sh_show_regs = sh3_dsp_show_regs;
2866 break;
55ff77ac 2867
617daa0e 2868 case bfd_mach_sh4:
474e5826 2869 case bfd_mach_sh4a:
46e8a76b 2870 case bfd_mach_sh2a_or_sh4:
617daa0e
CV
2871 sh_show_regs = sh4_show_regs;
2872 break;
55ff77ac 2873
474e5826 2874 case bfd_mach_sh4_nofpu:
46e8a76b 2875 case bfd_mach_sh4_nommu_nofpu:
474e5826 2876 case bfd_mach_sh4a_nofpu:
46e8a76b 2877 case bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu:
474e5826
CV
2878 sh_show_regs = sh4_nofpu_show_regs;
2879 break;
2880
617daa0e
CV
2881 case bfd_mach_sh5:
2882 sh_show_regs = sh64_show_regs;
2883 /* SH5 is handled entirely in sh64-tdep.c */
2884 return sh64_gdbarch_init (info, arches);
55ff77ac
CV
2885 }
2886
4be87837
DJ
2887 /* If there is already a candidate, use it. */
2888 arches = gdbarch_list_lookup_by_info (arches, &info);
2889 if (arches != NULL)
2890 return arches->gdbarch;
cc17453a
EZ
2891
2892 /* None found, create a new architecture from the information
2893 provided. */
c9ac0a72
AS
2894 tdep = XZALLOC (struct gdbarch_tdep);
2895 gdbarch = gdbarch_alloc (&info, tdep);
cc17453a 2896
48db5a3c
CV
2897 set_gdbarch_short_bit (gdbarch, 2 * TARGET_CHAR_BIT);
2898 set_gdbarch_int_bit (gdbarch, 4 * TARGET_CHAR_BIT);
ec920329 2899 set_gdbarch_long_bit (gdbarch, 4 * TARGET_CHAR_BIT);
48db5a3c
CV
2900 set_gdbarch_long_long_bit (gdbarch, 8 * TARGET_CHAR_BIT);
2901 set_gdbarch_float_bit (gdbarch, 4 * TARGET_CHAR_BIT);
2902 set_gdbarch_double_bit (gdbarch, 8 * TARGET_CHAR_BIT);
2903 set_gdbarch_long_double_bit (gdbarch, 8 * TARGET_CHAR_BIT);
a38d2a54 2904 set_gdbarch_ptr_bit (gdbarch, 4 * TARGET_CHAR_BIT);
48db5a3c 2905
f2ea0907 2906 set_gdbarch_num_regs (gdbarch, SH_NUM_REGS);
a38d2a54 2907 set_gdbarch_sp_regnum (gdbarch, 15);
a38d2a54 2908 set_gdbarch_pc_regnum (gdbarch, 16);
48db5a3c
CV
2909 set_gdbarch_fp0_regnum (gdbarch, -1);
2910 set_gdbarch_num_pseudo_regs (gdbarch, 0);
2911
1c0159e0 2912 set_gdbarch_register_type (gdbarch, sh_default_register_type);
dda63807 2913 set_gdbarch_register_reggroup_p (gdbarch, sh_register_reggroup_p);
1c0159e0 2914
eaf90c5d 2915 set_gdbarch_breakpoint_from_pc (gdbarch, sh_breakpoint_from_pc);
48db5a3c 2916
9dae60cc 2917 set_gdbarch_print_insn (gdbarch, print_insn_sh);
2f14585c 2918 set_gdbarch_register_sim_regno (gdbarch, legacy_register_sim_regno);
48db5a3c 2919
c0409442 2920 set_gdbarch_return_value (gdbarch, sh_return_value_nofpu);
1c0159e0 2921
48db5a3c
CV
2922 set_gdbarch_skip_prologue (gdbarch, sh_skip_prologue);
2923 set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
48db5a3c 2924
1c0159e0
CV
2925 set_gdbarch_push_dummy_call (gdbarch, sh_push_dummy_call_nofpu);
2926
48db5a3c
CV
2927 set_gdbarch_believe_pcc_promotion (gdbarch, 1);
2928
19f59343 2929 set_gdbarch_frame_align (gdbarch, sh_frame_align);
1c0159e0
CV
2930 set_gdbarch_unwind_sp (gdbarch, sh_unwind_sp);
2931 set_gdbarch_unwind_pc (gdbarch, sh_unwind_pc);
94afd7a6 2932 set_gdbarch_dummy_id (gdbarch, sh_dummy_id);
1c0159e0
CV
2933 frame_base_set_default (gdbarch, &sh_frame_base);
2934
617daa0e 2935 set_gdbarch_in_function_epilogue_p (gdbarch, sh_in_function_epilogue_p);
cc17453a 2936
357d3800
AS
2937 dwarf2_frame_set_init_reg (gdbarch, sh_dwarf2_frame_init_reg);
2938
c9ac0a72
AS
2939 set_gdbarch_regset_from_core_section (gdbarch, sh_regset_from_core_section);
2940
cc17453a 2941 switch (info.bfd_arch_info->mach)
8db62801 2942 {
cc17453a 2943 case bfd_mach_sh:
48db5a3c 2944 set_gdbarch_register_name (gdbarch, sh_sh_register_name);
cc17453a 2945 break;
1c0159e0 2946
cc17453a 2947 case bfd_mach_sh2:
48db5a3c 2948 set_gdbarch_register_name (gdbarch, sh_sh_register_name);
617daa0e 2949 break;
1c0159e0 2950
2d188dd3 2951 case bfd_mach_sh2e:
48db5a3c
CV
2952 /* doubles on sh2e and sh3e are actually 4 byte. */
2953 set_gdbarch_double_bit (gdbarch, 4 * TARGET_CHAR_BIT);
2954
2955 set_gdbarch_register_name (gdbarch, sh_sh2e_register_name);
48db5a3c 2956 set_gdbarch_register_type (gdbarch, sh_sh3e_register_type);
2d188dd3 2957 set_gdbarch_fp0_regnum (gdbarch, 25);
c0409442 2958 set_gdbarch_return_value (gdbarch, sh_return_value_fpu);
6df2bf50 2959 set_gdbarch_push_dummy_call (gdbarch, sh_push_dummy_call_fpu);
2d188dd3 2960 break;
1c0159e0 2961
da962468
CV
2962 case bfd_mach_sh2a:
2963 set_gdbarch_register_name (gdbarch, sh_sh2a_register_name);
2964 set_gdbarch_register_type (gdbarch, sh_sh2a_register_type);
2965 set_gdbarch_register_sim_regno (gdbarch, sh_sh2a_register_sim_regno);
2966
2967 set_gdbarch_fp0_regnum (gdbarch, 25);
2968 set_gdbarch_num_pseudo_regs (gdbarch, 9);
2969 set_gdbarch_pseudo_register_read (gdbarch, sh_pseudo_register_read);
2970 set_gdbarch_pseudo_register_write (gdbarch, sh_pseudo_register_write);
c0409442 2971 set_gdbarch_return_value (gdbarch, sh_return_value_fpu);
da962468
CV
2972 set_gdbarch_push_dummy_call (gdbarch, sh_push_dummy_call_fpu);
2973 break;
2974
2975 case bfd_mach_sh2a_nofpu:
2976 set_gdbarch_register_name (gdbarch, sh_sh2a_nofpu_register_name);
2977 set_gdbarch_register_sim_regno (gdbarch, sh_sh2a_register_sim_regno);
2978
2979 set_gdbarch_num_pseudo_regs (gdbarch, 1);
2980 set_gdbarch_pseudo_register_read (gdbarch, sh_pseudo_register_read);
2981 set_gdbarch_pseudo_register_write (gdbarch, sh_pseudo_register_write);
2982 break;
2983
cc17453a 2984 case bfd_mach_sh_dsp:
48db5a3c 2985 set_gdbarch_register_name (gdbarch, sh_sh_dsp_register_name);
2f14585c 2986 set_gdbarch_register_sim_regno (gdbarch, sh_dsp_register_sim_regno);
cc17453a 2987 break;
1c0159e0 2988
cc17453a 2989 case bfd_mach_sh3:
4e6cbc38
AS
2990 case bfd_mach_sh3_nommu:
2991 case bfd_mach_sh2a_nofpu_or_sh3_nommu:
48db5a3c 2992 set_gdbarch_register_name (gdbarch, sh_sh3_register_name);
cc17453a 2993 break;
1c0159e0 2994
cc17453a 2995 case bfd_mach_sh3e:
4e6cbc38 2996 case bfd_mach_sh2a_or_sh3e:
48db5a3c
CV
2997 /* doubles on sh2e and sh3e are actually 4 byte. */
2998 set_gdbarch_double_bit (gdbarch, 4 * TARGET_CHAR_BIT);
2999
3000 set_gdbarch_register_name (gdbarch, sh_sh3e_register_name);
48db5a3c 3001 set_gdbarch_register_type (gdbarch, sh_sh3e_register_type);
cc17453a 3002 set_gdbarch_fp0_regnum (gdbarch, 25);
c0409442 3003 set_gdbarch_return_value (gdbarch, sh_return_value_fpu);
6df2bf50 3004 set_gdbarch_push_dummy_call (gdbarch, sh_push_dummy_call_fpu);
cc17453a 3005 break;
1c0159e0 3006
cc17453a 3007 case bfd_mach_sh3_dsp:
48db5a3c 3008 set_gdbarch_register_name (gdbarch, sh_sh3_dsp_register_name);
48db5a3c 3009 set_gdbarch_register_sim_regno (gdbarch, sh_dsp_register_sim_regno);
cc17453a 3010 break;
1c0159e0 3011
cc17453a 3012 case bfd_mach_sh4:
474e5826 3013 case bfd_mach_sh4a:
46e8a76b 3014 case bfd_mach_sh2a_or_sh4:
48db5a3c 3015 set_gdbarch_register_name (gdbarch, sh_sh4_register_name);
48db5a3c 3016 set_gdbarch_register_type (gdbarch, sh_sh4_register_type);
cc17453a 3017 set_gdbarch_fp0_regnum (gdbarch, 25);
da962468 3018 set_gdbarch_num_pseudo_regs (gdbarch, 13);
d8124050
AC
3019 set_gdbarch_pseudo_register_read (gdbarch, sh_pseudo_register_read);
3020 set_gdbarch_pseudo_register_write (gdbarch, sh_pseudo_register_write);
c0409442 3021 set_gdbarch_return_value (gdbarch, sh_return_value_fpu);
6df2bf50 3022 set_gdbarch_push_dummy_call (gdbarch, sh_push_dummy_call_fpu);
cc17453a 3023 break;
1c0159e0 3024
474e5826
CV
3025 case bfd_mach_sh4_nofpu:
3026 case bfd_mach_sh4a_nofpu:
4e6cbc38
AS
3027 case bfd_mach_sh4_nommu_nofpu:
3028 case bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu:
474e5826
CV
3029 set_gdbarch_register_name (gdbarch, sh_sh4_nofpu_register_name);
3030 break;
3031
3032 case bfd_mach_sh4al_dsp:
3033 set_gdbarch_register_name (gdbarch, sh_sh4al_dsp_register_name);
3034 set_gdbarch_register_sim_regno (gdbarch, sh_dsp_register_sim_regno);
3035 break;
3036
cc17453a 3037 default:
b58cbbf2 3038 set_gdbarch_register_name (gdbarch, sh_sh_register_name);
cc17453a 3039 break;
8db62801 3040 }
cc17453a 3041
4be87837
DJ
3042 /* Hook in ABI-specific overrides, if they have been registered. */
3043 gdbarch_init_osabi (info, gdbarch);
d658f924 3044
94afd7a6
UW
3045 dwarf2_append_unwinders (gdbarch);
3046 frame_unwind_append_unwinder (gdbarch, &sh_frame_unwind);
1c0159e0 3047
cc17453a 3048 return gdbarch;
8db62801
EZ
3049}
3050
c055b101
CV
3051static void
3052show_sh_command (char *args, int from_tty)
3053{
3054 help_list (showshcmdlist, "show sh ", all_commands, gdb_stdout);
3055}
3056
3057static void
3058set_sh_command (char *args, int from_tty)
3059{
3060 printf_unfiltered
3061 ("\"set sh\" must be followed by an appropriate subcommand.\n");
3062 help_list (setshcmdlist, "set sh ", all_commands, gdb_stdout);
3063}
3064
617daa0e 3065extern initialize_file_ftype _initialize_sh_tdep; /* -Wmissing-prototypes */
a78f21af 3066
c906108c 3067void
fba45db2 3068_initialize_sh_tdep (void)
c906108c
SS
3069{
3070 struct cmd_list_element *c;
617daa0e 3071
f2ea0907 3072 gdbarch_register (bfd_arch_sh, sh_gdbarch_init, NULL);
c906108c 3073
1bedd215 3074 add_com ("regs", class_vars, sh_show_regs_command, _("Print all registers"));
c055b101
CV
3075
3076 add_prefix_cmd ("sh", no_class, set_sh_command, "SH specific commands.",
3077 &setshcmdlist, "set sh ", 0, &setlist);
3078 add_prefix_cmd ("sh", no_class, show_sh_command, "SH specific commands.",
3079 &showshcmdlist, "show sh ", 0, &showlist);
3080
3081 add_setshow_enum_cmd ("calling-convention", class_vars, sh_cc_enum,
3082 &sh_active_calling_convention,
3083 _("Set calling convention used when calling target "
3084 "functions from GDB."),
3085 _("Show calling convention used when calling target "
3086 "functions from GDB."),
3087 _("gcc - Use GCC calling convention (default).\n"
3088 "renesas - Enforce Renesas calling convention."),
3089 NULL, NULL,
3090 &setshcmdlist, &showshcmdlist);
c906108c 3091}
This page took 1.192041 seconds and 4 git commands to generate.