]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/mips-tdep.c
* gdb.ada/packed_array/pa.adb: New file.
[thirdparty/binutils-gdb.git] / gdb / mips-tdep.c
CommitLineData
c906108c 1/* Target-dependent code for the MIPS architecture, for GDB, the GNU Debugger.
bf64bfd6 2
cda5a58a 3 Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
79dd2d24 4 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
16e109ca 5 Foundation, Inc.
bf64bfd6 6
c906108c
SS
7 Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
8 and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin.
9
c5aa993b 10 This file is part of GDB.
c906108c 11
c5aa993b
JM
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
c906108c 16
c5aa993b
JM
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
c906108c 21
c5aa993b
JM
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. */
c906108c
SS
26
27#include "defs.h"
28#include "gdb_string.h"
5e2e9765 29#include "gdb_assert.h"
c906108c
SS
30#include "frame.h"
31#include "inferior.h"
32#include "symtab.h"
33#include "value.h"
34#include "gdbcmd.h"
35#include "language.h"
36#include "gdbcore.h"
37#include "symfile.h"
38#include "objfiles.h"
39#include "gdbtypes.h"
40#include "target.h"
28d069e6 41#include "arch-utils.h"
4e052eda 42#include "regcache.h"
70f80edf 43#include "osabi.h"
d1973055 44#include "mips-tdep.h"
fe898f56 45#include "block.h"
a4b8ebc8 46#include "reggroups.h"
c906108c 47#include "opcode/mips.h"
c2d11a7d
JM
48#include "elf/mips.h"
49#include "elf-bfd.h"
2475bac3 50#include "symcat.h"
a4b8ebc8 51#include "sim-regno.h"
a89aa300 52#include "dis-asm.h"
edfae063
AC
53#include "frame-unwind.h"
54#include "frame-base.h"
55#include "trad-frame.h"
7d9b040b 56#include "infcall.h"
fed7ba43 57#include "floatformat.h"
c906108c 58
8d5f9dcb
DJ
59static const struct objfile_data *mips_pdr_data;
60
5bbcb741 61static struct type *mips_register_type (struct gdbarch *gdbarch, int regnum);
e0f7ec59 62
24e05951 63/* A useful bit in the CP0 status register (MIPS_PS_REGNUM). */
dd824b04
DJ
64/* This bit is set if we are emulating 32-bit FPRs on a 64-bit chip. */
65#define ST0_FR (1 << 26)
66
b0069a17
AC
67/* The sizes of floating point registers. */
68
69enum
70{
71 MIPS_FPU_SINGLE_REGSIZE = 4,
72 MIPS_FPU_DOUBLE_REGSIZE = 8
73};
74
0dadbba0 75
2e4ebe70
DJ
76static const char *mips_abi_string;
77
78static const char *mips_abi_strings[] = {
79 "auto",
80 "n32",
81 "o32",
28d169de 82 "n64",
2e4ebe70
DJ
83 "o64",
84 "eabi32",
85 "eabi64",
86 NULL
87};
88
d929b26f
AC
89/* Various MIPS ISA options (related to stack analysis) can be
90 overridden dynamically. Establish an enum/array for managing
91 them. */
92
53904c9e
AC
93static const char size_auto[] = "auto";
94static const char size_32[] = "32";
95static const char size_64[] = "64";
d929b26f 96
53904c9e 97static const char *size_enums[] = {
d929b26f
AC
98 size_auto,
99 size_32,
100 size_64,
a5ea2558
AC
101 0
102};
103
7a292a7a 104/* Some MIPS boards don't support floating point while others only
ceae6e75 105 support single-precision floating-point operations. */
c906108c
SS
106
107enum mips_fpu_type
6d82d43b
AC
108{
109 MIPS_FPU_DOUBLE, /* Full double precision floating point. */
110 MIPS_FPU_SINGLE, /* Single precision floating point (R4650). */
111 MIPS_FPU_NONE /* No floating point. */
112};
c906108c
SS
113
114#ifndef MIPS_DEFAULT_FPU_TYPE
115#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_DOUBLE
116#endif
117static int mips_fpu_type_auto = 1;
118static enum mips_fpu_type mips_fpu_type = MIPS_DEFAULT_FPU_TYPE;
7a292a7a 119
9ace0497 120static int mips_debug = 0;
7a292a7a 121
c2d11a7d
JM
122/* MIPS specific per-architecture information */
123struct gdbarch_tdep
6d82d43b
AC
124{
125 /* from the elf header */
126 int elf_flags;
127
128 /* mips options */
129 enum mips_abi mips_abi;
130 enum mips_abi found_abi;
131 enum mips_fpu_type mips_fpu_type;
132 int mips_last_arg_regnum;
133 int mips_last_fp_arg_regnum;
6d82d43b
AC
134 int default_mask_address_p;
135 /* Is the target using 64-bit raw integer registers but only
136 storing a left-aligned 32-bit value in each? */
137 int mips64_transfers_32bit_regs_p;
138 /* Indexes for various registers. IRIX and embedded have
139 different values. This contains the "public" fields. Don't
140 add any that do not need to be public. */
141 const struct mips_regnum *regnum;
142 /* Register names table for the current register set. */
143 const char **mips_processor_reg_names;
144};
c2d11a7d 145
fed7ba43
JB
146static int
147n32n64_floatformat_always_valid (const struct floatformat *fmt,
148 const char *from)
149{
150 return 1;
151}
152
153/* FIXME: brobecker/2004-08-08: Long Double values are 128 bit long.
154 They are implemented as a pair of 64bit doubles where the high
155 part holds the result of the operation rounded to double, and
156 the low double holds the difference between the exact result and
157 the rounded result. So "high" + "low" contains the result with
158 added precision. Unfortunately, the floatformat structure used
159 by GDB is not powerful enough to describe this format. As a temporary
160 measure, we define a 128bit floatformat that only uses the high part.
161 We lose a bit of precision but that's probably the best we can do
162 for now with the current infrastructure. */
163
164static const struct floatformat floatformat_n32n64_long_double_big =
165{
166 floatformat_big, 128, 0, 1, 11, 1023, 2047, 12, 52,
167 floatformat_intbit_no,
168 "floatformat_ieee_double_big",
169 n32n64_floatformat_always_valid
170};
171
56cea623
AC
172const struct mips_regnum *
173mips_regnum (struct gdbarch *gdbarch)
174{
175 return gdbarch_tdep (gdbarch)->regnum;
176}
177
178static int
179mips_fpa0_regnum (struct gdbarch *gdbarch)
180{
181 return mips_regnum (gdbarch)->fp0 + 12;
182}
183
0dadbba0 184#define MIPS_EABI (gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI32 \
216a600b 185 || gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI64)
c2d11a7d 186
c2d11a7d 187#define MIPS_LAST_FP_ARG_REGNUM (gdbarch_tdep (current_gdbarch)->mips_last_fp_arg_regnum)
c2d11a7d 188
c2d11a7d 189#define MIPS_LAST_ARG_REGNUM (gdbarch_tdep (current_gdbarch)->mips_last_arg_regnum)
c2d11a7d 190
c2d11a7d 191#define MIPS_FPU_TYPE (gdbarch_tdep (current_gdbarch)->mips_fpu_type)
c2d11a7d 192
95404a3e
AC
193/* MIPS16 function addresses are odd (bit 0 is set). Here are some
194 functions to test, set, or clear bit 0 of addresses. */
195
196static CORE_ADDR
197is_mips16_addr (CORE_ADDR addr)
198{
199 return ((addr) & 1);
200}
201
95404a3e
AC
202static CORE_ADDR
203unmake_mips16_addr (CORE_ADDR addr)
204{
205 return ((addr) & ~1);
206}
207
22540ece
AC
208/* Return the contents of register REGNUM as a signed integer. */
209
210static LONGEST
211read_signed_register (int regnum)
212{
1d93fe1a
AC
213 LONGEST val;
214 regcache_cooked_read_signed (current_regcache, regnum, &val);
215 return val;
22540ece
AC
216}
217
218static LONGEST
219read_signed_register_pid (int regnum, ptid_t ptid)
220{
221 ptid_t save_ptid;
222 LONGEST retval;
223
224 if (ptid_equal (ptid, inferior_ptid))
225 return read_signed_register (regnum);
226
227 save_ptid = inferior_ptid;
228
229 inferior_ptid = ptid;
230
231 retval = read_signed_register (regnum);
232
233 inferior_ptid = save_ptid;
234
235 return retval;
236}
237
d1973055
KB
238/* Return the MIPS ABI associated with GDBARCH. */
239enum mips_abi
240mips_abi (struct gdbarch *gdbarch)
241{
242 return gdbarch_tdep (gdbarch)->mips_abi;
243}
244
4246e332 245int
1b13c4f6 246mips_isa_regsize (struct gdbarch *gdbarch)
4246e332
AC
247{
248 return (gdbarch_bfd_arch_info (gdbarch)->bits_per_word
249 / gdbarch_bfd_arch_info (gdbarch)->bits_per_byte);
250}
251
480d3dd2
AC
252/* Return the currently configured (or set) saved register size. */
253
1b13c4f6 254static const char *mips_abi_regsize_string = size_auto;
480d3dd2 255
e6bc2e8a 256unsigned int
13326b4e 257mips_abi_regsize (struct gdbarch *gdbarch)
d929b26f 258{
1b13c4f6 259 if (mips_abi_regsize_string == size_auto)
13326b4e
AC
260 switch (mips_abi (gdbarch))
261 {
262 case MIPS_ABI_EABI32:
263 case MIPS_ABI_O32:
264 return 4;
265 case MIPS_ABI_N32:
266 case MIPS_ABI_N64:
267 case MIPS_ABI_O64:
268 case MIPS_ABI_EABI64:
269 return 8;
270 case MIPS_ABI_UNKNOWN:
271 case MIPS_ABI_LAST:
272 default:
e2e0b3e5 273 internal_error (__FILE__, __LINE__, _("bad switch"));
13326b4e 274 }
1b13c4f6 275 else if (mips_abi_regsize_string == size_64)
d929b26f 276 return 8;
1b13c4f6 277 else /* if (mips_abi_regsize_string == size_32) */
d929b26f
AC
278 return 4;
279}
280
71b8ef93 281/* Functions for setting and testing a bit in a minimal symbol that
5a89d8aa 282 marks it as 16-bit function. The MSB of the minimal symbol's
f594e5e9 283 "info" field is used for this purpose.
5a89d8aa
MS
284
285 ELF_MAKE_MSYMBOL_SPECIAL tests whether an ELF symbol is "special",
286 i.e. refers to a 16-bit function, and sets a "special" bit in a
287 minimal symbol to mark it as a 16-bit function
288
f594e5e9 289 MSYMBOL_IS_SPECIAL tests the "special" bit in a minimal symbol */
5a89d8aa 290
5a89d8aa 291static void
6d82d43b
AC
292mips_elf_make_msymbol_special (asymbol * sym, struct minimal_symbol *msym)
293{
294 if (((elf_symbol_type *) (sym))->internal_elf_sym.st_other == STO_MIPS16)
295 {
296 MSYMBOL_INFO (msym) = (char *)
297 (((long) MSYMBOL_INFO (msym)) | 0x80000000);
298 SYMBOL_VALUE_ADDRESS (msym) |= 1;
299 }
5a89d8aa
MS
300}
301
71b8ef93
MS
302static int
303msymbol_is_special (struct minimal_symbol *msym)
304{
305 return (((long) MSYMBOL_INFO (msym) & 0x80000000) != 0);
306}
307
88658117
AC
308/* XFER a value from the big/little/left end of the register.
309 Depending on the size of the value it might occupy the entire
310 register or just part of it. Make an allowance for this, aligning
311 things accordingly. */
312
313static void
314mips_xfer_register (struct regcache *regcache, int reg_num, int length,
6d82d43b
AC
315 enum bfd_endian endian, bfd_byte * in,
316 const bfd_byte * out, int buf_offset)
88658117 317{
88658117 318 int reg_offset = 0;
a4b8ebc8 319 gdb_assert (reg_num >= NUM_REGS);
cb1d2653
AC
320 /* Need to transfer the left or right part of the register, based on
321 the targets byte order. */
88658117
AC
322 switch (endian)
323 {
324 case BFD_ENDIAN_BIG:
719ec221 325 reg_offset = register_size (current_gdbarch, reg_num) - length;
88658117
AC
326 break;
327 case BFD_ENDIAN_LITTLE:
328 reg_offset = 0;
329 break;
6d82d43b 330 case BFD_ENDIAN_UNKNOWN: /* Indicates no alignment. */
88658117
AC
331 reg_offset = 0;
332 break;
333 default:
e2e0b3e5 334 internal_error (__FILE__, __LINE__, _("bad switch"));
88658117
AC
335 }
336 if (mips_debug)
cb1d2653
AC
337 fprintf_unfiltered (gdb_stderr,
338 "xfer $%d, reg offset %d, buf offset %d, length %d, ",
339 reg_num, reg_offset, buf_offset, length);
88658117
AC
340 if (mips_debug && out != NULL)
341 {
342 int i;
cb1d2653 343 fprintf_unfiltered (gdb_stdlog, "out ");
88658117 344 for (i = 0; i < length; i++)
cb1d2653 345 fprintf_unfiltered (gdb_stdlog, "%02x", out[buf_offset + i]);
88658117
AC
346 }
347 if (in != NULL)
6d82d43b
AC
348 regcache_cooked_read_part (regcache, reg_num, reg_offset, length,
349 in + buf_offset);
88658117 350 if (out != NULL)
6d82d43b
AC
351 regcache_cooked_write_part (regcache, reg_num, reg_offset, length,
352 out + buf_offset);
88658117
AC
353 if (mips_debug && in != NULL)
354 {
355 int i;
cb1d2653 356 fprintf_unfiltered (gdb_stdlog, "in ");
88658117 357 for (i = 0; i < length; i++)
cb1d2653 358 fprintf_unfiltered (gdb_stdlog, "%02x", in[buf_offset + i]);
88658117
AC
359 }
360 if (mips_debug)
361 fprintf_unfiltered (gdb_stdlog, "\n");
362}
363
dd824b04
DJ
364/* Determine if a MIPS3 or later cpu is operating in MIPS{1,2} FPU
365 compatiblity mode. A return value of 1 means that we have
366 physical 64-bit registers, but should treat them as 32-bit registers. */
367
368static int
369mips2_fp_compat (void)
370{
371 /* MIPS1 and MIPS2 have only 32 bit FPRs, and the FR bit is not
372 meaningful. */
6d82d43b
AC
373 if (register_size (current_gdbarch, mips_regnum (current_gdbarch)->fp0) ==
374 4)
dd824b04
DJ
375 return 0;
376
377#if 0
378 /* FIXME drow 2002-03-10: This is disabled until we can do it consistently,
379 in all the places we deal with FP registers. PR gdb/413. */
380 /* Otherwise check the FR bit in the status register - it controls
381 the FP compatiblity mode. If it is clear we are in compatibility
382 mode. */
24e05951 383 if ((read_register (MIPS_PS_REGNUM) & ST0_FR) == 0)
dd824b04
DJ
384 return 1;
385#endif
361d1df0 386
dd824b04
DJ
387 return 0;
388}
389
d929b26f 390/* The amount of space reserved on the stack for registers. This is
1b13c4f6 391 different to MIPS_ABI_REGSIZE as it determines the alignment of
d929b26f
AC
392 data allocated after the registers have run out. */
393
53904c9e 394static const char *mips_stack_argsize_string = size_auto;
d929b26f
AC
395
396static unsigned int
13326b4e 397mips_stack_argsize (struct gdbarch *gdbarch)
d929b26f
AC
398{
399 if (mips_stack_argsize_string == size_auto)
13326b4e 400 return mips_abi_regsize (gdbarch);
d929b26f
AC
401 else if (mips_stack_argsize_string == size_64)
402 return 8;
6d82d43b 403 else /* if (mips_stack_argsize_string == size_32) */
d929b26f
AC
404 return 4;
405}
406
7a292a7a 407#define VM_MIN_ADDRESS (CORE_ADDR)0x400000
c906108c 408
a14ed312 409static CORE_ADDR heuristic_proc_start (CORE_ADDR);
c906108c 410
a14ed312 411static CORE_ADDR read_next_frame_reg (struct frame_info *, int);
c906108c 412
a14ed312 413static void reinit_frame_cache_sfunc (char *, int, struct cmd_list_element *);
c906108c 414
67b2c998
DJ
415static struct type *mips_float_register_type (void);
416static struct type *mips_double_register_type (void);
417
acdb74a0
AC
418/* The list of available "set mips " and "show mips " commands */
419
420static struct cmd_list_element *setmipscmdlist = NULL;
421static struct cmd_list_element *showmipscmdlist = NULL;
422
5e2e9765
KB
423/* Integer registers 0 thru 31 are handled explicitly by
424 mips_register_name(). Processor specific registers 32 and above
691c0433
AC
425 are listed in the followign tables. */
426
6d82d43b
AC
427enum
428{ NUM_MIPS_PROCESSOR_REGS = (90 - 32) };
691c0433
AC
429
430/* Generic MIPS. */
431
432static const char *mips_generic_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
6d82d43b
AC
433 "sr", "lo", "hi", "bad", "cause", "pc",
434 "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
435 "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15",
436 "f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23",
437 "f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31",
438 "fsr", "fir", "" /*"fp" */ , "",
439 "", "", "", "", "", "", "", "",
440 "", "", "", "", "", "", "", "",
691c0433
AC
441};
442
443/* Names of IDT R3041 registers. */
444
445static const char *mips_r3041_reg_names[] = {
6d82d43b
AC
446 "sr", "lo", "hi", "bad", "cause", "pc",
447 "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
448 "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15",
449 "f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23",
450 "f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31",
451 "fsr", "fir", "", /*"fp" */ "",
452 "", "", "bus", "ccfg", "", "", "", "",
453 "", "", "port", "cmp", "", "", "epc", "prid",
691c0433
AC
454};
455
456/* Names of tx39 registers. */
457
458static const char *mips_tx39_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
6d82d43b
AC
459 "sr", "lo", "hi", "bad", "cause", "pc",
460 "", "", "", "", "", "", "", "",
461 "", "", "", "", "", "", "", "",
462 "", "", "", "", "", "", "", "",
463 "", "", "", "", "", "", "", "",
464 "", "", "", "",
465 "", "", "", "", "", "", "", "",
466 "", "", "config", "cache", "debug", "depc", "epc", ""
691c0433
AC
467};
468
469/* Names of IRIX registers. */
470static const char *mips_irix_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
6d82d43b
AC
471 "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
472 "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15",
473 "f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23",
474 "f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31",
475 "pc", "cause", "bad", "hi", "lo", "fsr", "fir"
691c0433
AC
476};
477
cce74817 478
5e2e9765 479/* Return the name of the register corresponding to REGNO. */
5a89d8aa 480static const char *
5e2e9765 481mips_register_name (int regno)
cce74817 482{
691c0433 483 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
5e2e9765
KB
484 /* GPR names for all ABIs other than n32/n64. */
485 static char *mips_gpr_names[] = {
6d82d43b
AC
486 "zero", "at", "v0", "v1", "a0", "a1", "a2", "a3",
487 "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7",
488 "s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7",
489 "t8", "t9", "k0", "k1", "gp", "sp", "s8", "ra",
5e2e9765
KB
490 };
491
492 /* GPR names for n32 and n64 ABIs. */
493 static char *mips_n32_n64_gpr_names[] = {
6d82d43b
AC
494 "zero", "at", "v0", "v1", "a0", "a1", "a2", "a3",
495 "a4", "a5", "a6", "a7", "t0", "t1", "t2", "t3",
496 "s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7",
497 "t8", "t9", "k0", "k1", "gp", "sp", "s8", "ra"
5e2e9765
KB
498 };
499
500 enum mips_abi abi = mips_abi (current_gdbarch);
501
a4b8ebc8
AC
502 /* Map [NUM_REGS .. 2*NUM_REGS) onto the raw registers, but then
503 don't make the raw register names visible. */
504 int rawnum = regno % NUM_REGS;
505 if (regno < NUM_REGS)
506 return "";
507
5e2e9765
KB
508 /* The MIPS integer registers are always mapped from 0 to 31. The
509 names of the registers (which reflects the conventions regarding
510 register use) vary depending on the ABI. */
a4b8ebc8 511 if (0 <= rawnum && rawnum < 32)
5e2e9765
KB
512 {
513 if (abi == MIPS_ABI_N32 || abi == MIPS_ABI_N64)
a4b8ebc8 514 return mips_n32_n64_gpr_names[rawnum];
5e2e9765 515 else
a4b8ebc8 516 return mips_gpr_names[rawnum];
5e2e9765 517 }
a4b8ebc8 518 else if (32 <= rawnum && rawnum < NUM_REGS)
691c0433
AC
519 {
520 gdb_assert (rawnum - 32 < NUM_MIPS_PROCESSOR_REGS);
521 return tdep->mips_processor_reg_names[rawnum - 32];
522 }
5e2e9765
KB
523 else
524 internal_error (__FILE__, __LINE__,
e2e0b3e5 525 _("mips_register_name: bad register number %d"), rawnum);
cce74817 526}
5e2e9765 527
a4b8ebc8 528/* Return the groups that a MIPS register can be categorised into. */
c5aa993b 529
a4b8ebc8
AC
530static int
531mips_register_reggroup_p (struct gdbarch *gdbarch, int regnum,
532 struct reggroup *reggroup)
533{
534 int vector_p;
535 int float_p;
536 int raw_p;
537 int rawnum = regnum % NUM_REGS;
538 int pseudo = regnum / NUM_REGS;
539 if (reggroup == all_reggroup)
540 return pseudo;
541 vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
542 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
543 /* FIXME: cagney/2003-04-13: Can't yet use gdbarch_num_regs
544 (gdbarch), as not all architectures are multi-arch. */
545 raw_p = rawnum < NUM_REGS;
6d82d43b 546 if (REGISTER_NAME (regnum) == NULL || REGISTER_NAME (regnum)[0] == '\0')
a4b8ebc8
AC
547 return 0;
548 if (reggroup == float_reggroup)
549 return float_p && pseudo;
550 if (reggroup == vector_reggroup)
551 return vector_p && pseudo;
552 if (reggroup == general_reggroup)
553 return (!vector_p && !float_p) && pseudo;
554 /* Save the pseudo registers. Need to make certain that any code
555 extracting register values from a saved register cache also uses
556 pseudo registers. */
557 if (reggroup == save_reggroup)
558 return raw_p && pseudo;
559 /* Restore the same pseudo register. */
560 if (reggroup == restore_reggroup)
561 return raw_p && pseudo;
6d82d43b 562 return 0;
a4b8ebc8
AC
563}
564
565/* Map the symbol table registers which live in the range [1 *
566 NUM_REGS .. 2 * NUM_REGS) back onto the corresponding raw
47ebcfbe 567 registers. Take care of alignment and size problems. */
c5aa993b 568
a4b8ebc8
AC
569static void
570mips_pseudo_register_read (struct gdbarch *gdbarch, struct regcache *regcache,
571 int cookednum, void *buf)
572{
47ebcfbe 573 int rawnum = cookednum % NUM_REGS;
a4b8ebc8 574 gdb_assert (cookednum >= NUM_REGS && cookednum < 2 * NUM_REGS);
47ebcfbe 575 if (register_size (gdbarch, rawnum) == register_size (gdbarch, cookednum))
de38af99 576 regcache_raw_read (regcache, rawnum, buf);
6d82d43b
AC
577 else if (register_size (gdbarch, rawnum) >
578 register_size (gdbarch, cookednum))
47ebcfbe
AC
579 {
580 if (gdbarch_tdep (gdbarch)->mips64_transfers_32bit_regs_p
581 || TARGET_BYTE_ORDER == BFD_ENDIAN_LITTLE)
582 regcache_raw_read_part (regcache, rawnum, 0, 4, buf);
583 else
584 regcache_raw_read_part (regcache, rawnum, 4, 4, buf);
585 }
586 else
e2e0b3e5 587 internal_error (__FILE__, __LINE__, _("bad register size"));
a4b8ebc8
AC
588}
589
590static void
6d82d43b
AC
591mips_pseudo_register_write (struct gdbarch *gdbarch,
592 struct regcache *regcache, int cookednum,
593 const void *buf)
a4b8ebc8 594{
47ebcfbe 595 int rawnum = cookednum % NUM_REGS;
a4b8ebc8 596 gdb_assert (cookednum >= NUM_REGS && cookednum < 2 * NUM_REGS);
47ebcfbe 597 if (register_size (gdbarch, rawnum) == register_size (gdbarch, cookednum))
de38af99 598 regcache_raw_write (regcache, rawnum, buf);
6d82d43b
AC
599 else if (register_size (gdbarch, rawnum) >
600 register_size (gdbarch, cookednum))
47ebcfbe
AC
601 {
602 if (gdbarch_tdep (gdbarch)->mips64_transfers_32bit_regs_p
603 || TARGET_BYTE_ORDER == BFD_ENDIAN_LITTLE)
604 regcache_raw_write_part (regcache, rawnum, 0, 4, buf);
605 else
606 regcache_raw_write_part (regcache, rawnum, 4, 4, buf);
607 }
608 else
e2e0b3e5 609 internal_error (__FILE__, __LINE__, _("bad register size"));
a4b8ebc8 610}
c5aa993b 611
c906108c 612/* Table to translate MIPS16 register field to actual register number. */
6d82d43b 613static int mips16_to_32_reg[8] = { 16, 17, 2, 3, 4, 5, 6, 7 };
c906108c
SS
614
615/* Heuristic_proc_start may hunt through the text section for a long
616 time across a 2400 baud serial line. Allows the user to limit this
617 search. */
618
619static unsigned int heuristic_fence_post = 0;
620
46cd78fb 621/* Number of bytes of storage in the actual machine representation for
719ec221
AC
622 register N. NOTE: This defines the pseudo register type so need to
623 rebuild the architecture vector. */
43e526b9
JM
624
625static int mips64_transfers_32bit_regs_p = 0;
626
719ec221
AC
627static void
628set_mips64_transfers_32bit_regs (char *args, int from_tty,
629 struct cmd_list_element *c)
43e526b9 630{
719ec221
AC
631 struct gdbarch_info info;
632 gdbarch_info_init (&info);
633 /* FIXME: cagney/2003-11-15: Should be setting a field in "info"
634 instead of relying on globals. Doing that would let generic code
635 handle the search for this specific architecture. */
636 if (!gdbarch_update_p (info))
a4b8ebc8 637 {
719ec221 638 mips64_transfers_32bit_regs_p = 0;
8a3fe4f8 639 error (_("32-bit compatibility mode not supported"));
a4b8ebc8 640 }
a4b8ebc8
AC
641}
642
47ebcfbe 643/* Convert to/from a register and the corresponding memory value. */
43e526b9 644
ff2e87ac
AC
645static int
646mips_convert_register_p (int regnum, struct type *type)
647{
648 return (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
719ec221 649 && register_size (current_gdbarch, regnum) == 4
87783b8b
AC
650 && (regnum % NUM_REGS) >= mips_regnum (current_gdbarch)->fp0
651 && (regnum % NUM_REGS) < mips_regnum (current_gdbarch)->fp0 + 32
6d82d43b 652 && TYPE_CODE (type) == TYPE_CODE_FLT && TYPE_LENGTH (type) == 8);
ff2e87ac
AC
653}
654
42c466d7 655static void
ff2e87ac
AC
656mips_register_to_value (struct frame_info *frame, int regnum,
657 struct type *type, void *to)
102182a9 658{
7f5f525d
AC
659 get_frame_register (frame, regnum + 0, (char *) to + 4);
660 get_frame_register (frame, regnum + 1, (char *) to + 0);
102182a9
MS
661}
662
42c466d7 663static void
ff2e87ac
AC
664mips_value_to_register (struct frame_info *frame, int regnum,
665 struct type *type, const void *from)
102182a9 666{
ff2e87ac
AC
667 put_frame_register (frame, regnum + 0, (const char *) from + 4);
668 put_frame_register (frame, regnum + 1, (const char *) from + 0);
102182a9
MS
669}
670
a4b8ebc8
AC
671/* Return the GDB type object for the "standard" data type of data in
672 register REG. */
78fde5f8
KB
673
674static struct type *
a4b8ebc8
AC
675mips_register_type (struct gdbarch *gdbarch, int regnum)
676{
5ef80fb0 677 gdb_assert (regnum >= 0 && regnum < 2 * NUM_REGS);
56cea623
AC
678 if ((regnum % NUM_REGS) >= mips_regnum (current_gdbarch)->fp0
679 && (regnum % NUM_REGS) < mips_regnum (current_gdbarch)->fp0 + 32)
a6425924 680 {
5ef80fb0 681 /* The floating-point registers raw, or cooked, always match
1b13c4f6 682 mips_isa_regsize(), and also map 1:1, byte for byte. */
5ef80fb0
AC
683 switch (gdbarch_byte_order (gdbarch))
684 {
685 case BFD_ENDIAN_BIG:
1b13c4f6 686 if (mips_isa_regsize (gdbarch) == 4)
5ef80fb0
AC
687 return builtin_type_ieee_single_big;
688 else
689 return builtin_type_ieee_double_big;
690 case BFD_ENDIAN_LITTLE:
1b13c4f6 691 if (mips_isa_regsize (gdbarch) == 4)
5ef80fb0
AC
692 return builtin_type_ieee_single_little;
693 else
694 return builtin_type_ieee_double_little;
695 case BFD_ENDIAN_UNKNOWN:
696 default:
e2e0b3e5 697 internal_error (__FILE__, __LINE__, _("bad switch"));
5ef80fb0 698 }
a6425924 699 }
d5ac5a39
AC
700 else if (regnum < NUM_REGS)
701 {
702 /* The raw or ISA registers. These are all sized according to
703 the ISA regsize. */
704 if (mips_isa_regsize (gdbarch) == 4)
705 return builtin_type_int32;
706 else
707 return builtin_type_int64;
708 }
78fde5f8 709 else
d5ac5a39
AC
710 {
711 /* The cooked or ABI registers. These are sized according to
712 the ABI (with a few complications). */
713 if (regnum >= (NUM_REGS
714 + mips_regnum (current_gdbarch)->fp_control_status)
607fc93c 715 && regnum <= NUM_REGS + MIPS_LAST_EMBED_REGNUM)
d5ac5a39
AC
716 /* The pseudo/cooked view of the embedded registers is always
717 32-bit. The raw view is handled below. */
718 return builtin_type_int32;
719 else if (gdbarch_tdep (gdbarch)->mips64_transfers_32bit_regs_p)
720 /* The target, while possibly using a 64-bit register buffer,
721 is only transfering 32-bits of each integer register.
722 Reflect this in the cooked/pseudo (ABI) register value. */
723 return builtin_type_int32;
724 else if (mips_abi_regsize (gdbarch) == 4)
725 /* The ABI is restricted to 32-bit registers (the ISA could be
726 32- or 64-bit). */
727 return builtin_type_int32;
728 else
729 /* 64-bit ABI. */
730 return builtin_type_int64;
731 }
78fde5f8
KB
732}
733
bcb0cc15
MS
734/* TARGET_READ_SP -- Remove useless bits from the stack pointer. */
735
736static CORE_ADDR
737mips_read_sp (void)
738{
f10683bb 739 return read_signed_register (MIPS_SP_REGNUM);
bcb0cc15
MS
740}
741
c906108c 742/* Should the upper word of 64-bit addresses be zeroed? */
7f19b9a2 743enum auto_boolean mask_address_var = AUTO_BOOLEAN_AUTO;
4014092b
AC
744
745static int
480d3dd2 746mips_mask_address_p (struct gdbarch_tdep *tdep)
4014092b
AC
747{
748 switch (mask_address_var)
749 {
7f19b9a2 750 case AUTO_BOOLEAN_TRUE:
4014092b 751 return 1;
7f19b9a2 752 case AUTO_BOOLEAN_FALSE:
4014092b
AC
753 return 0;
754 break;
7f19b9a2 755 case AUTO_BOOLEAN_AUTO:
480d3dd2 756 return tdep->default_mask_address_p;
4014092b 757 default:
e2e0b3e5 758 internal_error (__FILE__, __LINE__, _("mips_mask_address_p: bad switch"));
4014092b 759 return -1;
361d1df0 760 }
4014092b
AC
761}
762
763static void
e9e68a56 764show_mask_address (char *cmd, int from_tty, struct cmd_list_element *c)
4014092b 765{
480d3dd2 766 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
4014092b
AC
767 switch (mask_address_var)
768 {
7f19b9a2 769 case AUTO_BOOLEAN_TRUE:
4014092b
AC
770 printf_filtered ("The 32 bit mips address mask is enabled\n");
771 break;
7f19b9a2 772 case AUTO_BOOLEAN_FALSE:
4014092b
AC
773 printf_filtered ("The 32 bit mips address mask is disabled\n");
774 break;
7f19b9a2 775 case AUTO_BOOLEAN_AUTO:
6d82d43b
AC
776 printf_filtered
777 ("The 32 bit address mask is set automatically. Currently %s\n",
778 mips_mask_address_p (tdep) ? "enabled" : "disabled");
4014092b
AC
779 break;
780 default:
e2e0b3e5 781 internal_error (__FILE__, __LINE__, _("show_mask_address: bad switch"));
4014092b 782 break;
361d1df0 783 }
4014092b 784}
c906108c 785
c906108c
SS
786/* Tell if the program counter value in MEMADDR is in a MIPS16 function. */
787
0fe7e7c8
AC
788int
789mips_pc_is_mips16 (CORE_ADDR memaddr)
c906108c
SS
790{
791 struct minimal_symbol *sym;
792
793 /* If bit 0 of the address is set, assume this is a MIPS16 address. */
95404a3e 794 if (is_mips16_addr (memaddr))
c906108c
SS
795 return 1;
796
797 /* A flag indicating that this is a MIPS16 function is stored by elfread.c in
798 the high bit of the info field. Use this to decide if the function is
799 MIPS16 or normal MIPS. */
800 sym = lookup_minimal_symbol_by_pc (memaddr);
801 if (sym)
71b8ef93 802 return msymbol_is_special (sym);
c906108c
SS
803 else
804 return 0;
805}
806
b2fa5097 807/* MIPS believes that the PC has a sign extended value. Perhaps the
6c997a34
AC
808 all registers should be sign extended for simplicity? */
809
810static CORE_ADDR
39f77062 811mips_read_pc (ptid_t ptid)
6c997a34 812{
b6cb9035
AC
813 return read_signed_register_pid (mips_regnum (current_gdbarch)->pc, ptid);
814}
815
58dfe9ff
AC
816static CORE_ADDR
817mips_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
818{
edfae063
AC
819 return frame_unwind_register_signed (next_frame,
820 NUM_REGS + mips_regnum (gdbarch)->pc);
821}
822
823/* Assuming NEXT_FRAME->prev is a dummy, return the frame ID of that
824 dummy frame. The frame ID's base needs to match the TOS value
825 saved by save_dummy_frame_tos(), and the PC match the dummy frame's
826 breakpoint. */
827
828static struct frame_id
829mips_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *next_frame)
830{
f10683bb 831 return frame_id_build (frame_unwind_register_signed (next_frame, NUM_REGS + MIPS_SP_REGNUM),
edfae063 832 frame_pc_unwind (next_frame));
58dfe9ff
AC
833}
834
b6cb9035
AC
835static void
836mips_write_pc (CORE_ADDR pc, ptid_t ptid)
837{
838 write_register_pid (mips_regnum (current_gdbarch)->pc, pc, ptid);
6c997a34 839}
c906108c 840
c906108c
SS
841/* Fetch and return instruction from the specified location. If the PC
842 is odd, assume it's a MIPS16 instruction; otherwise MIPS32. */
843
d37cca3d 844static ULONGEST
acdb74a0 845mips_fetch_instruction (CORE_ADDR addr)
c906108c 846{
95ac2dcf 847 char buf[MIPS_INSN32_SIZE];
c906108c
SS
848 int instlen;
849 int status;
850
0fe7e7c8 851 if (mips_pc_is_mips16 (addr))
c906108c 852 {
95ac2dcf 853 instlen = MIPS_INSN16_SIZE;
95404a3e 854 addr = unmake_mips16_addr (addr);
c906108c
SS
855 }
856 else
95ac2dcf 857 instlen = MIPS_INSN32_SIZE;
1f602b35 858 status = deprecated_read_memory_nobpt (addr, buf, instlen);
c906108c
SS
859 if (status)
860 memory_error (status, addr);
861 return extract_unsigned_integer (buf, instlen);
862}
863
c906108c 864/* These the fields of 32 bit mips instructions */
e135b889
DJ
865#define mips32_op(x) (x >> 26)
866#define itype_op(x) (x >> 26)
867#define itype_rs(x) ((x >> 21) & 0x1f)
c906108c 868#define itype_rt(x) ((x >> 16) & 0x1f)
e135b889 869#define itype_immediate(x) (x & 0xffff)
c906108c 870
e135b889
DJ
871#define jtype_op(x) (x >> 26)
872#define jtype_target(x) (x & 0x03ffffff)
c906108c 873
e135b889
DJ
874#define rtype_op(x) (x >> 26)
875#define rtype_rs(x) ((x >> 21) & 0x1f)
876#define rtype_rt(x) ((x >> 16) & 0x1f)
877#define rtype_rd(x) ((x >> 11) & 0x1f)
878#define rtype_shamt(x) ((x >> 6) & 0x1f)
879#define rtype_funct(x) (x & 0x3f)
c906108c 880
06987e64
MK
881static LONGEST
882mips32_relative_offset (ULONGEST inst)
c5aa993b 883{
06987e64 884 return ((itype_immediate (inst) ^ 0x8000) - 0x8000) << 2;
c906108c
SS
885}
886
887/* Determine whate to set a single step breakpoint while considering
888 branch prediction */
5a89d8aa 889static CORE_ADDR
c5aa993b
JM
890mips32_next_pc (CORE_ADDR pc)
891{
892 unsigned long inst;
893 int op;
894 inst = mips_fetch_instruction (pc);
e135b889 895 if ((inst & 0xe0000000) != 0) /* Not a special, jump or branch instruction */
c5aa993b 896 {
e135b889 897 if (itype_op (inst) >> 2 == 5)
6d82d43b 898 /* BEQL, BNEL, BLEZL, BGTZL: bits 0101xx */
c5aa993b 899 {
e135b889 900 op = (itype_op (inst) & 0x03);
c906108c
SS
901 switch (op)
902 {
e135b889
DJ
903 case 0: /* BEQL */
904 goto equal_branch;
905 case 1: /* BNEL */
906 goto neq_branch;
907 case 2: /* BLEZL */
908 goto less_branch;
909 case 3: /* BGTZ */
910 goto greater_branch;
c5aa993b
JM
911 default:
912 pc += 4;
c906108c
SS
913 }
914 }
e135b889 915 else if (itype_op (inst) == 17 && itype_rs (inst) == 8)
6d82d43b 916 /* BC1F, BC1FL, BC1T, BC1TL: 010001 01000 */
e135b889
DJ
917 {
918 int tf = itype_rt (inst) & 0x01;
919 int cnum = itype_rt (inst) >> 2;
6d82d43b
AC
920 int fcrcs =
921 read_signed_register (mips_regnum (current_gdbarch)->
922 fp_control_status);
e135b889
DJ
923 int cond = ((fcrcs >> 24) & 0x0e) | ((fcrcs >> 23) & 0x01);
924
925 if (((cond >> cnum) & 0x01) == tf)
926 pc += mips32_relative_offset (inst) + 4;
927 else
928 pc += 8;
929 }
c5aa993b
JM
930 else
931 pc += 4; /* Not a branch, next instruction is easy */
c906108c
SS
932 }
933 else
c5aa993b
JM
934 { /* This gets way messy */
935
c906108c 936 /* Further subdivide into SPECIAL, REGIMM and other */
e135b889 937 switch (op = itype_op (inst) & 0x07) /* extract bits 28,27,26 */
c906108c 938 {
c5aa993b
JM
939 case 0: /* SPECIAL */
940 op = rtype_funct (inst);
941 switch (op)
942 {
943 case 8: /* JR */
944 case 9: /* JALR */
6c997a34
AC
945 /* Set PC to that address */
946 pc = read_signed_register (rtype_rs (inst));
c5aa993b
JM
947 break;
948 default:
949 pc += 4;
950 }
951
6d82d43b 952 break; /* end SPECIAL */
c5aa993b 953 case 1: /* REGIMM */
c906108c 954 {
e135b889
DJ
955 op = itype_rt (inst); /* branch condition */
956 switch (op)
c906108c 957 {
c5aa993b 958 case 0: /* BLTZ */
e135b889
DJ
959 case 2: /* BLTZL */
960 case 16: /* BLTZAL */
c5aa993b 961 case 18: /* BLTZALL */
c906108c 962 less_branch:
6c997a34 963 if (read_signed_register (itype_rs (inst)) < 0)
c5aa993b
JM
964 pc += mips32_relative_offset (inst) + 4;
965 else
966 pc += 8; /* after the delay slot */
967 break;
e135b889 968 case 1: /* BGEZ */
c5aa993b
JM
969 case 3: /* BGEZL */
970 case 17: /* BGEZAL */
971 case 19: /* BGEZALL */
6c997a34 972 if (read_signed_register (itype_rs (inst)) >= 0)
c5aa993b
JM
973 pc += mips32_relative_offset (inst) + 4;
974 else
975 pc += 8; /* after the delay slot */
976 break;
e135b889 977 /* All of the other instructions in the REGIMM category */
c5aa993b
JM
978 default:
979 pc += 4;
c906108c
SS
980 }
981 }
6d82d43b 982 break; /* end REGIMM */
c5aa993b
JM
983 case 2: /* J */
984 case 3: /* JAL */
985 {
986 unsigned long reg;
987 reg = jtype_target (inst) << 2;
e135b889 988 /* Upper four bits get never changed... */
c5aa993b 989 pc = reg + ((pc + 4) & 0xf0000000);
c906108c 990 }
c5aa993b
JM
991 break;
992 /* FIXME case JALX : */
993 {
994 unsigned long reg;
995 reg = jtype_target (inst) << 2;
996 pc = reg + ((pc + 4) & 0xf0000000) + 1; /* yes, +1 */
c906108c
SS
997 /* Add 1 to indicate 16 bit mode - Invert ISA mode */
998 }
c5aa993b 999 break; /* The new PC will be alternate mode */
e135b889 1000 case 4: /* BEQ, BEQL */
c5aa993b 1001 equal_branch:
6c997a34
AC
1002 if (read_signed_register (itype_rs (inst)) ==
1003 read_signed_register (itype_rt (inst)))
c5aa993b
JM
1004 pc += mips32_relative_offset (inst) + 4;
1005 else
1006 pc += 8;
1007 break;
e135b889 1008 case 5: /* BNE, BNEL */
c5aa993b 1009 neq_branch:
6c997a34 1010 if (read_signed_register (itype_rs (inst)) !=
e135b889 1011 read_signed_register (itype_rt (inst)))
c5aa993b
JM
1012 pc += mips32_relative_offset (inst) + 4;
1013 else
1014 pc += 8;
1015 break;
e135b889 1016 case 6: /* BLEZ, BLEZL */
1fd8cd20 1017 if (read_signed_register (itype_rs (inst)) <= 0)
c5aa993b
JM
1018 pc += mips32_relative_offset (inst) + 4;
1019 else
1020 pc += 8;
1021 break;
1022 case 7:
e135b889
DJ
1023 default:
1024 greater_branch: /* BGTZ, BGTZL */
1fd8cd20 1025 if (read_signed_register (itype_rs (inst)) > 0)
c5aa993b
JM
1026 pc += mips32_relative_offset (inst) + 4;
1027 else
1028 pc += 8;
1029 break;
c5aa993b
JM
1030 } /* switch */
1031 } /* else */
1032 return pc;
1033} /* mips32_next_pc */
c906108c
SS
1034
1035/* Decoding the next place to set a breakpoint is irregular for the
e26cc349 1036 mips 16 variant, but fortunately, there fewer instructions. We have to cope
c906108c
SS
1037 ith extensions for 16 bit instructions and a pair of actual 32 bit instructions.
1038 We dont want to set a single step instruction on the extend instruction
1039 either.
c5aa993b 1040 */
c906108c
SS
1041
1042/* Lots of mips16 instruction formats */
1043/* Predicting jumps requires itype,ritype,i8type
1044 and their extensions extItype,extritype,extI8type
c5aa993b 1045 */
c906108c
SS
1046enum mips16_inst_fmts
1047{
c5aa993b
JM
1048 itype, /* 0 immediate 5,10 */
1049 ritype, /* 1 5,3,8 */
1050 rrtype, /* 2 5,3,3,5 */
1051 rritype, /* 3 5,3,3,5 */
1052 rrrtype, /* 4 5,3,3,3,2 */
1053 rriatype, /* 5 5,3,3,1,4 */
1054 shifttype, /* 6 5,3,3,3,2 */
1055 i8type, /* 7 5,3,8 */
1056 i8movtype, /* 8 5,3,3,5 */
1057 i8mov32rtype, /* 9 5,3,5,3 */
1058 i64type, /* 10 5,3,8 */
1059 ri64type, /* 11 5,3,3,5 */
1060 jalxtype, /* 12 5,1,5,5,16 - a 32 bit instruction */
1061 exiItype, /* 13 5,6,5,5,1,1,1,1,1,1,5 */
1062 extRitype, /* 14 5,6,5,5,3,1,1,1,5 */
1063 extRRItype, /* 15 5,5,5,5,3,3,5 */
1064 extRRIAtype, /* 16 5,7,4,5,3,3,1,4 */
1065 EXTshifttype, /* 17 5,5,1,1,1,1,1,1,5,3,3,1,1,1,2 */
1066 extI8type, /* 18 5,6,5,5,3,1,1,1,5 */
1067 extI64type, /* 19 5,6,5,5,3,1,1,1,5 */
1068 extRi64type, /* 20 5,6,5,5,3,3,5 */
1069 extshift64type /* 21 5,5,1,1,1,1,1,1,5,1,1,1,3,5 */
1070};
12f02c2a
AC
1071/* I am heaping all the fields of the formats into one structure and
1072 then, only the fields which are involved in instruction extension */
c906108c 1073struct upk_mips16
6d82d43b
AC
1074{
1075 CORE_ADDR offset;
1076 unsigned int regx; /* Function in i8 type */
1077 unsigned int regy;
1078};
c906108c
SS
1079
1080
12f02c2a
AC
1081/* The EXT-I, EXT-ri nad EXT-I8 instructions all have the same format
1082 for the bits which make up the immediatate extension. */
c906108c 1083
12f02c2a
AC
1084static CORE_ADDR
1085extended_offset (unsigned int extension)
c906108c 1086{
12f02c2a 1087 CORE_ADDR value;
c5aa993b
JM
1088 value = (extension >> 21) & 0x3f; /* * extract 15:11 */
1089 value = value << 6;
1090 value |= (extension >> 16) & 0x1f; /* extrace 10:5 */
1091 value = value << 5;
1092 value |= extension & 0x01f; /* extract 4:0 */
1093 return value;
c906108c
SS
1094}
1095
1096/* Only call this function if you know that this is an extendable
1097 instruction, It wont malfunction, but why make excess remote memory references?
1098 If the immediate operands get sign extended or somthing, do it after
1099 the extension is performed.
c5aa993b 1100 */
c906108c
SS
1101/* FIXME: Every one of these cases needs to worry about sign extension
1102 when the offset is to be used in relative addressing */
1103
1104
12f02c2a 1105static unsigned int
c5aa993b 1106fetch_mips_16 (CORE_ADDR pc)
c906108c 1107{
c5aa993b
JM
1108 char buf[8];
1109 pc &= 0xfffffffe; /* clear the low order bit */
1110 target_read_memory (pc, buf, 2);
1111 return extract_unsigned_integer (buf, 2);
c906108c
SS
1112}
1113
1114static void
c5aa993b 1115unpack_mips16 (CORE_ADDR pc,
12f02c2a
AC
1116 unsigned int extension,
1117 unsigned int inst,
6d82d43b 1118 enum mips16_inst_fmts insn_format, struct upk_mips16 *upk)
c906108c 1119{
12f02c2a
AC
1120 CORE_ADDR offset;
1121 int regx;
1122 int regy;
1123 switch (insn_format)
c906108c 1124 {
c5aa993b 1125 case itype:
c906108c 1126 {
12f02c2a
AC
1127 CORE_ADDR value;
1128 if (extension)
c5aa993b
JM
1129 {
1130 value = extended_offset (extension);
1131 value = value << 11; /* rom for the original value */
6d82d43b 1132 value |= inst & 0x7ff; /* eleven bits from instruction */
c906108c
SS
1133 }
1134 else
c5aa993b 1135 {
12f02c2a 1136 value = inst & 0x7ff;
c5aa993b 1137 /* FIXME : Consider sign extension */
c906108c 1138 }
12f02c2a
AC
1139 offset = value;
1140 regx = -1;
1141 regy = -1;
c906108c 1142 }
c5aa993b
JM
1143 break;
1144 case ritype:
1145 case i8type:
1146 { /* A register identifier and an offset */
c906108c
SS
1147 /* Most of the fields are the same as I type but the
1148 immediate value is of a different length */
12f02c2a
AC
1149 CORE_ADDR value;
1150 if (extension)
c906108c 1151 {
c5aa993b
JM
1152 value = extended_offset (extension);
1153 value = value << 8; /* from the original instruction */
12f02c2a
AC
1154 value |= inst & 0xff; /* eleven bits from instruction */
1155 regx = (extension >> 8) & 0x07; /* or i8 funct */
c5aa993b
JM
1156 if (value & 0x4000) /* test the sign bit , bit 26 */
1157 {
1158 value &= ~0x3fff; /* remove the sign bit */
1159 value = -value;
c906108c
SS
1160 }
1161 }
c5aa993b
JM
1162 else
1163 {
12f02c2a
AC
1164 value = inst & 0xff; /* 8 bits */
1165 regx = (inst >> 8) & 0x07; /* or i8 funct */
c5aa993b
JM
1166 /* FIXME: Do sign extension , this format needs it */
1167 if (value & 0x80) /* THIS CONFUSES ME */
1168 {
1169 value &= 0xef; /* remove the sign bit */
1170 value = -value;
1171 }
c5aa993b 1172 }
12f02c2a
AC
1173 offset = value;
1174 regy = -1;
c5aa993b 1175 break;
c906108c 1176 }
c5aa993b 1177 case jalxtype:
c906108c 1178 {
c5aa993b 1179 unsigned long value;
12f02c2a
AC
1180 unsigned int nexthalf;
1181 value = ((inst & 0x1f) << 5) | ((inst >> 5) & 0x1f);
c5aa993b
JM
1182 value = value << 16;
1183 nexthalf = mips_fetch_instruction (pc + 2); /* low bit still set */
1184 value |= nexthalf;
12f02c2a
AC
1185 offset = value;
1186 regx = -1;
1187 regy = -1;
c5aa993b 1188 break;
c906108c
SS
1189 }
1190 default:
e2e0b3e5 1191 internal_error (__FILE__, __LINE__, _("bad switch"));
c906108c 1192 }
12f02c2a
AC
1193 upk->offset = offset;
1194 upk->regx = regx;
1195 upk->regy = regy;
c906108c
SS
1196}
1197
1198
c5aa993b
JM
1199static CORE_ADDR
1200add_offset_16 (CORE_ADDR pc, int offset)
c906108c 1201{
c5aa993b 1202 return ((offset << 2) | ((pc + 2) & (0xf0000000)));
c906108c
SS
1203}
1204
12f02c2a
AC
1205static CORE_ADDR
1206extended_mips16_next_pc (CORE_ADDR pc,
6d82d43b 1207 unsigned int extension, unsigned int insn)
c906108c 1208{
12f02c2a
AC
1209 int op = (insn >> 11);
1210 switch (op)
c906108c 1211 {
6d82d43b 1212 case 2: /* Branch */
12f02c2a
AC
1213 {
1214 CORE_ADDR offset;
1215 struct upk_mips16 upk;
1216 unpack_mips16 (pc, extension, insn, itype, &upk);
1217 offset = upk.offset;
1218 if (offset & 0x800)
1219 {
1220 offset &= 0xeff;
1221 offset = -offset;
1222 }
1223 pc += (offset << 1) + 2;
1224 break;
1225 }
6d82d43b 1226 case 3: /* JAL , JALX - Watch out, these are 32 bit instruction */
12f02c2a
AC
1227 {
1228 struct upk_mips16 upk;
1229 unpack_mips16 (pc, extension, insn, jalxtype, &upk);
1230 pc = add_offset_16 (pc, upk.offset);
1231 if ((insn >> 10) & 0x01) /* Exchange mode */
1232 pc = pc & ~0x01; /* Clear low bit, indicate 32 bit mode */
1233 else
1234 pc |= 0x01;
1235 break;
1236 }
6d82d43b 1237 case 4: /* beqz */
12f02c2a
AC
1238 {
1239 struct upk_mips16 upk;
1240 int reg;
1241 unpack_mips16 (pc, extension, insn, ritype, &upk);
1242 reg = read_signed_register (upk.regx);
1243 if (reg == 0)
1244 pc += (upk.offset << 1) + 2;
1245 else
1246 pc += 2;
1247 break;
1248 }
6d82d43b 1249 case 5: /* bnez */
12f02c2a
AC
1250 {
1251 struct upk_mips16 upk;
1252 int reg;
1253 unpack_mips16 (pc, extension, insn, ritype, &upk);
1254 reg = read_signed_register (upk.regx);
1255 if (reg != 0)
1256 pc += (upk.offset << 1) + 2;
1257 else
1258 pc += 2;
1259 break;
1260 }
6d82d43b 1261 case 12: /* I8 Formats btez btnez */
12f02c2a
AC
1262 {
1263 struct upk_mips16 upk;
1264 int reg;
1265 unpack_mips16 (pc, extension, insn, i8type, &upk);
1266 /* upk.regx contains the opcode */
1267 reg = read_signed_register (24); /* Test register is 24 */
1268 if (((upk.regx == 0) && (reg == 0)) /* BTEZ */
1269 || ((upk.regx == 1) && (reg != 0))) /* BTNEZ */
1270 /* pc = add_offset_16(pc,upk.offset) ; */
1271 pc += (upk.offset << 1) + 2;
1272 else
1273 pc += 2;
1274 break;
1275 }
6d82d43b 1276 case 29: /* RR Formats JR, JALR, JALR-RA */
12f02c2a
AC
1277 {
1278 struct upk_mips16 upk;
1279 /* upk.fmt = rrtype; */
1280 op = insn & 0x1f;
1281 if (op == 0)
c5aa993b 1282 {
12f02c2a
AC
1283 int reg;
1284 upk.regx = (insn >> 8) & 0x07;
1285 upk.regy = (insn >> 5) & 0x07;
1286 switch (upk.regy)
c5aa993b 1287 {
12f02c2a
AC
1288 case 0:
1289 reg = upk.regx;
1290 break;
1291 case 1:
1292 reg = 31;
6d82d43b 1293 break; /* Function return instruction */
12f02c2a
AC
1294 case 2:
1295 reg = upk.regx;
1296 break;
1297 default:
1298 reg = 31;
6d82d43b 1299 break; /* BOGUS Guess */
c906108c 1300 }
12f02c2a 1301 pc = read_signed_register (reg);
c906108c 1302 }
12f02c2a 1303 else
c5aa993b 1304 pc += 2;
12f02c2a
AC
1305 break;
1306 }
1307 case 30:
1308 /* This is an instruction extension. Fetch the real instruction
1309 (which follows the extension) and decode things based on
1310 that. */
1311 {
1312 pc += 2;
1313 pc = extended_mips16_next_pc (pc, insn, fetch_mips_16 (pc));
1314 break;
1315 }
1316 default:
1317 {
1318 pc += 2;
1319 break;
1320 }
c906108c 1321 }
c5aa993b 1322 return pc;
12f02c2a 1323}
c906108c 1324
5a89d8aa 1325static CORE_ADDR
12f02c2a
AC
1326mips16_next_pc (CORE_ADDR pc)
1327{
1328 unsigned int insn = fetch_mips_16 (pc);
1329 return extended_mips16_next_pc (pc, 0, insn);
1330}
1331
1332/* The mips_next_pc function supports single_step when the remote
7e73cedf 1333 target monitor or stub is not developed enough to do a single_step.
12f02c2a
AC
1334 It works by decoding the current instruction and predicting where a
1335 branch will go. This isnt hard because all the data is available.
1336 The MIPS32 and MIPS16 variants are quite different */
c5aa993b
JM
1337CORE_ADDR
1338mips_next_pc (CORE_ADDR pc)
c906108c 1339{
c5aa993b
JM
1340 if (pc & 0x01)
1341 return mips16_next_pc (pc);
1342 else
1343 return mips32_next_pc (pc);
12f02c2a 1344}
c906108c 1345
edfae063
AC
1346struct mips_frame_cache
1347{
1348 CORE_ADDR base;
1349 struct trad_frame_saved_reg *saved_regs;
1350};
1351
29639122
JB
1352/* Set a register's saved stack address in temp_saved_regs. If an
1353 address has already been set for this register, do nothing; this
1354 way we will only recognize the first save of a given register in a
1355 function prologue.
eec63939 1356
29639122
JB
1357 For simplicity, save the address in both [0 .. NUM_REGS) and
1358 [NUM_REGS .. 2*NUM_REGS). Strictly speaking, only the second range
1359 is used as it is only second range (the ABI instead of ISA
1360 registers) that comes into play when finding saved registers in a
1361 frame. */
eec63939
AC
1362
1363static void
29639122
JB
1364set_reg_offset (struct mips_frame_cache *this_cache, int regnum,
1365 CORE_ADDR offset)
eec63939 1366{
29639122
JB
1367 if (this_cache != NULL
1368 && this_cache->saved_regs[regnum].addr == -1)
1369 {
1370 this_cache->saved_regs[regnum + 0 * NUM_REGS].addr = offset;
1371 this_cache->saved_regs[regnum + 1 * NUM_REGS].addr = offset;
1372 }
eec63939
AC
1373}
1374
eec63939 1375
29639122
JB
1376/* Fetch the immediate value from a MIPS16 instruction.
1377 If the previous instruction was an EXTEND, use it to extend
1378 the upper bits of the immediate value. This is a helper function
1379 for mips16_scan_prologue. */
eec63939 1380
29639122
JB
1381static int
1382mips16_get_imm (unsigned short prev_inst, /* previous instruction */
1383 unsigned short inst, /* current instruction */
1384 int nbits, /* number of bits in imm field */
1385 int scale, /* scale factor to be applied to imm */
1386 int is_signed) /* is the imm field signed? */
eec63939 1387{
29639122 1388 int offset;
eec63939 1389
29639122
JB
1390 if ((prev_inst & 0xf800) == 0xf000) /* prev instruction was EXTEND? */
1391 {
1392 offset = ((prev_inst & 0x1f) << 11) | (prev_inst & 0x7e0);
1393 if (offset & 0x8000) /* check for negative extend */
1394 offset = 0 - (0x10000 - (offset & 0xffff));
1395 return offset | (inst & 0x1f);
1396 }
eec63939 1397 else
29639122
JB
1398 {
1399 int max_imm = 1 << nbits;
1400 int mask = max_imm - 1;
1401 int sign_bit = max_imm >> 1;
45c9dd44 1402
29639122
JB
1403 offset = inst & mask;
1404 if (is_signed && (offset & sign_bit))
1405 offset = 0 - (max_imm - offset);
1406 return offset * scale;
1407 }
1408}
eec63939 1409
65596487 1410
29639122
JB
1411/* Analyze the function prologue from START_PC to LIMIT_PC. Builds
1412 the associated FRAME_CACHE if not null.
1413 Return the address of the first instruction past the prologue. */
eec63939 1414
29639122
JB
1415static CORE_ADDR
1416mips16_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc,
1417 struct frame_info *next_frame,
1418 struct mips_frame_cache *this_cache)
1419{
1420 CORE_ADDR cur_pc;
1421 CORE_ADDR frame_addr = 0; /* Value of $r17, used as frame pointer */
1422 CORE_ADDR sp;
1423 long frame_offset = 0; /* Size of stack frame. */
1424 long frame_adjust = 0; /* Offset of FP from SP. */
1425 int frame_reg = MIPS_SP_REGNUM;
1426 unsigned short prev_inst = 0; /* saved copy of previous instruction */
1427 unsigned inst = 0; /* current instruction */
1428 unsigned entry_inst = 0; /* the entry instruction */
1429 int reg, offset;
a343eb3c 1430
29639122
JB
1431 int extend_bytes = 0;
1432 int prev_extend_bytes;
1433 CORE_ADDR end_prologue_addr = 0;
a343eb3c 1434
29639122
JB
1435 /* Can be called when there's no process, and hence when there's no
1436 NEXT_FRAME. */
1437 if (next_frame != NULL)
1438 sp = read_next_frame_reg (next_frame, NUM_REGS + MIPS_SP_REGNUM);
1439 else
1440 sp = 0;
eec63939 1441
29639122
JB
1442 if (limit_pc > start_pc + 200)
1443 limit_pc = start_pc + 200;
eec63939 1444
95ac2dcf 1445 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN16_SIZE)
29639122
JB
1446 {
1447 /* Save the previous instruction. If it's an EXTEND, we'll extract
1448 the immediate offset extension from it in mips16_get_imm. */
1449 prev_inst = inst;
eec63939 1450
29639122
JB
1451 /* Fetch and decode the instruction. */
1452 inst = (unsigned short) mips_fetch_instruction (cur_pc);
eec63939 1453
29639122
JB
1454 /* Normally we ignore extend instructions. However, if it is
1455 not followed by a valid prologue instruction, then this
1456 instruction is not part of the prologue either. We must
1457 remember in this case to adjust the end_prologue_addr back
1458 over the extend. */
1459 if ((inst & 0xf800) == 0xf000) /* extend */
1460 {
95ac2dcf 1461 extend_bytes = MIPS_INSN16_SIZE;
29639122
JB
1462 continue;
1463 }
eec63939 1464
29639122
JB
1465 prev_extend_bytes = extend_bytes;
1466 extend_bytes = 0;
eec63939 1467
29639122
JB
1468 if ((inst & 0xff00) == 0x6300 /* addiu sp */
1469 || (inst & 0xff00) == 0xfb00) /* daddiu sp */
1470 {
1471 offset = mips16_get_imm (prev_inst, inst, 8, 8, 1);
1472 if (offset < 0) /* negative stack adjustment? */
1473 frame_offset -= offset;
1474 else
1475 /* Exit loop if a positive stack adjustment is found, which
1476 usually means that the stack cleanup code in the function
1477 epilogue is reached. */
1478 break;
1479 }
1480 else if ((inst & 0xf800) == 0xd000) /* sw reg,n($sp) */
1481 {
1482 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
1483 reg = mips16_to_32_reg[(inst & 0x700) >> 8];
1484 set_reg_offset (this_cache, reg, sp + offset);
1485 }
1486 else if ((inst & 0xff00) == 0xf900) /* sd reg,n($sp) */
1487 {
1488 offset = mips16_get_imm (prev_inst, inst, 5, 8, 0);
1489 reg = mips16_to_32_reg[(inst & 0xe0) >> 5];
1490 set_reg_offset (this_cache, reg, sp + offset);
1491 }
1492 else if ((inst & 0xff00) == 0x6200) /* sw $ra,n($sp) */
1493 {
1494 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
4c7d22cb 1495 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset);
29639122
JB
1496 }
1497 else if ((inst & 0xff00) == 0xfa00) /* sd $ra,n($sp) */
1498 {
1499 offset = mips16_get_imm (prev_inst, inst, 8, 8, 0);
4c7d22cb 1500 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset);
29639122
JB
1501 }
1502 else if (inst == 0x673d) /* move $s1, $sp */
1503 {
1504 frame_addr = sp;
1505 frame_reg = 17;
1506 }
1507 else if ((inst & 0xff00) == 0x0100) /* addiu $s1,sp,n */
1508 {
1509 offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
1510 frame_addr = sp + offset;
1511 frame_reg = 17;
1512 frame_adjust = offset;
1513 }
1514 else if ((inst & 0xFF00) == 0xd900) /* sw reg,offset($s1) */
1515 {
1516 offset = mips16_get_imm (prev_inst, inst, 5, 4, 0);
1517 reg = mips16_to_32_reg[(inst & 0xe0) >> 5];
1518 set_reg_offset (this_cache, reg, frame_addr + offset);
1519 }
1520 else if ((inst & 0xFF00) == 0x7900) /* sd reg,offset($s1) */
1521 {
1522 offset = mips16_get_imm (prev_inst, inst, 5, 8, 0);
1523 reg = mips16_to_32_reg[(inst & 0xe0) >> 5];
1524 set_reg_offset (this_cache, reg, frame_addr + offset);
1525 }
1526 else if ((inst & 0xf81f) == 0xe809
1527 && (inst & 0x700) != 0x700) /* entry */
1528 entry_inst = inst; /* save for later processing */
1529 else if ((inst & 0xf800) == 0x1800) /* jal(x) */
95ac2dcf 1530 cur_pc += MIPS_INSN16_SIZE; /* 32-bit instruction */
29639122
JB
1531 else if ((inst & 0xff1c) == 0x6704) /* move reg,$a0-$a3 */
1532 {
1533 /* This instruction is part of the prologue, but we don't
1534 need to do anything special to handle it. */
1535 }
1536 else
1537 {
1538 /* This instruction is not an instruction typically found
1539 in a prologue, so we must have reached the end of the
1540 prologue. */
1541 if (end_prologue_addr == 0)
1542 end_prologue_addr = cur_pc - prev_extend_bytes;
1543 }
1544 }
eec63939 1545
29639122
JB
1546 /* The entry instruction is typically the first instruction in a function,
1547 and it stores registers at offsets relative to the value of the old SP
1548 (before the prologue). But the value of the sp parameter to this
1549 function is the new SP (after the prologue has been executed). So we
1550 can't calculate those offsets until we've seen the entire prologue,
1551 and can calculate what the old SP must have been. */
1552 if (entry_inst != 0)
1553 {
1554 int areg_count = (entry_inst >> 8) & 7;
1555 int sreg_count = (entry_inst >> 6) & 3;
eec63939 1556
29639122
JB
1557 /* The entry instruction always subtracts 32 from the SP. */
1558 frame_offset += 32;
1559
1560 /* Now we can calculate what the SP must have been at the
1561 start of the function prologue. */
1562 sp += frame_offset;
1563
1564 /* Check if a0-a3 were saved in the caller's argument save area. */
1565 for (reg = 4, offset = 0; reg < areg_count + 4; reg++)
1566 {
1567 set_reg_offset (this_cache, reg, sp + offset);
1568 offset += mips_abi_regsize (current_gdbarch);
1569 }
1570
1571 /* Check if the ra register was pushed on the stack. */
1572 offset = -4;
1573 if (entry_inst & 0x20)
1574 {
4c7d22cb 1575 set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset);
29639122
JB
1576 offset -= mips_abi_regsize (current_gdbarch);
1577 }
1578
1579 /* Check if the s0 and s1 registers were pushed on the stack. */
1580 for (reg = 16; reg < sreg_count + 16; reg++)
1581 {
1582 set_reg_offset (this_cache, reg, sp + offset);
1583 offset -= mips_abi_regsize (current_gdbarch);
1584 }
1585 }
1586
1587 if (this_cache != NULL)
1588 {
1589 this_cache->base =
1590 (frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg)
1591 + frame_offset - frame_adjust);
1592 /* FIXME: brobecker/2004-10-10: Just as in the mips32 case, we should
1593 be able to get rid of the assignment below, evetually. But it's
1594 still needed for now. */
1595 this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc]
4c7d22cb 1596 = this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM];
29639122
JB
1597 }
1598
1599 /* If we didn't reach the end of the prologue when scanning the function
1600 instructions, then set end_prologue_addr to the address of the
1601 instruction immediately after the last one we scanned. */
1602 if (end_prologue_addr == 0)
1603 end_prologue_addr = cur_pc;
1604
1605 return end_prologue_addr;
eec63939
AC
1606}
1607
29639122
JB
1608/* Heuristic unwinder for 16-bit MIPS instruction set (aka MIPS16).
1609 Procedures that use the 32-bit instruction set are handled by the
1610 mips_insn32 unwinder. */
1611
1612static struct mips_frame_cache *
1613mips_insn16_frame_cache (struct frame_info *next_frame, void **this_cache)
eec63939 1614{
29639122 1615 struct mips_frame_cache *cache;
eec63939
AC
1616
1617 if ((*this_cache) != NULL)
1618 return (*this_cache);
29639122
JB
1619 cache = FRAME_OBSTACK_ZALLOC (struct mips_frame_cache);
1620 (*this_cache) = cache;
1621 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame);
eec63939 1622
29639122
JB
1623 /* Analyze the function prologue. */
1624 {
1625 const CORE_ADDR pc = frame_pc_unwind (next_frame);
1626 CORE_ADDR start_addr;
eec63939 1627
29639122
JB
1628 find_pc_partial_function (pc, NULL, &start_addr, NULL);
1629 if (start_addr == 0)
1630 start_addr = heuristic_proc_start (pc);
1631 /* We can't analyze the prologue if we couldn't find the begining
1632 of the function. */
1633 if (start_addr == 0)
1634 return cache;
eec63939 1635
29639122
JB
1636 mips16_scan_prologue (start_addr, pc, next_frame, *this_cache);
1637 }
1638
1639 /* SP_REGNUM, contains the value and not the address. */
1640 trad_frame_set_value (cache->saved_regs, NUM_REGS + MIPS_SP_REGNUM, cache->base);
eec63939 1641
29639122 1642 return (*this_cache);
eec63939
AC
1643}
1644
1645static void
29639122
JB
1646mips_insn16_frame_this_id (struct frame_info *next_frame, void **this_cache,
1647 struct frame_id *this_id)
eec63939 1648{
29639122
JB
1649 struct mips_frame_cache *info = mips_insn16_frame_cache (next_frame,
1650 this_cache);
1651 (*this_id) = frame_id_build (info->base, frame_func_unwind (next_frame));
eec63939
AC
1652}
1653
1654static void
29639122 1655mips_insn16_frame_prev_register (struct frame_info *next_frame,
eec63939
AC
1656 void **this_cache,
1657 int regnum, int *optimizedp,
1658 enum lval_type *lvalp, CORE_ADDR *addrp,
1659 int *realnump, void *valuep)
1660{
29639122
JB
1661 struct mips_frame_cache *info = mips_insn16_frame_cache (next_frame,
1662 this_cache);
1663 trad_frame_get_prev_register (next_frame, info->saved_regs, regnum,
1664 optimizedp, lvalp, addrp, realnump, valuep);
eec63939
AC
1665}
1666
29639122 1667static const struct frame_unwind mips_insn16_frame_unwind =
eec63939
AC
1668{
1669 NORMAL_FRAME,
29639122
JB
1670 mips_insn16_frame_this_id,
1671 mips_insn16_frame_prev_register
eec63939
AC
1672};
1673
1674static const struct frame_unwind *
29639122 1675mips_insn16_frame_sniffer (struct frame_info *next_frame)
eec63939
AC
1676{
1677 CORE_ADDR pc = frame_pc_unwind (next_frame);
0fe7e7c8 1678 if (mips_pc_is_mips16 (pc))
29639122
JB
1679 return &mips_insn16_frame_unwind;
1680 return NULL;
eec63939
AC
1681}
1682
1683static CORE_ADDR
29639122
JB
1684mips_insn16_frame_base_address (struct frame_info *next_frame,
1685 void **this_cache)
eec63939 1686{
29639122
JB
1687 struct mips_frame_cache *info = mips_insn16_frame_cache (next_frame,
1688 this_cache);
1689 return info->base;
eec63939
AC
1690}
1691
29639122 1692static const struct frame_base mips_insn16_frame_base =
eec63939 1693{
29639122
JB
1694 &mips_insn16_frame_unwind,
1695 mips_insn16_frame_base_address,
1696 mips_insn16_frame_base_address,
1697 mips_insn16_frame_base_address
eec63939
AC
1698};
1699
1700static const struct frame_base *
29639122 1701mips_insn16_frame_base_sniffer (struct frame_info *next_frame)
eec63939 1702{
29639122
JB
1703 if (mips_insn16_frame_sniffer (next_frame) != NULL)
1704 return &mips_insn16_frame_base;
eec63939
AC
1705 else
1706 return NULL;
edfae063
AC
1707}
1708
29639122
JB
1709/* Mark all the registers as unset in the saved_regs array
1710 of THIS_CACHE. Do nothing if THIS_CACHE is null. */
1711
1712void
1713reset_saved_regs (struct mips_frame_cache *this_cache)
c906108c 1714{
29639122
JB
1715 if (this_cache == NULL || this_cache->saved_regs == NULL)
1716 return;
1717
1718 {
1719 const int num_regs = NUM_REGS;
1720 int i;
64159455 1721
29639122
JB
1722 for (i = 0; i < num_regs; i++)
1723 {
1724 this_cache->saved_regs[i].addr = -1;
1725 }
1726 }
c906108c
SS
1727}
1728
29639122
JB
1729/* Analyze the function prologue from START_PC to LIMIT_PC. Builds
1730 the associated FRAME_CACHE if not null.
1731 Return the address of the first instruction past the prologue. */
c906108c 1732
875e1767 1733static CORE_ADDR
29639122
JB
1734mips32_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc,
1735 struct frame_info *next_frame,
1736 struct mips_frame_cache *this_cache)
c906108c 1737{
29639122
JB
1738 CORE_ADDR cur_pc;
1739 CORE_ADDR frame_addr = 0; /* Value of $r30. Used by gcc for frame-pointer */
1740 CORE_ADDR sp;
1741 long frame_offset;
1742 int frame_reg = MIPS_SP_REGNUM;
8fa9cfa1 1743
29639122
JB
1744 CORE_ADDR end_prologue_addr = 0;
1745 int seen_sp_adjust = 0;
1746 int load_immediate_bytes = 0;
8fa9cfa1 1747
29639122
JB
1748 /* Can be called when there's no process, and hence when there's no
1749 NEXT_FRAME. */
1750 if (next_frame != NULL)
1751 sp = read_next_frame_reg (next_frame, NUM_REGS + MIPS_SP_REGNUM);
8fa9cfa1 1752 else
29639122 1753 sp = 0;
9022177c 1754
29639122
JB
1755 if (limit_pc > start_pc + 200)
1756 limit_pc = start_pc + 200;
9022177c 1757
29639122 1758restart:
9022177c 1759
29639122 1760 frame_offset = 0;
95ac2dcf 1761 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN32_SIZE)
9022177c 1762 {
29639122
JB
1763 unsigned long inst, high_word, low_word;
1764 int reg;
9022177c 1765
29639122
JB
1766 /* Fetch the instruction. */
1767 inst = (unsigned long) mips_fetch_instruction (cur_pc);
9022177c 1768
29639122
JB
1769 /* Save some code by pre-extracting some useful fields. */
1770 high_word = (inst >> 16) & 0xffff;
1771 low_word = inst & 0xffff;
1772 reg = high_word & 0x1f;
fe29b929 1773
29639122
JB
1774 if (high_word == 0x27bd /* addiu $sp,$sp,-i */
1775 || high_word == 0x23bd /* addi $sp,$sp,-i */
1776 || high_word == 0x67bd) /* daddiu $sp,$sp,-i */
1777 {
1778 if (low_word & 0x8000) /* negative stack adjustment? */
1779 frame_offset += 0x10000 - low_word;
1780 else
1781 /* Exit loop if a positive stack adjustment is found, which
1782 usually means that the stack cleanup code in the function
1783 epilogue is reached. */
1784 break;
1785 seen_sp_adjust = 1;
1786 }
1787 else if ((high_word & 0xFFE0) == 0xafa0) /* sw reg,offset($sp) */
1788 {
1789 set_reg_offset (this_cache, reg, sp + low_word);
1790 }
1791 else if ((high_word & 0xFFE0) == 0xffa0) /* sd reg,offset($sp) */
1792 {
1793 /* Irix 6.2 N32 ABI uses sd instructions for saving $gp and $ra. */
1794 set_reg_offset (this_cache, reg, sp + low_word);
1795 }
1796 else if (high_word == 0x27be) /* addiu $30,$sp,size */
1797 {
1798 /* Old gcc frame, r30 is virtual frame pointer. */
1799 if ((long) low_word != frame_offset)
1800 frame_addr = sp + low_word;
1801 else if (frame_reg == MIPS_SP_REGNUM)
1802 {
1803 unsigned alloca_adjust;
a4b8ebc8 1804
29639122
JB
1805 frame_reg = 30;
1806 frame_addr = read_next_frame_reg (next_frame, NUM_REGS + 30);
1807 alloca_adjust = (unsigned) (frame_addr - (sp + low_word));
1808 if (alloca_adjust > 0)
1809 {
1810 /* FP > SP + frame_size. This may be because of
1811 an alloca or somethings similar. Fix sp to
1812 "pre-alloca" value, and try again. */
1813 sp += alloca_adjust;
1814 /* Need to reset the status of all registers. Otherwise,
1815 we will hit a guard that prevents the new address
1816 for each register to be recomputed during the second
1817 pass. */
1818 reset_saved_regs (this_cache);
1819 goto restart;
1820 }
1821 }
1822 }
1823 /* move $30,$sp. With different versions of gas this will be either
1824 `addu $30,$sp,$zero' or `or $30,$sp,$zero' or `daddu 30,sp,$0'.
1825 Accept any one of these. */
1826 else if (inst == 0x03A0F021 || inst == 0x03a0f025 || inst == 0x03a0f02d)
1827 {
1828 /* New gcc frame, virtual frame pointer is at r30 + frame_size. */
1829 if (frame_reg == MIPS_SP_REGNUM)
1830 {
1831 unsigned alloca_adjust;
c906108c 1832
29639122
JB
1833 frame_reg = 30;
1834 frame_addr = read_next_frame_reg (next_frame, NUM_REGS + 30);
1835 alloca_adjust = (unsigned) (frame_addr - sp);
1836 if (alloca_adjust > 0)
1837 {
1838 /* FP > SP + frame_size. This may be because of
1839 an alloca or somethings similar. Fix sp to
1840 "pre-alloca" value, and try again. */
1841 sp = frame_addr;
1842 /* Need to reset the status of all registers. Otherwise,
1843 we will hit a guard that prevents the new address
1844 for each register to be recomputed during the second
1845 pass. */
1846 reset_saved_regs (this_cache);
1847 goto restart;
1848 }
1849 }
1850 }
1851 else if ((high_word & 0xFFE0) == 0xafc0) /* sw reg,offset($30) */
1852 {
1853 set_reg_offset (this_cache, reg, frame_addr + low_word);
1854 }
1855 else if ((high_word & 0xFFE0) == 0xE7A0 /* swc1 freg,n($sp) */
1856 || (high_word & 0xF3E0) == 0xA3C0 /* sx reg,n($s8) */
1857 || (inst & 0xFF9F07FF) == 0x00800021 /* move reg,$a0-$a3 */
1858 || high_word == 0x3c1c /* lui $gp,n */
1859 || high_word == 0x279c /* addiu $gp,$gp,n */
1860 || inst == 0x0399e021 /* addu $gp,$gp,$t9 */
1861 || inst == 0x033ce021 /* addu $gp,$t9,$gp */
1862 )
1863 {
1864 /* These instructions are part of the prologue, but we don't
1865 need to do anything special to handle them. */
1866 }
1867 /* The instructions below load $at or $t0 with an immediate
1868 value in preparation for a stack adjustment via
1869 subu $sp,$sp,[$at,$t0]. These instructions could also
1870 initialize a local variable, so we accept them only before
1871 a stack adjustment instruction was seen. */
1872 else if (!seen_sp_adjust
1873 && (high_word == 0x3c01 /* lui $at,n */
1874 || high_word == 0x3c08 /* lui $t0,n */
1875 || high_word == 0x3421 /* ori $at,$at,n */
1876 || high_word == 0x3508 /* ori $t0,$t0,n */
1877 || high_word == 0x3401 /* ori $at,$zero,n */
1878 || high_word == 0x3408 /* ori $t0,$zero,n */
1879 ))
1880 {
95ac2dcf 1881 load_immediate_bytes += MIPS_INSN32_SIZE; /* FIXME! */
29639122
JB
1882 }
1883 else
1884 {
1885 /* This instruction is not an instruction typically found
1886 in a prologue, so we must have reached the end of the
1887 prologue. */
1888 /* FIXME: brobecker/2004-10-10: Can't we just break out of this
1889 loop now? Why would we need to continue scanning the function
1890 instructions? */
1891 if (end_prologue_addr == 0)
1892 end_prologue_addr = cur_pc;
1893 }
a4b8ebc8 1894 }
c906108c 1895
29639122
JB
1896 if (this_cache != NULL)
1897 {
1898 this_cache->base =
1899 (frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg)
1900 + frame_offset);
1901 /* FIXME: brobecker/2004-09-15: We should be able to get rid of
1902 this assignment below, eventually. But it's still needed
1903 for now. */
1904 this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc]
4c7d22cb 1905 = this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM];
29639122 1906 }
c906108c 1907
29639122
JB
1908 /* If we didn't reach the end of the prologue when scanning the function
1909 instructions, then set end_prologue_addr to the address of the
1910 instruction immediately after the last one we scanned. */
1911 /* brobecker/2004-10-10: I don't think this would ever happen, but
1912 we may as well be careful and do our best if we have a null
1913 end_prologue_addr. */
1914 if (end_prologue_addr == 0)
1915 end_prologue_addr = cur_pc;
1916
1917 /* In a frameless function, we might have incorrectly
1918 skipped some load immediate instructions. Undo the skipping
1919 if the load immediate was not followed by a stack adjustment. */
1920 if (load_immediate_bytes && !seen_sp_adjust)
1921 end_prologue_addr -= load_immediate_bytes;
c906108c 1922
29639122 1923 return end_prologue_addr;
c906108c
SS
1924}
1925
29639122
JB
1926/* Heuristic unwinder for procedures using 32-bit instructions (covers
1927 both 32-bit and 64-bit MIPS ISAs). Procedures using 16-bit
1928 instructions (a.k.a. MIPS16) are handled by the mips_insn16
1929 unwinder. */
c906108c 1930
29639122
JB
1931static struct mips_frame_cache *
1932mips_insn32_frame_cache (struct frame_info *next_frame, void **this_cache)
c906108c 1933{
29639122 1934 struct mips_frame_cache *cache;
c906108c 1935
29639122
JB
1936 if ((*this_cache) != NULL)
1937 return (*this_cache);
c5aa993b 1938
29639122
JB
1939 cache = FRAME_OBSTACK_ZALLOC (struct mips_frame_cache);
1940 (*this_cache) = cache;
1941 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame);
c5aa993b 1942
29639122
JB
1943 /* Analyze the function prologue. */
1944 {
1945 const CORE_ADDR pc = frame_pc_unwind (next_frame);
1946 CORE_ADDR start_addr;
c906108c 1947
29639122
JB
1948 find_pc_partial_function (pc, NULL, &start_addr, NULL);
1949 if (start_addr == 0)
1950 start_addr = heuristic_proc_start (pc);
1951 /* We can't analyze the prologue if we couldn't find the begining
1952 of the function. */
1953 if (start_addr == 0)
1954 return cache;
c5aa993b 1955
29639122
JB
1956 mips32_scan_prologue (start_addr, pc, next_frame, *this_cache);
1957 }
1958
1959 /* SP_REGNUM, contains the value and not the address. */
1960 trad_frame_set_value (cache->saved_regs, NUM_REGS + MIPS_SP_REGNUM, cache->base);
c5aa993b 1961
29639122 1962 return (*this_cache);
c906108c
SS
1963}
1964
29639122
JB
1965static void
1966mips_insn32_frame_this_id (struct frame_info *next_frame, void **this_cache,
1967 struct frame_id *this_id)
c906108c 1968{
29639122
JB
1969 struct mips_frame_cache *info = mips_insn32_frame_cache (next_frame,
1970 this_cache);
1971 (*this_id) = frame_id_build (info->base, frame_func_unwind (next_frame));
1972}
c906108c 1973
29639122
JB
1974static void
1975mips_insn32_frame_prev_register (struct frame_info *next_frame,
1976 void **this_cache,
1977 int regnum, int *optimizedp,
1978 enum lval_type *lvalp, CORE_ADDR *addrp,
1979 int *realnump, void *valuep)
1980{
1981 struct mips_frame_cache *info = mips_insn32_frame_cache (next_frame,
1982 this_cache);
1983 trad_frame_get_prev_register (next_frame, info->saved_regs, regnum,
1984 optimizedp, lvalp, addrp, realnump, valuep);
c906108c
SS
1985}
1986
29639122
JB
1987static const struct frame_unwind mips_insn32_frame_unwind =
1988{
1989 NORMAL_FRAME,
1990 mips_insn32_frame_this_id,
1991 mips_insn32_frame_prev_register
1992};
c906108c 1993
29639122
JB
1994static const struct frame_unwind *
1995mips_insn32_frame_sniffer (struct frame_info *next_frame)
1996{
1997 CORE_ADDR pc = frame_pc_unwind (next_frame);
0fe7e7c8 1998 if (! mips_pc_is_mips16 (pc))
29639122
JB
1999 return &mips_insn32_frame_unwind;
2000 return NULL;
2001}
c906108c 2002
1c645fec 2003static CORE_ADDR
29639122
JB
2004mips_insn32_frame_base_address (struct frame_info *next_frame,
2005 void **this_cache)
c906108c 2006{
29639122
JB
2007 struct mips_frame_cache *info = mips_insn32_frame_cache (next_frame,
2008 this_cache);
2009 return info->base;
2010}
c906108c 2011
29639122
JB
2012static const struct frame_base mips_insn32_frame_base =
2013{
2014 &mips_insn32_frame_unwind,
2015 mips_insn32_frame_base_address,
2016 mips_insn32_frame_base_address,
2017 mips_insn32_frame_base_address
2018};
1c645fec 2019
29639122
JB
2020static const struct frame_base *
2021mips_insn32_frame_base_sniffer (struct frame_info *next_frame)
2022{
2023 if (mips_insn32_frame_sniffer (next_frame) != NULL)
2024 return &mips_insn32_frame_base;
a65bbe44 2025 else
29639122
JB
2026 return NULL;
2027}
a65bbe44 2028
29639122
JB
2029static struct trad_frame_cache *
2030mips_stub_frame_cache (struct frame_info *next_frame, void **this_cache)
2031{
2032 CORE_ADDR pc;
2033 CORE_ADDR start_addr;
2034 CORE_ADDR stack_addr;
2035 struct trad_frame_cache *this_trad_cache;
c906108c 2036
29639122
JB
2037 if ((*this_cache) != NULL)
2038 return (*this_cache);
2039 this_trad_cache = trad_frame_cache_zalloc (next_frame);
2040 (*this_cache) = this_trad_cache;
1c645fec 2041
29639122 2042 /* The return address is in the link register. */
4c7d22cb 2043 trad_frame_set_reg_realreg (this_trad_cache, PC_REGNUM, MIPS_RA_REGNUM);
1c645fec 2044
29639122
JB
2045 /* Frame ID, since it's a frameless / stackless function, no stack
2046 space is allocated and SP on entry is the current SP. */
2047 pc = frame_pc_unwind (next_frame);
2048 find_pc_partial_function (pc, NULL, &start_addr, NULL);
4c7d22cb 2049 stack_addr = frame_unwind_register_signed (next_frame, MIPS_SP_REGNUM);
29639122 2050 trad_frame_set_id (this_trad_cache, frame_id_build (start_addr, stack_addr));
1c645fec 2051
29639122
JB
2052 /* Assume that the frame's base is the same as the
2053 stack-pointer. */
2054 trad_frame_set_this_base (this_trad_cache, stack_addr);
c906108c 2055
29639122
JB
2056 return this_trad_cache;
2057}
c906108c 2058
29639122
JB
2059static void
2060mips_stub_frame_this_id (struct frame_info *next_frame, void **this_cache,
2061 struct frame_id *this_id)
2062{
2063 struct trad_frame_cache *this_trad_cache
2064 = mips_stub_frame_cache (next_frame, this_cache);
2065 trad_frame_get_id (this_trad_cache, this_id);
2066}
c906108c 2067
29639122
JB
2068static void
2069mips_stub_frame_prev_register (struct frame_info *next_frame,
2070 void **this_cache,
2071 int regnum, int *optimizedp,
2072 enum lval_type *lvalp, CORE_ADDR *addrp,
2073 int *realnump, void *valuep)
2074{
2075 struct trad_frame_cache *this_trad_cache
2076 = mips_stub_frame_cache (next_frame, this_cache);
2077 trad_frame_get_register (this_trad_cache, next_frame, regnum, optimizedp,
2078 lvalp, addrp, realnump, valuep);
2079}
c906108c 2080
29639122
JB
2081static const struct frame_unwind mips_stub_frame_unwind =
2082{
2083 NORMAL_FRAME,
2084 mips_stub_frame_this_id,
2085 mips_stub_frame_prev_register
2086};
c906108c 2087
29639122
JB
2088static const struct frame_unwind *
2089mips_stub_frame_sniffer (struct frame_info *next_frame)
2090{
2091 CORE_ADDR pc = frame_pc_unwind (next_frame);
2092 if (in_plt_section (pc, NULL))
2093 return &mips_stub_frame_unwind;
2094 else
2095 return NULL;
2096}
c906108c 2097
29639122
JB
2098static CORE_ADDR
2099mips_stub_frame_base_address (struct frame_info *next_frame,
2100 void **this_cache)
2101{
2102 struct trad_frame_cache *this_trad_cache
2103 = mips_stub_frame_cache (next_frame, this_cache);
2104 return trad_frame_get_this_base (this_trad_cache);
2105}
0fce0821 2106
29639122
JB
2107static const struct frame_base mips_stub_frame_base =
2108{
2109 &mips_stub_frame_unwind,
2110 mips_stub_frame_base_address,
2111 mips_stub_frame_base_address,
2112 mips_stub_frame_base_address
2113};
2114
2115static const struct frame_base *
2116mips_stub_frame_base_sniffer (struct frame_info *next_frame)
2117{
2118 if (mips_stub_frame_sniffer (next_frame) != NULL)
2119 return &mips_stub_frame_base;
2120 else
2121 return NULL;
2122}
2123
2124static CORE_ADDR
2125read_next_frame_reg (struct frame_info *fi, int regno)
2126{
2127 /* Always a pseudo. */
2128 gdb_assert (regno >= NUM_REGS);
2129 if (fi == NULL)
0fce0821 2130 {
29639122
JB
2131 LONGEST val;
2132 regcache_cooked_read_signed (current_regcache, regno, &val);
2133 return val;
0fce0821 2134 }
29639122
JB
2135 else
2136 return frame_unwind_register_signed (fi, regno);
1c645fec 2137
c906108c
SS
2138}
2139
29639122 2140/* mips_addr_bits_remove - remove useless address bits */
65596487 2141
29639122
JB
2142static CORE_ADDR
2143mips_addr_bits_remove (CORE_ADDR addr)
65596487 2144{
29639122
JB
2145 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
2146 if (mips_mask_address_p (tdep) && (((ULONGEST) addr) >> 32 == 0xffffffffUL))
2147 /* This hack is a work-around for existing boards using PMON, the
2148 simulator, and any other 64-bit targets that doesn't have true
2149 64-bit addressing. On these targets, the upper 32 bits of
2150 addresses are ignored by the hardware. Thus, the PC or SP are
2151 likely to have been sign extended to all 1s by instruction
2152 sequences that load 32-bit addresses. For example, a typical
2153 piece of code that loads an address is this:
65596487 2154
29639122
JB
2155 lui $r2, <upper 16 bits>
2156 ori $r2, <lower 16 bits>
65596487 2157
29639122
JB
2158 But the lui sign-extends the value such that the upper 32 bits
2159 may be all 1s. The workaround is simply to mask off these
2160 bits. In the future, gcc may be changed to support true 64-bit
2161 addressing, and this masking will have to be disabled. */
2162 return addr &= 0xffffffffUL;
2163 else
2164 return addr;
65596487
JB
2165}
2166
29639122
JB
2167/* mips_software_single_step() is called just before we want to resume
2168 the inferior, if we want to single-step it but there is no hardware
2169 or kernel single-step support (MIPS on GNU/Linux for example). We find
2170 the target of the coming instruction and breakpoint it.
1e05a7bf 2171
29639122
JB
2172 single_step is also called just after the inferior stops. If we had
2173 set up a simulated single-step, we undo our damage. */
2174
2175void
2176mips_software_single_step (enum target_signal sig, int insert_breakpoints_p)
c906108c 2177{
29639122
JB
2178 static CORE_ADDR next_pc;
2179 typedef char binsn_quantum[BREAKPOINT_MAX];
2180 static binsn_quantum break_mem;
2181 CORE_ADDR pc;
65596487 2182
29639122
JB
2183 if (insert_breakpoints_p)
2184 {
2185 pc = read_register (mips_regnum (current_gdbarch)->pc);
2186 next_pc = mips_next_pc (pc);
98b4dd94 2187
29639122
JB
2188 target_insert_breakpoint (next_pc, break_mem);
2189 }
a65bbe44 2190 else
29639122
JB
2191 target_remove_breakpoint (next_pc, break_mem);
2192}
a65bbe44 2193
29639122
JB
2194/* Test whether the PC points to the return instruction at the
2195 end of a function. */
65596487 2196
29639122
JB
2197static int
2198mips_about_to_return (CORE_ADDR pc)
2199{
0fe7e7c8 2200 if (mips_pc_is_mips16 (pc))
29639122
JB
2201 /* This mips16 case isn't necessarily reliable. Sometimes the compiler
2202 generates a "jr $ra"; other times it generates code to load
2203 the return address from the stack to an accessible register (such
2204 as $a3), then a "jr" using that register. This second case
2205 is almost impossible to distinguish from an indirect jump
2206 used for switch statements, so we don't even try. */
2207 return mips_fetch_instruction (pc) == 0xe820; /* jr $ra */
2208 else
2209 return mips_fetch_instruction (pc) == 0x3e00008; /* jr $ra */
2210}
c906108c 2211
c906108c 2212
29639122
JB
2213/* This fencepost looks highly suspicious to me. Removing it also
2214 seems suspicious as it could affect remote debugging across serial
2215 lines. */
c906108c 2216
29639122
JB
2217static CORE_ADDR
2218heuristic_proc_start (CORE_ADDR pc)
2219{
2220 CORE_ADDR start_pc;
2221 CORE_ADDR fence;
2222 int instlen;
2223 int seen_adjsp = 0;
65596487 2224
29639122
JB
2225 pc = ADDR_BITS_REMOVE (pc);
2226 start_pc = pc;
2227 fence = start_pc - heuristic_fence_post;
2228 if (start_pc == 0)
2229 return 0;
65596487 2230
29639122
JB
2231 if (heuristic_fence_post == UINT_MAX || fence < VM_MIN_ADDRESS)
2232 fence = VM_MIN_ADDRESS;
65596487 2233
95ac2dcf 2234 instlen = mips_pc_is_mips16 (pc) ? MIPS_INSN16_SIZE : MIPS_INSN32_SIZE;
98b4dd94 2235
29639122
JB
2236 /* search back for previous return */
2237 for (start_pc -= instlen;; start_pc -= instlen)
2238 if (start_pc < fence)
2239 {
2240 /* It's not clear to me why we reach this point when
2241 stop_soon, but with this test, at least we
2242 don't print out warnings for every child forked (eg, on
2243 decstation). 22apr93 rich@cygnus.com. */
2244 if (stop_soon == NO_STOP_QUIETLY)
2245 {
2246 static int blurb_printed = 0;
98b4dd94 2247
8a3fe4f8 2248 warning (_("GDB can't find the start of the function at 0x%s."),
29639122
JB
2249 paddr_nz (pc));
2250
2251 if (!blurb_printed)
2252 {
2253 /* This actually happens frequently in embedded
2254 development, when you first connect to a board
2255 and your stack pointer and pc are nowhere in
2256 particular. This message needs to give people
2257 in that situation enough information to
2258 determine that it's no big deal. */
2259 printf_filtered ("\n\
2260 GDB is unable to find the start of the function at 0x%s\n\
2261and thus can't determine the size of that function's stack frame.\n\
2262This means that GDB may be unable to access that stack frame, or\n\
2263the frames below it.\n\
2264 This problem is most likely caused by an invalid program counter or\n\
2265stack pointer.\n\
2266 However, if you think GDB should simply search farther back\n\
2267from 0x%s for code which looks like the beginning of a\n\
2268function, you can increase the range of the search using the `set\n\
2269heuristic-fence-post' command.\n", paddr_nz (pc), paddr_nz (pc));
2270 blurb_printed = 1;
2271 }
2272 }
2273
2274 return 0;
2275 }
0fe7e7c8 2276 else if (mips_pc_is_mips16 (start_pc))
29639122
JB
2277 {
2278 unsigned short inst;
2279
2280 /* On MIPS16, any one of the following is likely to be the
2281 start of a function:
2282 entry
2283 addiu sp,-n
2284 daddiu sp,-n
2285 extend -n followed by 'addiu sp,+n' or 'daddiu sp,+n' */
2286 inst = mips_fetch_instruction (start_pc);
2287 if (((inst & 0xf81f) == 0xe809 && (inst & 0x700) != 0x700) /* entry */
2288 || (inst & 0xff80) == 0x6380 /* addiu sp,-n */
2289 || (inst & 0xff80) == 0xfb80 /* daddiu sp,-n */
2290 || ((inst & 0xf810) == 0xf010 && seen_adjsp)) /* extend -n */
2291 break;
2292 else if ((inst & 0xff00) == 0x6300 /* addiu sp */
2293 || (inst & 0xff00) == 0xfb00) /* daddiu sp */
2294 seen_adjsp = 1;
2295 else
2296 seen_adjsp = 0;
2297 }
2298 else if (mips_about_to_return (start_pc))
2299 {
4c7d22cb 2300 /* Skip return and its delay slot. */
95ac2dcf 2301 start_pc += 2 * MIPS_INSN32_SIZE;
29639122
JB
2302 break;
2303 }
2304
2305 return start_pc;
c906108c
SS
2306}
2307
6c0d6680
DJ
2308struct mips_objfile_private
2309{
2310 bfd_size_type size;
2311 char *contents;
2312};
2313
f09ded24
AC
2314/* According to the current ABI, should the type be passed in a
2315 floating-point register (assuming that there is space)? When there
2316 is no FPU, FP are not even considered as possibile candidates for
2317 FP registers and, consequently this returns false - forces FP
2318 arguments into integer registers. */
2319
2320static int
2321fp_register_arg_p (enum type_code typecode, struct type *arg_type)
2322{
2323 return ((typecode == TYPE_CODE_FLT
2324 || (MIPS_EABI
6d82d43b
AC
2325 && (typecode == TYPE_CODE_STRUCT
2326 || typecode == TYPE_CODE_UNION)
f09ded24
AC
2327 && TYPE_NFIELDS (arg_type) == 1
2328 && TYPE_CODE (TYPE_FIELD_TYPE (arg_type, 0)) == TYPE_CODE_FLT))
c86b5b38 2329 && MIPS_FPU_TYPE != MIPS_FPU_NONE);
f09ded24
AC
2330}
2331
49e790b0
DJ
2332/* On o32, argument passing in GPRs depends on the alignment of the type being
2333 passed. Return 1 if this type must be aligned to a doubleword boundary. */
2334
2335static int
2336mips_type_needs_double_align (struct type *type)
2337{
2338 enum type_code typecode = TYPE_CODE (type);
361d1df0 2339
49e790b0
DJ
2340 if (typecode == TYPE_CODE_FLT && TYPE_LENGTH (type) == 8)
2341 return 1;
2342 else if (typecode == TYPE_CODE_STRUCT)
2343 {
2344 if (TYPE_NFIELDS (type) < 1)
2345 return 0;
2346 return mips_type_needs_double_align (TYPE_FIELD_TYPE (type, 0));
2347 }
2348 else if (typecode == TYPE_CODE_UNION)
2349 {
361d1df0 2350 int i, n;
49e790b0
DJ
2351
2352 n = TYPE_NFIELDS (type);
2353 for (i = 0; i < n; i++)
2354 if (mips_type_needs_double_align (TYPE_FIELD_TYPE (type, i)))
2355 return 1;
2356 return 0;
2357 }
2358 return 0;
2359}
2360
dc604539
AC
2361/* Adjust the address downward (direction of stack growth) so that it
2362 is correctly aligned for a new stack frame. */
2363static CORE_ADDR
2364mips_frame_align (struct gdbarch *gdbarch, CORE_ADDR addr)
2365{
5b03f266 2366 return align_down (addr, 16);
dc604539
AC
2367}
2368
f7ab6ec6 2369static CORE_ADDR
7d9b040b 2370mips_eabi_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
6d82d43b
AC
2371 struct regcache *regcache, CORE_ADDR bp_addr,
2372 int nargs, struct value **args, CORE_ADDR sp,
2373 int struct_return, CORE_ADDR struct_addr)
c906108c
SS
2374{
2375 int argreg;
2376 int float_argreg;
2377 int argnum;
2378 int len = 0;
2379 int stack_offset = 0;
480d3dd2 2380 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
7d9b040b 2381 CORE_ADDR func_addr = find_function_addr (function, NULL);
c906108c 2382
25ab4790
AC
2383 /* For shared libraries, "t9" needs to point at the function
2384 address. */
4c7d22cb 2385 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
25ab4790
AC
2386
2387 /* Set the return address register to point to the entry point of
2388 the program, where a breakpoint lies in wait. */
4c7d22cb 2389 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
25ab4790 2390
c906108c 2391 /* First ensure that the stack and structure return address (if any)
cb3d25d1
MS
2392 are properly aligned. The stack has to be at least 64-bit
2393 aligned even on 32-bit machines, because doubles must be 64-bit
2394 aligned. For n32 and n64, stack frames need to be 128-bit
2395 aligned, so we round to this widest known alignment. */
2396
5b03f266
AC
2397 sp = align_down (sp, 16);
2398 struct_addr = align_down (struct_addr, 16);
c5aa993b 2399
46e0f506 2400 /* Now make space on the stack for the args. We allocate more
c906108c 2401 than necessary for EABI, because the first few arguments are
46e0f506 2402 passed in registers, but that's OK. */
c906108c 2403 for (argnum = 0; argnum < nargs; argnum++)
4991999e 2404 len += align_up (TYPE_LENGTH (value_type (args[argnum])),
13326b4e 2405 mips_stack_argsize (gdbarch));
5b03f266 2406 sp -= align_up (len, 16);
c906108c 2407
9ace0497 2408 if (mips_debug)
6d82d43b 2409 fprintf_unfiltered (gdb_stdlog,
5b03f266
AC
2410 "mips_eabi_push_dummy_call: sp=0x%s allocated %ld\n",
2411 paddr_nz (sp), (long) align_up (len, 16));
9ace0497 2412
c906108c 2413 /* Initialize the integer and float register pointers. */
4c7d22cb 2414 argreg = MIPS_A0_REGNUM;
56cea623 2415 float_argreg = mips_fpa0_regnum (current_gdbarch);
c906108c 2416
46e0f506 2417 /* The struct_return pointer occupies the first parameter-passing reg. */
c906108c 2418 if (struct_return)
9ace0497
AC
2419 {
2420 if (mips_debug)
2421 fprintf_unfiltered (gdb_stdlog,
25ab4790 2422 "mips_eabi_push_dummy_call: struct_return reg=%d 0x%s\n",
cb3d25d1 2423 argreg, paddr_nz (struct_addr));
9ace0497
AC
2424 write_register (argreg++, struct_addr);
2425 }
c906108c
SS
2426
2427 /* Now load as many as possible of the first arguments into
2428 registers, and push the rest onto the stack. Loop thru args
2429 from first to last. */
2430 for (argnum = 0; argnum < nargs; argnum++)
2431 {
2432 char *val;
d9d9c31f 2433 char valbuf[MAX_REGISTER_SIZE];
ea7c478f 2434 struct value *arg = args[argnum];
4991999e 2435 struct type *arg_type = check_typedef (value_type (arg));
c906108c
SS
2436 int len = TYPE_LENGTH (arg_type);
2437 enum type_code typecode = TYPE_CODE (arg_type);
2438
9ace0497
AC
2439 if (mips_debug)
2440 fprintf_unfiltered (gdb_stdlog,
25ab4790 2441 "mips_eabi_push_dummy_call: %d len=%d type=%d",
acdb74a0 2442 argnum + 1, len, (int) typecode);
9ace0497 2443
c906108c 2444 /* The EABI passes structures that do not fit in a register by
46e0f506 2445 reference. */
13326b4e 2446 if (len > mips_abi_regsize (gdbarch)
9ace0497 2447 && (typecode == TYPE_CODE_STRUCT || typecode == TYPE_CODE_UNION))
c906108c 2448 {
13326b4e 2449 store_unsigned_integer (valbuf, mips_abi_regsize (gdbarch),
480d3dd2 2450 VALUE_ADDRESS (arg));
c906108c 2451 typecode = TYPE_CODE_PTR;
13326b4e 2452 len = mips_abi_regsize (gdbarch);
c906108c 2453 val = valbuf;
9ace0497
AC
2454 if (mips_debug)
2455 fprintf_unfiltered (gdb_stdlog, " push");
c906108c
SS
2456 }
2457 else
0fd88904 2458 val = (char *) value_contents (arg);
c906108c
SS
2459
2460 /* 32-bit ABIs always start floating point arguments in an
acdb74a0
AC
2461 even-numbered floating point register. Round the FP register
2462 up before the check to see if there are any FP registers
46e0f506
MS
2463 left. Non MIPS_EABI targets also pass the FP in the integer
2464 registers so also round up normal registers. */
ceae6e75
AC
2465 if (mips_abi_regsize (gdbarch) < 8
2466 && fp_register_arg_p (typecode, arg_type))
acdb74a0
AC
2467 {
2468 if ((float_argreg & 1))
2469 float_argreg++;
2470 }
c906108c
SS
2471
2472 /* Floating point arguments passed in registers have to be
2473 treated specially. On 32-bit architectures, doubles
c5aa993b
JM
2474 are passed in register pairs; the even register gets
2475 the low word, and the odd register gets the high word.
2476 On non-EABI processors, the first two floating point arguments are
2477 also copied to general registers, because MIPS16 functions
2478 don't use float registers for arguments. This duplication of
2479 arguments in general registers can't hurt non-MIPS16 functions
2480 because those registers are normally skipped. */
1012bd0e
EZ
2481 /* MIPS_EABI squeezes a struct that contains a single floating
2482 point value into an FP register instead of pushing it onto the
46e0f506 2483 stack. */
f09ded24
AC
2484 if (fp_register_arg_p (typecode, arg_type)
2485 && float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
c906108c 2486 {
ceae6e75 2487 if (mips_abi_regsize (gdbarch) < 8 && len == 8)
c906108c 2488 {
d7449b42 2489 int low_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 4 : 0;
c906108c
SS
2490 unsigned long regval;
2491
2492 /* Write the low word of the double to the even register(s). */
c5aa993b 2493 regval = extract_unsigned_integer (val + low_offset, 4);
9ace0497 2494 if (mips_debug)
acdb74a0 2495 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
9ace0497 2496 float_argreg, phex (regval, 4));
c906108c 2497 write_register (float_argreg++, regval);
c906108c
SS
2498
2499 /* Write the high word of the double to the odd register(s). */
c5aa993b 2500 regval = extract_unsigned_integer (val + 4 - low_offset, 4);
9ace0497 2501 if (mips_debug)
acdb74a0 2502 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
9ace0497 2503 float_argreg, phex (regval, 4));
c906108c 2504 write_register (float_argreg++, regval);
c906108c
SS
2505 }
2506 else
2507 {
2508 /* This is a floating point value that fits entirely
2509 in a single register. */
53a5351d 2510 /* On 32 bit ABI's the float_argreg is further adjusted
6d82d43b 2511 above to ensure that it is even register aligned. */
9ace0497
AC
2512 LONGEST regval = extract_unsigned_integer (val, len);
2513 if (mips_debug)
acdb74a0 2514 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
9ace0497 2515 float_argreg, phex (regval, len));
c906108c 2516 write_register (float_argreg++, regval);
c906108c
SS
2517 }
2518 }
2519 else
2520 {
2521 /* Copy the argument to general registers or the stack in
2522 register-sized pieces. Large arguments are split between
2523 registers and stack. */
4246e332 2524 /* Note: structs whose size is not a multiple of
d5ac5a39
AC
2525 mips_abi_regsize() are treated specially: Irix cc passes
2526 them in registers where gcc sometimes puts them on the
2527 stack. For maximum compatibility, we will put them in
2528 both places. */
13326b4e
AC
2529 int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
2530 && (len % mips_abi_regsize (gdbarch) != 0));
46e0f506 2531
f09ded24 2532 /* Note: Floating-point values that didn't fit into an FP
6d82d43b 2533 register are only written to memory. */
c906108c
SS
2534 while (len > 0)
2535 {
ebafbe83 2536 /* Remember if the argument was written to the stack. */
566f0f7a 2537 int stack_used_p = 0;
13326b4e
AC
2538 int partial_len = (len < mips_abi_regsize (gdbarch)
2539 ? len : mips_abi_regsize (gdbarch));
c906108c 2540
acdb74a0
AC
2541 if (mips_debug)
2542 fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
2543 partial_len);
2544
566f0f7a 2545 /* Write this portion of the argument to the stack. */
f09ded24
AC
2546 if (argreg > MIPS_LAST_ARG_REGNUM
2547 || odd_sized_struct
2548 || fp_register_arg_p (typecode, arg_type))
c906108c 2549 {
c906108c
SS
2550 /* Should shorter than int integer values be
2551 promoted to int before being stored? */
c906108c 2552 int longword_offset = 0;
9ace0497 2553 CORE_ADDR addr;
566f0f7a 2554 stack_used_p = 1;
d7449b42 2555 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
7a292a7a 2556 {
13326b4e 2557 if (mips_stack_argsize (gdbarch) == 8
480d3dd2
AC
2558 && (typecode == TYPE_CODE_INT
2559 || typecode == TYPE_CODE_PTR
6d82d43b 2560 || typecode == TYPE_CODE_FLT) && len <= 4)
13326b4e 2561 longword_offset = mips_stack_argsize (gdbarch) - len;
480d3dd2
AC
2562 else if ((typecode == TYPE_CODE_STRUCT
2563 || typecode == TYPE_CODE_UNION)
2564 && (TYPE_LENGTH (arg_type)
13326b4e
AC
2565 < mips_stack_argsize (gdbarch)))
2566 longword_offset = mips_stack_argsize (gdbarch) - len;
7a292a7a 2567 }
c5aa993b 2568
9ace0497
AC
2569 if (mips_debug)
2570 {
cb3d25d1
MS
2571 fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
2572 paddr_nz (stack_offset));
2573 fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
2574 paddr_nz (longword_offset));
9ace0497 2575 }
361d1df0 2576
9ace0497
AC
2577 addr = sp + stack_offset + longword_offset;
2578
2579 if (mips_debug)
2580 {
2581 int i;
6d82d43b 2582 fprintf_unfiltered (gdb_stdlog, " @0x%s ",
cb3d25d1 2583 paddr_nz (addr));
9ace0497
AC
2584 for (i = 0; i < partial_len; i++)
2585 {
6d82d43b 2586 fprintf_unfiltered (gdb_stdlog, "%02x",
cb3d25d1 2587 val[i] & 0xff);
9ace0497
AC
2588 }
2589 }
2590 write_memory (addr, val, partial_len);
c906108c
SS
2591 }
2592
f09ded24
AC
2593 /* Note!!! This is NOT an else clause. Odd sized
2594 structs may go thru BOTH paths. Floating point
46e0f506 2595 arguments will not. */
566f0f7a 2596 /* Write this portion of the argument to a general
6d82d43b 2597 purpose register. */
f09ded24
AC
2598 if (argreg <= MIPS_LAST_ARG_REGNUM
2599 && !fp_register_arg_p (typecode, arg_type))
c906108c 2600 {
6d82d43b
AC
2601 LONGEST regval =
2602 extract_unsigned_integer (val, partial_len);
c906108c 2603
9ace0497 2604 if (mips_debug)
acdb74a0 2605 fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
9ace0497 2606 argreg,
6d82d43b 2607 phex (regval,
13326b4e 2608 mips_abi_regsize (gdbarch)));
c906108c
SS
2609 write_register (argreg, regval);
2610 argreg++;
c906108c 2611 }
c5aa993b 2612
c906108c
SS
2613 len -= partial_len;
2614 val += partial_len;
2615
566f0f7a 2616 /* Compute the the offset into the stack at which we
6d82d43b 2617 will copy the next parameter.
566f0f7a 2618
566f0f7a 2619 In the new EABI (and the NABI32), the stack_offset
46e0f506 2620 only needs to be adjusted when it has been used. */
c906108c 2621
46e0f506 2622 if (stack_used_p)
480d3dd2 2623 stack_offset += align_up (partial_len,
13326b4e 2624 mips_stack_argsize (gdbarch));
c906108c
SS
2625 }
2626 }
9ace0497
AC
2627 if (mips_debug)
2628 fprintf_unfiltered (gdb_stdlog, "\n");
c906108c
SS
2629 }
2630
f10683bb 2631 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
310e9b6a 2632
0f71a2f6
JM
2633 /* Return adjusted stack pointer. */
2634 return sp;
2635}
2636
9c8fdbfa 2637/* Determin the return value convention being used. */
6d82d43b 2638
9c8fdbfa
AC
2639static enum return_value_convention
2640mips_eabi_return_value (struct gdbarch *gdbarch,
2641 struct type *type, struct regcache *regcache,
2642 void *readbuf, const void *writebuf)
6d82d43b 2643{
9c8fdbfa
AC
2644 if (TYPE_LENGTH (type) > 2 * mips_abi_regsize (gdbarch))
2645 return RETURN_VALUE_STRUCT_CONVENTION;
2646 if (readbuf)
2647 memset (readbuf, 0, TYPE_LENGTH (type));
2648 return RETURN_VALUE_REGISTER_CONVENTION;
6d82d43b
AC
2649}
2650
6d82d43b
AC
2651
2652/* N32/N64 ABI stuff. */
ebafbe83 2653
f7ab6ec6 2654static CORE_ADDR
7d9b040b 2655mips_n32n64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
6d82d43b
AC
2656 struct regcache *regcache, CORE_ADDR bp_addr,
2657 int nargs, struct value **args, CORE_ADDR sp,
2658 int struct_return, CORE_ADDR struct_addr)
cb3d25d1
MS
2659{
2660 int argreg;
2661 int float_argreg;
2662 int argnum;
2663 int len = 0;
2664 int stack_offset = 0;
480d3dd2 2665 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
7d9b040b 2666 CORE_ADDR func_addr = find_function_addr (function, NULL);
cb3d25d1 2667
25ab4790
AC
2668 /* For shared libraries, "t9" needs to point at the function
2669 address. */
4c7d22cb 2670 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
25ab4790
AC
2671
2672 /* Set the return address register to point to the entry point of
2673 the program, where a breakpoint lies in wait. */
4c7d22cb 2674 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
25ab4790 2675
cb3d25d1
MS
2676 /* First ensure that the stack and structure return address (if any)
2677 are properly aligned. The stack has to be at least 64-bit
2678 aligned even on 32-bit machines, because doubles must be 64-bit
2679 aligned. For n32 and n64, stack frames need to be 128-bit
2680 aligned, so we round to this widest known alignment. */
2681
5b03f266
AC
2682 sp = align_down (sp, 16);
2683 struct_addr = align_down (struct_addr, 16);
cb3d25d1
MS
2684
2685 /* Now make space on the stack for the args. */
2686 for (argnum = 0; argnum < nargs; argnum++)
4991999e 2687 len += align_up (TYPE_LENGTH (value_type (args[argnum])),
13326b4e 2688 mips_stack_argsize (gdbarch));
5b03f266 2689 sp -= align_up (len, 16);
cb3d25d1
MS
2690
2691 if (mips_debug)
6d82d43b 2692 fprintf_unfiltered (gdb_stdlog,
5b03f266
AC
2693 "mips_n32n64_push_dummy_call: sp=0x%s allocated %ld\n",
2694 paddr_nz (sp), (long) align_up (len, 16));
cb3d25d1
MS
2695
2696 /* Initialize the integer and float register pointers. */
4c7d22cb 2697 argreg = MIPS_A0_REGNUM;
56cea623 2698 float_argreg = mips_fpa0_regnum (current_gdbarch);
cb3d25d1 2699
46e0f506 2700 /* The struct_return pointer occupies the first parameter-passing reg. */
cb3d25d1
MS
2701 if (struct_return)
2702 {
2703 if (mips_debug)
2704 fprintf_unfiltered (gdb_stdlog,
25ab4790 2705 "mips_n32n64_push_dummy_call: struct_return reg=%d 0x%s\n",
cb3d25d1
MS
2706 argreg, paddr_nz (struct_addr));
2707 write_register (argreg++, struct_addr);
2708 }
2709
2710 /* Now load as many as possible of the first arguments into
2711 registers, and push the rest onto the stack. Loop thru args
2712 from first to last. */
2713 for (argnum = 0; argnum < nargs; argnum++)
2714 {
2715 char *val;
cb3d25d1 2716 struct value *arg = args[argnum];
4991999e 2717 struct type *arg_type = check_typedef (value_type (arg));
cb3d25d1
MS
2718 int len = TYPE_LENGTH (arg_type);
2719 enum type_code typecode = TYPE_CODE (arg_type);
2720
2721 if (mips_debug)
2722 fprintf_unfiltered (gdb_stdlog,
25ab4790 2723 "mips_n32n64_push_dummy_call: %d len=%d type=%d",
cb3d25d1
MS
2724 argnum + 1, len, (int) typecode);
2725
0fd88904 2726 val = (char *) value_contents (arg);
cb3d25d1
MS
2727
2728 if (fp_register_arg_p (typecode, arg_type)
2729 && float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
2730 {
2731 /* This is a floating point value that fits entirely
2732 in a single register. */
2733 /* On 32 bit ABI's the float_argreg is further adjusted
2734 above to ensure that it is even register aligned. */
2735 LONGEST regval = extract_unsigned_integer (val, len);
2736 if (mips_debug)
2737 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
2738 float_argreg, phex (regval, len));
2739 write_register (float_argreg++, regval);
2740
2741 if (mips_debug)
2742 fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
2743 argreg, phex (regval, len));
2744 write_register (argreg, regval);
2745 argreg += 1;
2746 }
2747 else
2748 {
2749 /* Copy the argument to general registers or the stack in
2750 register-sized pieces. Large arguments are split between
2751 registers and stack. */
4246e332 2752 /* Note: structs whose size is not a multiple of
d5ac5a39
AC
2753 mips_abi_regsize() are treated specially: Irix cc passes
2754 them in registers where gcc sometimes puts them on the
2755 stack. For maximum compatibility, we will put them in
2756 both places. */
13326b4e
AC
2757 int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
2758 && (len % mips_abi_regsize (gdbarch) != 0));
cb3d25d1 2759 /* Note: Floating-point values that didn't fit into an FP
6d82d43b 2760 register are only written to memory. */
cb3d25d1
MS
2761 while (len > 0)
2762 {
2763 /* Rememer if the argument was written to the stack. */
2764 int stack_used_p = 0;
13326b4e
AC
2765 int partial_len = (len < mips_abi_regsize (gdbarch)
2766 ? len : mips_abi_regsize (gdbarch));
cb3d25d1
MS
2767
2768 if (mips_debug)
2769 fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
2770 partial_len);
2771
2772 /* Write this portion of the argument to the stack. */
2773 if (argreg > MIPS_LAST_ARG_REGNUM
2774 || odd_sized_struct
2775 || fp_register_arg_p (typecode, arg_type))
2776 {
2777 /* Should shorter than int integer values be
2778 promoted to int before being stored? */
2779 int longword_offset = 0;
2780 CORE_ADDR addr;
2781 stack_used_p = 1;
2782 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
2783 {
13326b4e 2784 if (mips_stack_argsize (gdbarch) == 8
480d3dd2
AC
2785 && (typecode == TYPE_CODE_INT
2786 || typecode == TYPE_CODE_PTR
6d82d43b 2787 || typecode == TYPE_CODE_FLT) && len <= 4)
13326b4e 2788 longword_offset = mips_stack_argsize (gdbarch) - len;
cb3d25d1
MS
2789 }
2790
2791 if (mips_debug)
2792 {
2793 fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
2794 paddr_nz (stack_offset));
2795 fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
2796 paddr_nz (longword_offset));
2797 }
2798
2799 addr = sp + stack_offset + longword_offset;
2800
2801 if (mips_debug)
2802 {
2803 int i;
6d82d43b 2804 fprintf_unfiltered (gdb_stdlog, " @0x%s ",
cb3d25d1
MS
2805 paddr_nz (addr));
2806 for (i = 0; i < partial_len; i++)
2807 {
6d82d43b 2808 fprintf_unfiltered (gdb_stdlog, "%02x",
cb3d25d1
MS
2809 val[i] & 0xff);
2810 }
2811 }
2812 write_memory (addr, val, partial_len);
2813 }
2814
2815 /* Note!!! This is NOT an else clause. Odd sized
2816 structs may go thru BOTH paths. Floating point
2817 arguments will not. */
2818 /* Write this portion of the argument to a general
6d82d43b 2819 purpose register. */
cb3d25d1
MS
2820 if (argreg <= MIPS_LAST_ARG_REGNUM
2821 && !fp_register_arg_p (typecode, arg_type))
2822 {
6d82d43b
AC
2823 LONGEST regval =
2824 extract_unsigned_integer (val, partial_len);
cb3d25d1
MS
2825
2826 /* A non-floating-point argument being passed in a
2827 general register. If a struct or union, and if
2828 the remaining length is smaller than the register
2829 size, we have to adjust the register value on
2830 big endian targets.
2831
2832 It does not seem to be necessary to do the
2833 same for integral types.
2834
2835 cagney/2001-07-23: gdb/179: Also, GCC, when
2836 outputting LE O32 with sizeof (struct) <
1b13c4f6 2837 mips_abi_regsize(), generates a left shift as
cb3d25d1
MS
2838 part of storing the argument in a register a
2839 register (the left shift isn't generated when
1b13c4f6 2840 sizeof (struct) >= mips_abi_regsize()). Since
480d3dd2
AC
2841 it is quite possible that this is GCC
2842 contradicting the LE/O32 ABI, GDB has not been
2843 adjusted to accommodate this. Either someone
2844 needs to demonstrate that the LE/O32 ABI
2845 specifies such a left shift OR this new ABI gets
2846 identified as such and GDB gets tweaked
2847 accordingly. */
cb3d25d1
MS
2848
2849 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
13326b4e 2850 && partial_len < mips_abi_regsize (gdbarch)
cb3d25d1
MS
2851 && (typecode == TYPE_CODE_STRUCT ||
2852 typecode == TYPE_CODE_UNION))
13326b4e 2853 regval <<= ((mips_abi_regsize (gdbarch) - partial_len) *
cb3d25d1
MS
2854 TARGET_CHAR_BIT);
2855
2856 if (mips_debug)
2857 fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
2858 argreg,
6d82d43b 2859 phex (regval,
13326b4e 2860 mips_abi_regsize (gdbarch)));
cb3d25d1
MS
2861 write_register (argreg, regval);
2862 argreg++;
2863 }
2864
2865 len -= partial_len;
2866 val += partial_len;
2867
2868 /* Compute the the offset into the stack at which we
6d82d43b 2869 will copy the next parameter.
cb3d25d1
MS
2870
2871 In N32 (N64?), the stack_offset only needs to be
2872 adjusted when it has been used. */
2873
2874 if (stack_used_p)
480d3dd2 2875 stack_offset += align_up (partial_len,
13326b4e 2876 mips_stack_argsize (gdbarch));
cb3d25d1
MS
2877 }
2878 }
2879 if (mips_debug)
2880 fprintf_unfiltered (gdb_stdlog, "\n");
2881 }
2882
f10683bb 2883 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
310e9b6a 2884
cb3d25d1
MS
2885 /* Return adjusted stack pointer. */
2886 return sp;
2887}
2888
6d82d43b
AC
2889static enum return_value_convention
2890mips_n32n64_return_value (struct gdbarch *gdbarch,
2891 struct type *type, struct regcache *regcache,
2892 void *readbuf, const void *writebuf)
ebafbe83 2893{
6d82d43b
AC
2894 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
2895 if (TYPE_CODE (type) == TYPE_CODE_STRUCT
2896 || TYPE_CODE (type) == TYPE_CODE_UNION
2897 || TYPE_CODE (type) == TYPE_CODE_ARRAY
13326b4e 2898 || TYPE_LENGTH (type) > 2 * mips_abi_regsize (gdbarch))
6d82d43b
AC
2899 return RETURN_VALUE_STRUCT_CONVENTION;
2900 else if (TYPE_CODE (type) == TYPE_CODE_FLT
2901 && tdep->mips_fpu_type != MIPS_FPU_NONE)
2902 {
2903 /* A floating-point value belongs in the least significant part
2904 of FP0. */
2905 if (mips_debug)
2906 fprintf_unfiltered (gdb_stderr, "Return float in $fp0\n");
2907 mips_xfer_register (regcache,
2908 NUM_REGS + mips_regnum (current_gdbarch)->fp0,
2909 TYPE_LENGTH (type),
2910 TARGET_BYTE_ORDER, readbuf, writebuf, 0);
2911 return RETURN_VALUE_REGISTER_CONVENTION;
2912 }
2913 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
2914 && TYPE_NFIELDS (type) <= 2
2915 && TYPE_NFIELDS (type) >= 1
2916 && ((TYPE_NFIELDS (type) == 1
2917 && (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
2918 == TYPE_CODE_FLT))
2919 || (TYPE_NFIELDS (type) == 2
2920 && (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
2921 == TYPE_CODE_FLT)
2922 && (TYPE_CODE (TYPE_FIELD_TYPE (type, 1))
2923 == TYPE_CODE_FLT)))
2924 && tdep->mips_fpu_type != MIPS_FPU_NONE)
2925 {
2926 /* A struct that contains one or two floats. Each value is part
2927 in the least significant part of their floating point
2928 register.. */
6d82d43b
AC
2929 int regnum;
2930 int field;
2931 for (field = 0, regnum = mips_regnum (current_gdbarch)->fp0;
2932 field < TYPE_NFIELDS (type); field++, regnum += 2)
2933 {
2934 int offset = (FIELD_BITPOS (TYPE_FIELDS (type)[field])
2935 / TARGET_CHAR_BIT);
2936 if (mips_debug)
2937 fprintf_unfiltered (gdb_stderr, "Return float struct+%d\n",
2938 offset);
2939 mips_xfer_register (regcache, NUM_REGS + regnum,
2940 TYPE_LENGTH (TYPE_FIELD_TYPE (type, field)),
2941 TARGET_BYTE_ORDER, readbuf, writebuf, offset);
2942 }
2943 return RETURN_VALUE_REGISTER_CONVENTION;
2944 }
2945 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
2946 || TYPE_CODE (type) == TYPE_CODE_UNION)
2947 {
2948 /* A structure or union. Extract the left justified value,
2949 regardless of the byte order. I.e. DO NOT USE
2950 mips_xfer_lower. */
2951 int offset;
2952 int regnum;
4c7d22cb 2953 for (offset = 0, regnum = MIPS_V0_REGNUM;
6d82d43b
AC
2954 offset < TYPE_LENGTH (type);
2955 offset += register_size (current_gdbarch, regnum), regnum++)
2956 {
2957 int xfer = register_size (current_gdbarch, regnum);
2958 if (offset + xfer > TYPE_LENGTH (type))
2959 xfer = TYPE_LENGTH (type) - offset;
2960 if (mips_debug)
2961 fprintf_unfiltered (gdb_stderr, "Return struct+%d:%d in $%d\n",
2962 offset, xfer, regnum);
2963 mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
2964 BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset);
2965 }
2966 return RETURN_VALUE_REGISTER_CONVENTION;
2967 }
2968 else
2969 {
2970 /* A scalar extract each part but least-significant-byte
2971 justified. */
2972 int offset;
2973 int regnum;
4c7d22cb 2974 for (offset = 0, regnum = MIPS_V0_REGNUM;
6d82d43b
AC
2975 offset < TYPE_LENGTH (type);
2976 offset += register_size (current_gdbarch, regnum), regnum++)
2977 {
2978 int xfer = register_size (current_gdbarch, regnum);
6d82d43b
AC
2979 if (offset + xfer > TYPE_LENGTH (type))
2980 xfer = TYPE_LENGTH (type) - offset;
2981 if (mips_debug)
2982 fprintf_unfiltered (gdb_stderr, "Return scalar+%d:%d in $%d\n",
2983 offset, xfer, regnum);
2984 mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
2985 TARGET_BYTE_ORDER, readbuf, writebuf, offset);
2986 }
2987 return RETURN_VALUE_REGISTER_CONVENTION;
2988 }
2989}
2990
2991/* O32 ABI stuff. */
2992
2993static CORE_ADDR
7d9b040b 2994mips_o32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
6d82d43b
AC
2995 struct regcache *regcache, CORE_ADDR bp_addr,
2996 int nargs, struct value **args, CORE_ADDR sp,
2997 int struct_return, CORE_ADDR struct_addr)
2998{
2999 int argreg;
3000 int float_argreg;
3001 int argnum;
3002 int len = 0;
3003 int stack_offset = 0;
3004 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
7d9b040b 3005 CORE_ADDR func_addr = find_function_addr (function, NULL);
6d82d43b
AC
3006
3007 /* For shared libraries, "t9" needs to point at the function
3008 address. */
4c7d22cb 3009 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
6d82d43b
AC
3010
3011 /* Set the return address register to point to the entry point of
3012 the program, where a breakpoint lies in wait. */
4c7d22cb 3013 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
6d82d43b
AC
3014
3015 /* First ensure that the stack and structure return address (if any)
3016 are properly aligned. The stack has to be at least 64-bit
3017 aligned even on 32-bit machines, because doubles must be 64-bit
ebafbe83
MS
3018 aligned. For n32 and n64, stack frames need to be 128-bit
3019 aligned, so we round to this widest known alignment. */
3020
5b03f266
AC
3021 sp = align_down (sp, 16);
3022 struct_addr = align_down (struct_addr, 16);
ebafbe83
MS
3023
3024 /* Now make space on the stack for the args. */
3025 for (argnum = 0; argnum < nargs; argnum++)
4991999e 3026 len += align_up (TYPE_LENGTH (value_type (args[argnum])),
13326b4e 3027 mips_stack_argsize (gdbarch));
5b03f266 3028 sp -= align_up (len, 16);
ebafbe83
MS
3029
3030 if (mips_debug)
6d82d43b 3031 fprintf_unfiltered (gdb_stdlog,
5b03f266
AC
3032 "mips_o32_push_dummy_call: sp=0x%s allocated %ld\n",
3033 paddr_nz (sp), (long) align_up (len, 16));
ebafbe83
MS
3034
3035 /* Initialize the integer and float register pointers. */
4c7d22cb 3036 argreg = MIPS_A0_REGNUM;
56cea623 3037 float_argreg = mips_fpa0_regnum (current_gdbarch);
ebafbe83 3038
bcb0cc15 3039 /* The struct_return pointer occupies the first parameter-passing reg. */
ebafbe83
MS
3040 if (struct_return)
3041 {
3042 if (mips_debug)
3043 fprintf_unfiltered (gdb_stdlog,
25ab4790 3044 "mips_o32_push_dummy_call: struct_return reg=%d 0x%s\n",
ebafbe83
MS
3045 argreg, paddr_nz (struct_addr));
3046 write_register (argreg++, struct_addr);
13326b4e 3047 stack_offset += mips_stack_argsize (gdbarch);
ebafbe83
MS
3048 }
3049
3050 /* Now load as many as possible of the first arguments into
3051 registers, and push the rest onto the stack. Loop thru args
3052 from first to last. */
3053 for (argnum = 0; argnum < nargs; argnum++)
3054 {
3055 char *val;
ebafbe83 3056 struct value *arg = args[argnum];
4991999e 3057 struct type *arg_type = check_typedef (value_type (arg));
ebafbe83
MS
3058 int len = TYPE_LENGTH (arg_type);
3059 enum type_code typecode = TYPE_CODE (arg_type);
3060
3061 if (mips_debug)
3062 fprintf_unfiltered (gdb_stdlog,
25ab4790 3063 "mips_o32_push_dummy_call: %d len=%d type=%d",
46cac009
AC
3064 argnum + 1, len, (int) typecode);
3065
0fd88904 3066 val = (char *) value_contents (arg);
46cac009
AC
3067
3068 /* 32-bit ABIs always start floating point arguments in an
3069 even-numbered floating point register. Round the FP register
3070 up before the check to see if there are any FP registers
3071 left. O32/O64 targets also pass the FP in the integer
3072 registers so also round up normal registers. */
ceae6e75
AC
3073 if (mips_abi_regsize (gdbarch) < 8
3074 && fp_register_arg_p (typecode, arg_type))
46cac009
AC
3075 {
3076 if ((float_argreg & 1))
3077 float_argreg++;
3078 }
3079
3080 /* Floating point arguments passed in registers have to be
3081 treated specially. On 32-bit architectures, doubles
3082 are passed in register pairs; the even register gets
3083 the low word, and the odd register gets the high word.
3084 On O32/O64, the first two floating point arguments are
3085 also copied to general registers, because MIPS16 functions
3086 don't use float registers for arguments. This duplication of
3087 arguments in general registers can't hurt non-MIPS16 functions
3088 because those registers are normally skipped. */
3089
3090 if (fp_register_arg_p (typecode, arg_type)
3091 && float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
3092 {
ceae6e75 3093 if (mips_abi_regsize (gdbarch) < 8 && len == 8)
46cac009
AC
3094 {
3095 int low_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 4 : 0;
3096 unsigned long regval;
3097
3098 /* Write the low word of the double to the even register(s). */
3099 regval = extract_unsigned_integer (val + low_offset, 4);
3100 if (mips_debug)
3101 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
3102 float_argreg, phex (regval, 4));
3103 write_register (float_argreg++, regval);
3104 if (mips_debug)
3105 fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
3106 argreg, phex (regval, 4));
3107 write_register (argreg++, regval);
3108
3109 /* Write the high word of the double to the odd register(s). */
3110 regval = extract_unsigned_integer (val + 4 - low_offset, 4);
3111 if (mips_debug)
3112 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
3113 float_argreg, phex (regval, 4));
3114 write_register (float_argreg++, regval);
3115
3116 if (mips_debug)
3117 fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
3118 argreg, phex (regval, 4));
3119 write_register (argreg++, regval);
3120 }
3121 else
3122 {
3123 /* This is a floating point value that fits entirely
3124 in a single register. */
3125 /* On 32 bit ABI's the float_argreg is further adjusted
6d82d43b 3126 above to ensure that it is even register aligned. */
46cac009
AC
3127 LONGEST regval = extract_unsigned_integer (val, len);
3128 if (mips_debug)
3129 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
3130 float_argreg, phex (regval, len));
3131 write_register (float_argreg++, regval);
3132 /* CAGNEY: 32 bit MIPS ABI's always reserve two FP
6d82d43b
AC
3133 registers for each argument. The below is (my
3134 guess) to ensure that the corresponding integer
3135 register has reserved the same space. */
46cac009
AC
3136 if (mips_debug)
3137 fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
3138 argreg, phex (regval, len));
3139 write_register (argreg, regval);
ceae6e75 3140 argreg += (mips_abi_regsize (gdbarch) == 8) ? 1 : 2;
46cac009
AC
3141 }
3142 /* Reserve space for the FP register. */
13326b4e 3143 stack_offset += align_up (len, mips_stack_argsize (gdbarch));
46cac009
AC
3144 }
3145 else
3146 {
3147 /* Copy the argument to general registers or the stack in
3148 register-sized pieces. Large arguments are split between
3149 registers and stack. */
4246e332 3150 /* Note: structs whose size is not a multiple of
d5ac5a39
AC
3151 mips_abi_regsize() are treated specially: Irix cc passes
3152 them in registers where gcc sometimes puts them on the
3153 stack. For maximum compatibility, we will put them in
3154 both places. */
13326b4e
AC
3155 int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
3156 && (len % mips_abi_regsize (gdbarch) != 0));
46cac009
AC
3157 /* Structures should be aligned to eight bytes (even arg registers)
3158 on MIPS_ABI_O32, if their first member has double precision. */
13326b4e 3159 if (mips_abi_regsize (gdbarch) < 8
46cac009
AC
3160 && mips_type_needs_double_align (arg_type))
3161 {
3162 if ((argreg & 1))
6d82d43b 3163 argreg++;
46cac009
AC
3164 }
3165 /* Note: Floating-point values that didn't fit into an FP
6d82d43b 3166 register are only written to memory. */
46cac009
AC
3167 while (len > 0)
3168 {
3169 /* Remember if the argument was written to the stack. */
3170 int stack_used_p = 0;
13326b4e
AC
3171 int partial_len = (len < mips_abi_regsize (gdbarch)
3172 ? len : mips_abi_regsize (gdbarch));
46cac009
AC
3173
3174 if (mips_debug)
3175 fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
3176 partial_len);
3177
3178 /* Write this portion of the argument to the stack. */
3179 if (argreg > MIPS_LAST_ARG_REGNUM
3180 || odd_sized_struct
3181 || fp_register_arg_p (typecode, arg_type))
3182 {
3183 /* Should shorter than int integer values be
3184 promoted to int before being stored? */
3185 int longword_offset = 0;
3186 CORE_ADDR addr;
3187 stack_used_p = 1;
3188 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
3189 {
13326b4e 3190 if (mips_stack_argsize (gdbarch) == 8
480d3dd2
AC
3191 && (typecode == TYPE_CODE_INT
3192 || typecode == TYPE_CODE_PTR
6d82d43b 3193 || typecode == TYPE_CODE_FLT) && len <= 4)
13326b4e 3194 longword_offset = mips_stack_argsize (gdbarch) - len;
46cac009
AC
3195 }
3196
3197 if (mips_debug)
3198 {
3199 fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
3200 paddr_nz (stack_offset));
3201 fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
3202 paddr_nz (longword_offset));
3203 }
3204
3205 addr = sp + stack_offset + longword_offset;
3206
3207 if (mips_debug)
3208 {
3209 int i;
6d82d43b 3210 fprintf_unfiltered (gdb_stdlog, " @0x%s ",
46cac009
AC
3211 paddr_nz (addr));
3212 for (i = 0; i < partial_len; i++)
3213 {
6d82d43b 3214 fprintf_unfiltered (gdb_stdlog, "%02x",
46cac009
AC
3215 val[i] & 0xff);
3216 }
3217 }
3218 write_memory (addr, val, partial_len);
3219 }
3220
3221 /* Note!!! This is NOT an else clause. Odd sized
3222 structs may go thru BOTH paths. Floating point
3223 arguments will not. */
3224 /* Write this portion of the argument to a general
6d82d43b 3225 purpose register. */
46cac009
AC
3226 if (argreg <= MIPS_LAST_ARG_REGNUM
3227 && !fp_register_arg_p (typecode, arg_type))
3228 {
3229 LONGEST regval = extract_signed_integer (val, partial_len);
4246e332 3230 /* Value may need to be sign extended, because
1b13c4f6 3231 mips_isa_regsize() != mips_abi_regsize(). */
46cac009
AC
3232
3233 /* A non-floating-point argument being passed in a
3234 general register. If a struct or union, and if
3235 the remaining length is smaller than the register
3236 size, we have to adjust the register value on
3237 big endian targets.
3238
3239 It does not seem to be necessary to do the
3240 same for integral types.
3241
3242 Also don't do this adjustment on O64 binaries.
3243
3244 cagney/2001-07-23: gdb/179: Also, GCC, when
3245 outputting LE O32 with sizeof (struct) <
1b13c4f6 3246 mips_abi_regsize(), generates a left shift as
46cac009
AC
3247 part of storing the argument in a register a
3248 register (the left shift isn't generated when
1b13c4f6 3249 sizeof (struct) >= mips_abi_regsize()). Since
480d3dd2
AC
3250 it is quite possible that this is GCC
3251 contradicting the LE/O32 ABI, GDB has not been
3252 adjusted to accommodate this. Either someone
3253 needs to demonstrate that the LE/O32 ABI
3254 specifies such a left shift OR this new ABI gets
3255 identified as such and GDB gets tweaked
3256 accordingly. */
3257
13326b4e 3258 if (mips_abi_regsize (gdbarch) < 8
46cac009 3259 && TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
13326b4e 3260 && partial_len < mips_abi_regsize (gdbarch)
46cac009
AC
3261 && (typecode == TYPE_CODE_STRUCT ||
3262 typecode == TYPE_CODE_UNION))
13326b4e 3263 regval <<= ((mips_abi_regsize (gdbarch) - partial_len) *
46cac009
AC
3264 TARGET_CHAR_BIT);
3265
3266 if (mips_debug)
3267 fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
3268 argreg,
6d82d43b 3269 phex (regval,
13326b4e 3270 mips_abi_regsize (gdbarch)));
46cac009
AC
3271 write_register (argreg, regval);
3272 argreg++;
3273
3274 /* Prevent subsequent floating point arguments from
3275 being passed in floating point registers. */
3276 float_argreg = MIPS_LAST_FP_ARG_REGNUM + 1;
3277 }
3278
3279 len -= partial_len;
3280 val += partial_len;
3281
3282 /* Compute the the offset into the stack at which we
6d82d43b 3283 will copy the next parameter.
46cac009 3284
6d82d43b
AC
3285 In older ABIs, the caller reserved space for
3286 registers that contained arguments. This was loosely
3287 refered to as their "home". Consequently, space is
3288 always allocated. */
46cac009 3289
480d3dd2 3290 stack_offset += align_up (partial_len,
13326b4e 3291 mips_stack_argsize (gdbarch));
46cac009
AC
3292 }
3293 }
3294 if (mips_debug)
3295 fprintf_unfiltered (gdb_stdlog, "\n");
3296 }
3297
f10683bb 3298 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
310e9b6a 3299
46cac009
AC
3300 /* Return adjusted stack pointer. */
3301 return sp;
3302}
3303
6d82d43b
AC
3304static enum return_value_convention
3305mips_o32_return_value (struct gdbarch *gdbarch, struct type *type,
3306 struct regcache *regcache,
3307 void *readbuf, const void *writebuf)
3308{
3309 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
3310
3311 if (TYPE_CODE (type) == TYPE_CODE_STRUCT
3312 || TYPE_CODE (type) == TYPE_CODE_UNION
3313 || TYPE_CODE (type) == TYPE_CODE_ARRAY)
3314 return RETURN_VALUE_STRUCT_CONVENTION;
3315 else if (TYPE_CODE (type) == TYPE_CODE_FLT
3316 && TYPE_LENGTH (type) == 4 && tdep->mips_fpu_type != MIPS_FPU_NONE)
3317 {
3318 /* A single-precision floating-point value. It fits in the
3319 least significant part of FP0. */
3320 if (mips_debug)
3321 fprintf_unfiltered (gdb_stderr, "Return float in $fp0\n");
3322 mips_xfer_register (regcache,
3323 NUM_REGS + mips_regnum (current_gdbarch)->fp0,
3324 TYPE_LENGTH (type),
3325 TARGET_BYTE_ORDER, readbuf, writebuf, 0);
3326 return RETURN_VALUE_REGISTER_CONVENTION;
3327 }
3328 else if (TYPE_CODE (type) == TYPE_CODE_FLT
3329 && TYPE_LENGTH (type) == 8 && tdep->mips_fpu_type != MIPS_FPU_NONE)
3330 {
3331 /* A double-precision floating-point value. The most
3332 significant part goes in FP1, and the least significant in
3333 FP0. */
3334 if (mips_debug)
3335 fprintf_unfiltered (gdb_stderr, "Return float in $fp1/$fp0\n");
3336 switch (TARGET_BYTE_ORDER)
3337 {
3338 case BFD_ENDIAN_LITTLE:
3339 mips_xfer_register (regcache,
3340 NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
3341 0, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 0);
3342 mips_xfer_register (regcache,
3343 NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
3344 1, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 4);
3345 break;
3346 case BFD_ENDIAN_BIG:
3347 mips_xfer_register (regcache,
3348 NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
3349 1, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 0);
3350 mips_xfer_register (regcache,
3351 NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
3352 0, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 4);
3353 break;
3354 default:
e2e0b3e5 3355 internal_error (__FILE__, __LINE__, _("bad switch"));
6d82d43b
AC
3356 }
3357 return RETURN_VALUE_REGISTER_CONVENTION;
3358 }
3359#if 0
3360 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
3361 && TYPE_NFIELDS (type) <= 2
3362 && TYPE_NFIELDS (type) >= 1
3363 && ((TYPE_NFIELDS (type) == 1
3364 && (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
3365 == TYPE_CODE_FLT))
3366 || (TYPE_NFIELDS (type) == 2
3367 && (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
3368 == TYPE_CODE_FLT)
3369 && (TYPE_CODE (TYPE_FIELD_TYPE (type, 1))
3370 == TYPE_CODE_FLT)))
3371 && tdep->mips_fpu_type != MIPS_FPU_NONE)
3372 {
3373 /* A struct that contains one or two floats. Each value is part
3374 in the least significant part of their floating point
3375 register.. */
3376 bfd_byte reg[MAX_REGISTER_SIZE];
3377 int regnum;
3378 int field;
3379 for (field = 0, regnum = mips_regnum (current_gdbarch)->fp0;
3380 field < TYPE_NFIELDS (type); field++, regnum += 2)
3381 {
3382 int offset = (FIELD_BITPOS (TYPE_FIELDS (type)[field])
3383 / TARGET_CHAR_BIT);
3384 if (mips_debug)
3385 fprintf_unfiltered (gdb_stderr, "Return float struct+%d\n",
3386 offset);
3387 mips_xfer_register (regcache, NUM_REGS + regnum,
3388 TYPE_LENGTH (TYPE_FIELD_TYPE (type, field)),
3389 TARGET_BYTE_ORDER, readbuf, writebuf, offset);
3390 }
3391 return RETURN_VALUE_REGISTER_CONVENTION;
3392 }
3393#endif
3394#if 0
3395 else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
3396 || TYPE_CODE (type) == TYPE_CODE_UNION)
3397 {
3398 /* A structure or union. Extract the left justified value,
3399 regardless of the byte order. I.e. DO NOT USE
3400 mips_xfer_lower. */
3401 int offset;
3402 int regnum;
4c7d22cb 3403 for (offset = 0, regnum = MIPS_V0_REGNUM;
6d82d43b
AC
3404 offset < TYPE_LENGTH (type);
3405 offset += register_size (current_gdbarch, regnum), regnum++)
3406 {
3407 int xfer = register_size (current_gdbarch, regnum);
3408 if (offset + xfer > TYPE_LENGTH (type))
3409 xfer = TYPE_LENGTH (type) - offset;
3410 if (mips_debug)
3411 fprintf_unfiltered (gdb_stderr, "Return struct+%d:%d in $%d\n",
3412 offset, xfer, regnum);
3413 mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
3414 BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset);
3415 }
3416 return RETURN_VALUE_REGISTER_CONVENTION;
3417 }
3418#endif
3419 else
3420 {
3421 /* A scalar extract each part but least-significant-byte
3422 justified. o32 thinks registers are 4 byte, regardless of
3423 the ISA. mips_stack_argsize controls this. */
3424 int offset;
3425 int regnum;
4c7d22cb 3426 for (offset = 0, regnum = MIPS_V0_REGNUM;
6d82d43b 3427 offset < TYPE_LENGTH (type);
13326b4e 3428 offset += mips_stack_argsize (gdbarch), regnum++)
6d82d43b 3429 {
13326b4e 3430 int xfer = mips_stack_argsize (gdbarch);
6d82d43b
AC
3431 if (offset + xfer > TYPE_LENGTH (type))
3432 xfer = TYPE_LENGTH (type) - offset;
3433 if (mips_debug)
3434 fprintf_unfiltered (gdb_stderr, "Return scalar+%d:%d in $%d\n",
3435 offset, xfer, regnum);
3436 mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
3437 TARGET_BYTE_ORDER, readbuf, writebuf, offset);
3438 }
3439 return RETURN_VALUE_REGISTER_CONVENTION;
3440 }
3441}
3442
3443/* O64 ABI. This is a hacked up kind of 64-bit version of the o32
3444 ABI. */
46cac009
AC
3445
3446static CORE_ADDR
7d9b040b 3447mips_o64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
6d82d43b
AC
3448 struct regcache *regcache, CORE_ADDR bp_addr,
3449 int nargs,
3450 struct value **args, CORE_ADDR sp,
3451 int struct_return, CORE_ADDR struct_addr)
46cac009
AC
3452{
3453 int argreg;
3454 int float_argreg;
3455 int argnum;
3456 int len = 0;
3457 int stack_offset = 0;
480d3dd2 3458 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
7d9b040b 3459 CORE_ADDR func_addr = find_function_addr (function, NULL);
46cac009 3460
25ab4790
AC
3461 /* For shared libraries, "t9" needs to point at the function
3462 address. */
4c7d22cb 3463 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
25ab4790
AC
3464
3465 /* Set the return address register to point to the entry point of
3466 the program, where a breakpoint lies in wait. */
4c7d22cb 3467 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
25ab4790 3468
46cac009
AC
3469 /* First ensure that the stack and structure return address (if any)
3470 are properly aligned. The stack has to be at least 64-bit
3471 aligned even on 32-bit machines, because doubles must be 64-bit
3472 aligned. For n32 and n64, stack frames need to be 128-bit
3473 aligned, so we round to this widest known alignment. */
3474
5b03f266
AC
3475 sp = align_down (sp, 16);
3476 struct_addr = align_down (struct_addr, 16);
46cac009
AC
3477
3478 /* Now make space on the stack for the args. */
3479 for (argnum = 0; argnum < nargs; argnum++)
4991999e 3480 len += align_up (TYPE_LENGTH (value_type (args[argnum])),
13326b4e 3481 mips_stack_argsize (gdbarch));
5b03f266 3482 sp -= align_up (len, 16);
46cac009
AC
3483
3484 if (mips_debug)
6d82d43b 3485 fprintf_unfiltered (gdb_stdlog,
5b03f266
AC
3486 "mips_o64_push_dummy_call: sp=0x%s allocated %ld\n",
3487 paddr_nz (sp), (long) align_up (len, 16));
46cac009
AC
3488
3489 /* Initialize the integer and float register pointers. */
4c7d22cb 3490 argreg = MIPS_A0_REGNUM;
56cea623 3491 float_argreg = mips_fpa0_regnum (current_gdbarch);
46cac009
AC
3492
3493 /* The struct_return pointer occupies the first parameter-passing reg. */
3494 if (struct_return)
3495 {
3496 if (mips_debug)
3497 fprintf_unfiltered (gdb_stdlog,
25ab4790 3498 "mips_o64_push_dummy_call: struct_return reg=%d 0x%s\n",
46cac009
AC
3499 argreg, paddr_nz (struct_addr));
3500 write_register (argreg++, struct_addr);
13326b4e 3501 stack_offset += mips_stack_argsize (gdbarch);
46cac009
AC
3502 }
3503
3504 /* Now load as many as possible of the first arguments into
3505 registers, and push the rest onto the stack. Loop thru args
3506 from first to last. */
3507 for (argnum = 0; argnum < nargs; argnum++)
3508 {
3509 char *val;
46cac009 3510 struct value *arg = args[argnum];
4991999e 3511 struct type *arg_type = check_typedef (value_type (arg));
46cac009
AC
3512 int len = TYPE_LENGTH (arg_type);
3513 enum type_code typecode = TYPE_CODE (arg_type);
3514
3515 if (mips_debug)
3516 fprintf_unfiltered (gdb_stdlog,
25ab4790 3517 "mips_o64_push_dummy_call: %d len=%d type=%d",
ebafbe83
MS
3518 argnum + 1, len, (int) typecode);
3519
0fd88904 3520 val = (char *) value_contents (arg);
ebafbe83
MS
3521
3522 /* 32-bit ABIs always start floating point arguments in an
3523 even-numbered floating point register. Round the FP register
3524 up before the check to see if there are any FP registers
3525 left. O32/O64 targets also pass the FP in the integer
3526 registers so also round up normal registers. */
ceae6e75
AC
3527 if (mips_abi_regsize (gdbarch) < 8
3528 && fp_register_arg_p (typecode, arg_type))
ebafbe83
MS
3529 {
3530 if ((float_argreg & 1))
3531 float_argreg++;
3532 }
3533
3534 /* Floating point arguments passed in registers have to be
3535 treated specially. On 32-bit architectures, doubles
3536 are passed in register pairs; the even register gets
3537 the low word, and the odd register gets the high word.
3538 On O32/O64, the first two floating point arguments are
3539 also copied to general registers, because MIPS16 functions
3540 don't use float registers for arguments. This duplication of
3541 arguments in general registers can't hurt non-MIPS16 functions
3542 because those registers are normally skipped. */
3543
3544 if (fp_register_arg_p (typecode, arg_type)
3545 && float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
3546 {
ceae6e75 3547 if (mips_abi_regsize (gdbarch) < 8 && len == 8)
ebafbe83
MS
3548 {
3549 int low_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 4 : 0;
3550 unsigned long regval;
3551
3552 /* Write the low word of the double to the even register(s). */
3553 regval = extract_unsigned_integer (val + low_offset, 4);
3554 if (mips_debug)
3555 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
3556 float_argreg, phex (regval, 4));
3557 write_register (float_argreg++, regval);
3558 if (mips_debug)
3559 fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
3560 argreg, phex (regval, 4));
3561 write_register (argreg++, regval);
3562
3563 /* Write the high word of the double to the odd register(s). */
3564 regval = extract_unsigned_integer (val + 4 - low_offset, 4);
3565 if (mips_debug)
3566 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
3567 float_argreg, phex (regval, 4));
3568 write_register (float_argreg++, regval);
3569
3570 if (mips_debug)
3571 fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
3572 argreg, phex (regval, 4));
3573 write_register (argreg++, regval);
3574 }
3575 else
3576 {
3577 /* This is a floating point value that fits entirely
3578 in a single register. */
3579 /* On 32 bit ABI's the float_argreg is further adjusted
6d82d43b 3580 above to ensure that it is even register aligned. */
ebafbe83
MS
3581 LONGEST regval = extract_unsigned_integer (val, len);
3582 if (mips_debug)
3583 fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
3584 float_argreg, phex (regval, len));
3585 write_register (float_argreg++, regval);
3586 /* CAGNEY: 32 bit MIPS ABI's always reserve two FP
6d82d43b
AC
3587 registers for each argument. The below is (my
3588 guess) to ensure that the corresponding integer
3589 register has reserved the same space. */
ebafbe83
MS
3590 if (mips_debug)
3591 fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
3592 argreg, phex (regval, len));
3593 write_register (argreg, regval);
ceae6e75 3594 argreg += (mips_abi_regsize (gdbarch) == 8) ? 1 : 2;
ebafbe83
MS
3595 }
3596 /* Reserve space for the FP register. */
13326b4e 3597 stack_offset += align_up (len, mips_stack_argsize (gdbarch));
ebafbe83
MS
3598 }
3599 else
3600 {
3601 /* Copy the argument to general registers or the stack in
3602 register-sized pieces. Large arguments are split between
3603 registers and stack. */
4246e332 3604 /* Note: structs whose size is not a multiple of
d5ac5a39
AC
3605 mips_abi_regsize() are treated specially: Irix cc passes
3606 them in registers where gcc sometimes puts them on the
3607 stack. For maximum compatibility, we will put them in
3608 both places. */
13326b4e
AC
3609 int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
3610 && (len % mips_abi_regsize (gdbarch) != 0));
ebafbe83
MS
3611 /* Structures should be aligned to eight bytes (even arg registers)
3612 on MIPS_ABI_O32, if their first member has double precision. */
13326b4e 3613 if (mips_abi_regsize (gdbarch) < 8
ebafbe83
MS
3614 && mips_type_needs_double_align (arg_type))
3615 {
3616 if ((argreg & 1))
6d82d43b 3617 argreg++;
ebafbe83
MS
3618 }
3619 /* Note: Floating-point values that didn't fit into an FP
6d82d43b 3620 register are only written to memory. */
ebafbe83
MS
3621 while (len > 0)
3622 {
3623 /* Remember if the argument was written to the stack. */
3624 int stack_used_p = 0;
13326b4e
AC
3625 int partial_len = (len < mips_abi_regsize (gdbarch)
3626 ? len : mips_abi_regsize (gdbarch));
ebafbe83
MS
3627
3628 if (mips_debug)
3629 fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
3630 partial_len);
3631
3632 /* Write this portion of the argument to the stack. */
3633 if (argreg > MIPS_LAST_ARG_REGNUM
3634 || odd_sized_struct
3635 || fp_register_arg_p (typecode, arg_type))
3636 {
3637 /* Should shorter than int integer values be
3638 promoted to int before being stored? */
3639 int longword_offset = 0;
3640 CORE_ADDR addr;
3641 stack_used_p = 1;
3642 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
3643 {
13326b4e 3644 if (mips_stack_argsize (gdbarch) == 8
480d3dd2
AC
3645 && (typecode == TYPE_CODE_INT
3646 || typecode == TYPE_CODE_PTR
6d82d43b 3647 || typecode == TYPE_CODE_FLT) && len <= 4)
13326b4e 3648 longword_offset = mips_stack_argsize (gdbarch) - len;
ebafbe83
MS
3649 }
3650
3651 if (mips_debug)
3652 {
3653 fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
3654 paddr_nz (stack_offset));
3655 fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
3656 paddr_nz (longword_offset));
3657 }
3658
3659 addr = sp + stack_offset + longword_offset;
3660
3661 if (mips_debug)
3662 {
3663 int i;
6d82d43b 3664 fprintf_unfiltered (gdb_stdlog, " @0x%s ",
ebafbe83
MS
3665 paddr_nz (addr));
3666 for (i = 0; i < partial_len; i++)
3667 {
6d82d43b 3668 fprintf_unfiltered (gdb_stdlog, "%02x",
ebafbe83
MS
3669 val[i] & 0xff);
3670 }
3671 }
3672 write_memory (addr, val, partial_len);
3673 }
3674
3675 /* Note!!! This is NOT an else clause. Odd sized
3676 structs may go thru BOTH paths. Floating point
3677 arguments will not. */
3678 /* Write this portion of the argument to a general
6d82d43b 3679 purpose register. */
ebafbe83
MS
3680 if (argreg <= MIPS_LAST_ARG_REGNUM
3681 && !fp_register_arg_p (typecode, arg_type))
3682 {
3683 LONGEST regval = extract_signed_integer (val, partial_len);
4246e332 3684 /* Value may need to be sign extended, because
1b13c4f6 3685 mips_isa_regsize() != mips_abi_regsize(). */
ebafbe83
MS
3686
3687 /* A non-floating-point argument being passed in a
3688 general register. If a struct or union, and if
3689 the remaining length is smaller than the register
3690 size, we have to adjust the register value on
3691 big endian targets.
3692
3693 It does not seem to be necessary to do the
3694 same for integral types.
3695
3696 Also don't do this adjustment on O64 binaries.
3697
3698 cagney/2001-07-23: gdb/179: Also, GCC, when
3699 outputting LE O32 with sizeof (struct) <
1b13c4f6 3700 mips_abi_regsize(), generates a left shift as
ebafbe83
MS
3701 part of storing the argument in a register a
3702 register (the left shift isn't generated when
1b13c4f6 3703 sizeof (struct) >= mips_abi_regsize()). Since
480d3dd2
AC
3704 it is quite possible that this is GCC
3705 contradicting the LE/O32 ABI, GDB has not been
3706 adjusted to accommodate this. Either someone
3707 needs to demonstrate that the LE/O32 ABI
3708 specifies such a left shift OR this new ABI gets
3709 identified as such and GDB gets tweaked
3710 accordingly. */
3711
13326b4e 3712 if (mips_abi_regsize (gdbarch) < 8
ebafbe83 3713 && TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
13326b4e 3714 && partial_len < mips_abi_regsize (gdbarch)
ebafbe83
MS
3715 && (typecode == TYPE_CODE_STRUCT ||
3716 typecode == TYPE_CODE_UNION))
13326b4e 3717 regval <<= ((mips_abi_regsize (gdbarch) - partial_len) *
ebafbe83
MS
3718 TARGET_CHAR_BIT);
3719
3720 if (mips_debug)
3721 fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
3722 argreg,
6d82d43b 3723 phex (regval,
13326b4e 3724 mips_abi_regsize (gdbarch)));
ebafbe83
MS
3725 write_register (argreg, regval);
3726 argreg++;
3727
3728 /* Prevent subsequent floating point arguments from
3729 being passed in floating point registers. */
3730 float_argreg = MIPS_LAST_FP_ARG_REGNUM + 1;
3731 }
3732
3733 len -= partial_len;
3734 val += partial_len;
3735
3736 /* Compute the the offset into the stack at which we
6d82d43b 3737 will copy the next parameter.
ebafbe83 3738
6d82d43b
AC
3739 In older ABIs, the caller reserved space for
3740 registers that contained arguments. This was loosely
3741 refered to as their "home". Consequently, space is
3742 always allocated. */
ebafbe83 3743
480d3dd2 3744 stack_offset += align_up (partial_len,
13326b4e 3745 mips_stack_argsize (gdbarch));
ebafbe83
MS
3746 }
3747 }
3748 if (mips_debug)
3749 fprintf_unfiltered (gdb_stdlog, "\n");
3750 }
3751
f10683bb 3752 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
310e9b6a 3753
ebafbe83
MS
3754 /* Return adjusted stack pointer. */
3755 return sp;
3756}
3757
9c8fdbfa
AC
3758static enum return_value_convention
3759mips_o64_return_value (struct gdbarch *gdbarch,
3760 struct type *type, struct regcache *regcache,
3761 void *readbuf, const void *writebuf)
6d82d43b 3762{
9c8fdbfa 3763 return RETURN_VALUE_STRUCT_CONVENTION;
6d82d43b
AC
3764}
3765
dd824b04
DJ
3766/* Floating point register management.
3767
3768 Background: MIPS1 & 2 fp registers are 32 bits wide. To support
3769 64bit operations, these early MIPS cpus treat fp register pairs
3770 (f0,f1) as a single register (d0). Later MIPS cpu's have 64 bit fp
3771 registers and offer a compatibility mode that emulates the MIPS2 fp
3772 model. When operating in MIPS2 fp compat mode, later cpu's split
3773 double precision floats into two 32-bit chunks and store them in
3774 consecutive fp regs. To display 64-bit floats stored in this
3775 fashion, we have to combine 32 bits from f0 and 32 bits from f1.
3776 Throw in user-configurable endianness and you have a real mess.
3777
3778 The way this works is:
3779 - If we are in 32-bit mode or on a 32-bit processor, then a 64-bit
3780 double-precision value will be split across two logical registers.
3781 The lower-numbered logical register will hold the low-order bits,
3782 regardless of the processor's endianness.
3783 - If we are on a 64-bit processor, and we are looking for a
3784 single-precision value, it will be in the low ordered bits
3785 of a 64-bit GPR (after mfc1, for example) or a 64-bit register
3786 save slot in memory.
3787 - If we are in 64-bit mode, everything is straightforward.
3788
3789 Note that this code only deals with "live" registers at the top of the
3790 stack. We will attempt to deal with saved registers later, when
3791 the raw/cooked register interface is in place. (We need a general
3792 interface that can deal with dynamic saved register sizes -- fp
3793 regs could be 32 bits wide in one frame and 64 on the frame above
3794 and below). */
3795
67b2c998
DJ
3796static struct type *
3797mips_float_register_type (void)
3798{
361d1df0 3799 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
67b2c998
DJ
3800 return builtin_type_ieee_single_big;
3801 else
3802 return builtin_type_ieee_single_little;
3803}
3804
3805static struct type *
3806mips_double_register_type (void)
3807{
361d1df0 3808 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
67b2c998
DJ
3809 return builtin_type_ieee_double_big;
3810 else
3811 return builtin_type_ieee_double_little;
3812}
3813
dd824b04
DJ
3814/* Copy a 32-bit single-precision value from the current frame
3815 into rare_buffer. */
3816
3817static void
e11c53d2
AC
3818mips_read_fp_register_single (struct frame_info *frame, int regno,
3819 char *rare_buffer)
dd824b04 3820{
719ec221 3821 int raw_size = register_size (current_gdbarch, regno);
dd824b04
DJ
3822 char *raw_buffer = alloca (raw_size);
3823
e11c53d2 3824 if (!frame_register_read (frame, regno, raw_buffer))
8a3fe4f8 3825 error (_("can't read register %d (%s)"), regno, REGISTER_NAME (regno));
dd824b04
DJ
3826 if (raw_size == 8)
3827 {
3828 /* We have a 64-bit value for this register. Find the low-order
6d82d43b 3829 32 bits. */
dd824b04
DJ
3830 int offset;
3831
3832 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
3833 offset = 4;
3834 else
3835 offset = 0;
3836
3837 memcpy (rare_buffer, raw_buffer + offset, 4);
3838 }
3839 else
3840 {
3841 memcpy (rare_buffer, raw_buffer, 4);
3842 }
3843}
3844
3845/* Copy a 64-bit double-precision value from the current frame into
3846 rare_buffer. This may include getting half of it from the next
3847 register. */
3848
3849static void
e11c53d2
AC
3850mips_read_fp_register_double (struct frame_info *frame, int regno,
3851 char *rare_buffer)
dd824b04 3852{
719ec221 3853 int raw_size = register_size (current_gdbarch, regno);
dd824b04
DJ
3854
3855 if (raw_size == 8 && !mips2_fp_compat ())
3856 {
3857 /* We have a 64-bit value for this register, and we should use
6d82d43b 3858 all 64 bits. */
e11c53d2 3859 if (!frame_register_read (frame, regno, rare_buffer))
8a3fe4f8 3860 error (_("can't read register %d (%s)"), regno, REGISTER_NAME (regno));
dd824b04
DJ
3861 }
3862 else
3863 {
56cea623 3864 if ((regno - mips_regnum (current_gdbarch)->fp0) & 1)
dd824b04 3865 internal_error (__FILE__, __LINE__,
e2e0b3e5
AC
3866 _("mips_read_fp_register_double: bad access to "
3867 "odd-numbered FP register"));
dd824b04
DJ
3868
3869 /* mips_read_fp_register_single will find the correct 32 bits from
6d82d43b 3870 each register. */
dd824b04
DJ
3871 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
3872 {
e11c53d2
AC
3873 mips_read_fp_register_single (frame, regno, rare_buffer + 4);
3874 mips_read_fp_register_single (frame, regno + 1, rare_buffer);
dd824b04 3875 }
361d1df0 3876 else
dd824b04 3877 {
e11c53d2
AC
3878 mips_read_fp_register_single (frame, regno, rare_buffer);
3879 mips_read_fp_register_single (frame, regno + 1, rare_buffer + 4);
dd824b04
DJ
3880 }
3881 }
3882}
3883
c906108c 3884static void
e11c53d2
AC
3885mips_print_fp_register (struct ui_file *file, struct frame_info *frame,
3886 int regnum)
c5aa993b 3887{ /* do values for FP (float) regs */
dd824b04 3888 char *raw_buffer;
3903d437
AC
3889 double doub, flt1; /* doubles extracted from raw hex data */
3890 int inv1, inv2;
c5aa993b 3891
6d82d43b
AC
3892 raw_buffer =
3893 (char *) alloca (2 *
3894 register_size (current_gdbarch,
3895 mips_regnum (current_gdbarch)->fp0));
c906108c 3896
e11c53d2
AC
3897 fprintf_filtered (file, "%s:", REGISTER_NAME (regnum));
3898 fprintf_filtered (file, "%*s", 4 - (int) strlen (REGISTER_NAME (regnum)),
3899 "");
f0ef6b29 3900
719ec221 3901 if (register_size (current_gdbarch, regnum) == 4 || mips2_fp_compat ())
c906108c 3902 {
f0ef6b29
KB
3903 /* 4-byte registers: Print hex and floating. Also print even
3904 numbered registers as doubles. */
e11c53d2 3905 mips_read_fp_register_single (frame, regnum, raw_buffer);
67b2c998 3906 flt1 = unpack_double (mips_float_register_type (), raw_buffer, &inv1);
c5aa993b 3907
6d82d43b
AC
3908 print_scalar_formatted (raw_buffer, builtin_type_uint32, 'x', 'w',
3909 file);
dd824b04 3910
e11c53d2 3911 fprintf_filtered (file, " flt: ");
1adad886 3912 if (inv1)
e11c53d2 3913 fprintf_filtered (file, " <invalid float> ");
1adad886 3914 else
e11c53d2 3915 fprintf_filtered (file, "%-17.9g", flt1);
1adad886 3916
f0ef6b29
KB
3917 if (regnum % 2 == 0)
3918 {
e11c53d2 3919 mips_read_fp_register_double (frame, regnum, raw_buffer);
f0ef6b29 3920 doub = unpack_double (mips_double_register_type (), raw_buffer,
6d82d43b 3921 &inv2);
1adad886 3922
e11c53d2 3923 fprintf_filtered (file, " dbl: ");
f0ef6b29 3924 if (inv2)
e11c53d2 3925 fprintf_filtered (file, "<invalid double>");
f0ef6b29 3926 else
e11c53d2 3927 fprintf_filtered (file, "%-24.17g", doub);
f0ef6b29 3928 }
c906108c
SS
3929 }
3930 else
dd824b04 3931 {
f0ef6b29 3932 /* Eight byte registers: print each one as hex, float and double. */
e11c53d2 3933 mips_read_fp_register_single (frame, regnum, raw_buffer);
2f38ef89 3934 flt1 = unpack_double (mips_float_register_type (), raw_buffer, &inv1);
c906108c 3935
e11c53d2 3936 mips_read_fp_register_double (frame, regnum, raw_buffer);
f0ef6b29
KB
3937 doub = unpack_double (mips_double_register_type (), raw_buffer, &inv2);
3938
361d1df0 3939
6d82d43b
AC
3940 print_scalar_formatted (raw_buffer, builtin_type_uint64, 'x', 'g',
3941 file);
f0ef6b29 3942
e11c53d2 3943 fprintf_filtered (file, " flt: ");
1adad886 3944 if (inv1)
e11c53d2 3945 fprintf_filtered (file, "<invalid float>");
1adad886 3946 else
e11c53d2 3947 fprintf_filtered (file, "%-17.9g", flt1);
1adad886 3948
e11c53d2 3949 fprintf_filtered (file, " dbl: ");
f0ef6b29 3950 if (inv2)
e11c53d2 3951 fprintf_filtered (file, "<invalid double>");
1adad886 3952 else
e11c53d2 3953 fprintf_filtered (file, "%-24.17g", doub);
f0ef6b29
KB
3954 }
3955}
3956
3957static void
e11c53d2
AC
3958mips_print_register (struct ui_file *file, struct frame_info *frame,
3959 int regnum, int all)
f0ef6b29 3960{
a4b8ebc8 3961 struct gdbarch *gdbarch = get_frame_arch (frame);
d9d9c31f 3962 char raw_buffer[MAX_REGISTER_SIZE];
f0ef6b29 3963 int offset;
1adad886 3964
a4b8ebc8 3965 if (TYPE_CODE (gdbarch_register_type (gdbarch, regnum)) == TYPE_CODE_FLT)
f0ef6b29 3966 {
e11c53d2 3967 mips_print_fp_register (file, frame, regnum);
f0ef6b29
KB
3968 return;
3969 }
3970
3971 /* Get the data in raw format. */
e11c53d2 3972 if (!frame_register_read (frame, regnum, raw_buffer))
f0ef6b29 3973 {
e11c53d2 3974 fprintf_filtered (file, "%s: [Invalid]", REGISTER_NAME (regnum));
f0ef6b29 3975 return;
c906108c 3976 }
f0ef6b29 3977
e11c53d2 3978 fputs_filtered (REGISTER_NAME (regnum), file);
f0ef6b29
KB
3979
3980 /* The problem with printing numeric register names (r26, etc.) is that
3981 the user can't use them on input. Probably the best solution is to
3982 fix it so that either the numeric or the funky (a2, etc.) names
3983 are accepted on input. */
3984 if (regnum < MIPS_NUMREGS)
e11c53d2 3985 fprintf_filtered (file, "(r%d): ", regnum);
f0ef6b29 3986 else
e11c53d2 3987 fprintf_filtered (file, ": ");
f0ef6b29
KB
3988
3989 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
6d82d43b
AC
3990 offset =
3991 register_size (current_gdbarch,
3992 regnum) - register_size (current_gdbarch, regnum);
f0ef6b29
KB
3993 else
3994 offset = 0;
3995
6d82d43b
AC
3996 print_scalar_formatted (raw_buffer + offset,
3997 gdbarch_register_type (gdbarch, regnum), 'x', 0,
3998 file);
c906108c
SS
3999}
4000
f0ef6b29
KB
4001/* Replacement for generic do_registers_info.
4002 Print regs in pretty columns. */
4003
4004static int
e11c53d2
AC
4005print_fp_register_row (struct ui_file *file, struct frame_info *frame,
4006 int regnum)
f0ef6b29 4007{
e11c53d2
AC
4008 fprintf_filtered (file, " ");
4009 mips_print_fp_register (file, frame, regnum);
4010 fprintf_filtered (file, "\n");
f0ef6b29
KB
4011 return regnum + 1;
4012}
4013
4014
c906108c
SS
4015/* Print a row's worth of GP (int) registers, with name labels above */
4016
4017static int
e11c53d2 4018print_gp_register_row (struct ui_file *file, struct frame_info *frame,
a4b8ebc8 4019 int start_regnum)
c906108c 4020{
a4b8ebc8 4021 struct gdbarch *gdbarch = get_frame_arch (frame);
c906108c 4022 /* do values for GP (int) regs */
d9d9c31f 4023 char raw_buffer[MAX_REGISTER_SIZE];
d5ac5a39 4024 int ncols = (mips_abi_regsize (gdbarch) == 8 ? 4 : 8); /* display cols per row */
c906108c 4025 int col, byte;
a4b8ebc8 4026 int regnum;
c906108c
SS
4027
4028 /* For GP registers, we print a separate row of names above the vals */
e11c53d2 4029 fprintf_filtered (file, " ");
a4b8ebc8 4030 for (col = 0, regnum = start_regnum;
6d82d43b 4031 col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
c906108c
SS
4032 {
4033 if (*REGISTER_NAME (regnum) == '\0')
c5aa993b 4034 continue; /* unused register */
6d82d43b
AC
4035 if (TYPE_CODE (gdbarch_register_type (gdbarch, regnum)) ==
4036 TYPE_CODE_FLT)
c5aa993b 4037 break; /* end the row: reached FP register */
6d82d43b 4038 fprintf_filtered (file,
d5ac5a39 4039 mips_abi_regsize (current_gdbarch) == 8 ? "%17s" : "%9s",
e11c53d2 4040 REGISTER_NAME (regnum));
c906108c
SS
4041 col++;
4042 }
a4b8ebc8 4043 /* print the R0 to R31 names */
20e6603c
AC
4044 if ((start_regnum % NUM_REGS) < MIPS_NUMREGS)
4045 fprintf_filtered (file, "\n R%-4d", start_regnum % NUM_REGS);
4046 else
4047 fprintf_filtered (file, "\n ");
c906108c 4048
c906108c 4049 /* now print the values in hex, 4 or 8 to the row */
a4b8ebc8 4050 for (col = 0, regnum = start_regnum;
6d82d43b 4051 col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
c906108c
SS
4052 {
4053 if (*REGISTER_NAME (regnum) == '\0')
c5aa993b 4054 continue; /* unused register */
6d82d43b
AC
4055 if (TYPE_CODE (gdbarch_register_type (gdbarch, regnum)) ==
4056 TYPE_CODE_FLT)
c5aa993b 4057 break; /* end row: reached FP register */
c906108c 4058 /* OK: get the data in raw format. */
e11c53d2 4059 if (!frame_register_read (frame, regnum, raw_buffer))
8a3fe4f8 4060 error (_("can't read register %d (%s)"), regnum, REGISTER_NAME (regnum));
c906108c 4061 /* pad small registers */
4246e332 4062 for (byte = 0;
d5ac5a39 4063 byte < (mips_abi_regsize (current_gdbarch)
6d82d43b 4064 - register_size (current_gdbarch, regnum)); byte++)
c906108c
SS
4065 printf_filtered (" ");
4066 /* Now print the register value in hex, endian order. */
d7449b42 4067 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
6d82d43b
AC
4068 for (byte =
4069 register_size (current_gdbarch,
4070 regnum) - register_size (current_gdbarch, regnum);
4071 byte < register_size (current_gdbarch, regnum); byte++)
e11c53d2 4072 fprintf_filtered (file, "%02x", (unsigned char) raw_buffer[byte]);
c906108c 4073 else
c73e8f27 4074 for (byte = register_size (current_gdbarch, regnum) - 1;
6d82d43b 4075 byte >= 0; byte--)
e11c53d2
AC
4076 fprintf_filtered (file, "%02x", (unsigned char) raw_buffer[byte]);
4077 fprintf_filtered (file, " ");
c906108c
SS
4078 col++;
4079 }
c5aa993b 4080 if (col > 0) /* ie. if we actually printed anything... */
e11c53d2 4081 fprintf_filtered (file, "\n");
c906108c
SS
4082
4083 return regnum;
4084}
4085
4086/* MIPS_DO_REGISTERS_INFO(): called by "info register" command */
4087
bf1f5b4c 4088static void
e11c53d2
AC
4089mips_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file,
4090 struct frame_info *frame, int regnum, int all)
c906108c 4091{
c5aa993b 4092 if (regnum != -1) /* do one specified register */
c906108c 4093 {
a4b8ebc8 4094 gdb_assert (regnum >= NUM_REGS);
c906108c 4095 if (*(REGISTER_NAME (regnum)) == '\0')
8a3fe4f8 4096 error (_("Not a valid register for the current processor type"));
c906108c 4097
e11c53d2
AC
4098 mips_print_register (file, frame, regnum, 0);
4099 fprintf_filtered (file, "\n");
c906108c 4100 }
c5aa993b
JM
4101 else
4102 /* do all (or most) registers */
c906108c 4103 {
a4b8ebc8
AC
4104 regnum = NUM_REGS;
4105 while (regnum < NUM_REGS + NUM_PSEUDO_REGS)
c906108c 4106 {
6d82d43b
AC
4107 if (TYPE_CODE (gdbarch_register_type (gdbarch, regnum)) ==
4108 TYPE_CODE_FLT)
e11c53d2
AC
4109 {
4110 if (all) /* true for "INFO ALL-REGISTERS" command */
4111 regnum = print_fp_register_row (file, frame, regnum);
4112 else
4113 regnum += MIPS_NUMREGS; /* skip floating point regs */
4114 }
c906108c 4115 else
e11c53d2 4116 regnum = print_gp_register_row (file, frame, regnum);
c906108c
SS
4117 }
4118 }
4119}
4120
c906108c
SS
4121/* Is this a branch with a delay slot? */
4122
c906108c 4123static int
acdb74a0 4124is_delayed (unsigned long insn)
c906108c
SS
4125{
4126 int i;
4127 for (i = 0; i < NUMOPCODES; ++i)
4128 if (mips_opcodes[i].pinfo != INSN_MACRO
4129 && (insn & mips_opcodes[i].mask) == mips_opcodes[i].match)
4130 break;
4131 return (i < NUMOPCODES
4132 && (mips_opcodes[i].pinfo & (INSN_UNCOND_BRANCH_DELAY
4133 | INSN_COND_BRANCH_DELAY
4134 | INSN_COND_BRANCH_LIKELY)));
4135}
4136
4137int
3352ef37
AC
4138mips_single_step_through_delay (struct gdbarch *gdbarch,
4139 struct frame_info *frame)
c906108c 4140{
3352ef37 4141 CORE_ADDR pc = get_frame_pc (frame);
95ac2dcf 4142 char buf[MIPS_INSN32_SIZE];
c906108c
SS
4143
4144 /* There is no branch delay slot on MIPS16. */
0fe7e7c8 4145 if (mips_pc_is_mips16 (pc))
c906108c
SS
4146 return 0;
4147
3352ef37
AC
4148 if (!safe_frame_unwind_memory (frame, pc, buf, sizeof buf))
4149 /* If error reading memory, guess that it is not a delayed
4150 branch. */
c906108c 4151 return 0;
4c7d22cb 4152 return is_delayed (extract_unsigned_integer (buf, sizeof buf));
c906108c
SS
4153}
4154
6d82d43b
AC
4155/* To skip prologues, I use this predicate. Returns either PC itself
4156 if the code at PC does not look like a function prologue; otherwise
4157 returns an address that (if we're lucky) follows the prologue. If
4158 LENIENT, then we must skip everything which is involved in setting
4159 up the frame (it's OK to skip more, just so long as we don't skip
4160 anything which might clobber the registers which are being saved.
4161 We must skip more in the case where part of the prologue is in the
4162 delay slot of a non-prologue instruction). */
4163
4164static CORE_ADDR
4165mips_skip_prologue (CORE_ADDR pc)
4166{
8b622e6a
AC
4167 CORE_ADDR limit_pc;
4168 CORE_ADDR func_addr;
4169
6d82d43b
AC
4170 /* See if we can determine the end of the prologue via the symbol table.
4171 If so, then return either PC, or the PC after the prologue, whichever
4172 is greater. */
8b622e6a
AC
4173 if (find_pc_partial_function (pc, NULL, &func_addr, NULL))
4174 {
4175 CORE_ADDR post_prologue_pc = skip_prologue_using_sal (func_addr);
4176 if (post_prologue_pc != 0)
4177 return max (pc, post_prologue_pc);
4178 }
6d82d43b
AC
4179
4180 /* Can't determine prologue from the symbol table, need to examine
4181 instructions. */
4182
98b4dd94
JB
4183 /* Find an upper limit on the function prologue using the debug
4184 information. If the debug information could not be used to provide
4185 that bound, then use an arbitrary large number as the upper bound. */
4186 limit_pc = skip_prologue_using_sal (pc);
4187 if (limit_pc == 0)
4188 limit_pc = pc + 100; /* Magic. */
4189
0fe7e7c8 4190 if (mips_pc_is_mips16 (pc))
a65bbe44 4191 return mips16_scan_prologue (pc, limit_pc, NULL, NULL);
6d82d43b 4192 else
a65bbe44 4193 return mips32_scan_prologue (pc, limit_pc, NULL, NULL);
88658117
AC
4194}
4195
a5ea2558
AC
4196/* Root of all "set mips "/"show mips " commands. This will eventually be
4197 used for all MIPS-specific commands. */
4198
a5ea2558 4199static void
acdb74a0 4200show_mips_command (char *args, int from_tty)
a5ea2558
AC
4201{
4202 help_list (showmipscmdlist, "show mips ", all_commands, gdb_stdout);
4203}
4204
a5ea2558 4205static void
acdb74a0 4206set_mips_command (char *args, int from_tty)
a5ea2558 4207{
6d82d43b
AC
4208 printf_unfiltered
4209 ("\"set mips\" must be followed by an appropriate subcommand.\n");
a5ea2558
AC
4210 help_list (setmipscmdlist, "set mips ", all_commands, gdb_stdout);
4211}
4212
c906108c
SS
4213/* Commands to show/set the MIPS FPU type. */
4214
c906108c 4215static void
acdb74a0 4216show_mipsfpu_command (char *args, int from_tty)
c906108c 4217{
c906108c
SS
4218 char *fpu;
4219 switch (MIPS_FPU_TYPE)
4220 {
4221 case MIPS_FPU_SINGLE:
4222 fpu = "single-precision";
4223 break;
4224 case MIPS_FPU_DOUBLE:
4225 fpu = "double-precision";
4226 break;
4227 case MIPS_FPU_NONE:
4228 fpu = "absent (none)";
4229 break;
93d56215 4230 default:
e2e0b3e5 4231 internal_error (__FILE__, __LINE__, _("bad switch"));
c906108c
SS
4232 }
4233 if (mips_fpu_type_auto)
6d82d43b
AC
4234 printf_unfiltered
4235 ("The MIPS floating-point coprocessor is set automatically (currently %s)\n",
4236 fpu);
c906108c 4237 else
6d82d43b
AC
4238 printf_unfiltered
4239 ("The MIPS floating-point coprocessor is assumed to be %s\n", fpu);
c906108c
SS
4240}
4241
4242
c906108c 4243static void
acdb74a0 4244set_mipsfpu_command (char *args, int from_tty)
c906108c 4245{
6d82d43b
AC
4246 printf_unfiltered
4247 ("\"set mipsfpu\" must be followed by \"double\", \"single\",\"none\" or \"auto\".\n");
c906108c
SS
4248 show_mipsfpu_command (args, from_tty);
4249}
4250
c906108c 4251static void
acdb74a0 4252set_mipsfpu_single_command (char *args, int from_tty)
c906108c 4253{
8d5838b5
AC
4254 struct gdbarch_info info;
4255 gdbarch_info_init (&info);
c906108c
SS
4256 mips_fpu_type = MIPS_FPU_SINGLE;
4257 mips_fpu_type_auto = 0;
8d5838b5
AC
4258 /* FIXME: cagney/2003-11-15: Should be setting a field in "info"
4259 instead of relying on globals. Doing that would let generic code
4260 handle the search for this specific architecture. */
4261 if (!gdbarch_update_p (info))
e2e0b3e5 4262 internal_error (__FILE__, __LINE__, _("set mipsfpu failed"));
c906108c
SS
4263}
4264
c906108c 4265static void
acdb74a0 4266set_mipsfpu_double_command (char *args, int from_tty)
c906108c 4267{
8d5838b5
AC
4268 struct gdbarch_info info;
4269 gdbarch_info_init (&info);
c906108c
SS
4270 mips_fpu_type = MIPS_FPU_DOUBLE;
4271 mips_fpu_type_auto = 0;
8d5838b5
AC
4272 /* FIXME: cagney/2003-11-15: Should be setting a field in "info"
4273 instead of relying on globals. Doing that would let generic code
4274 handle the search for this specific architecture. */
4275 if (!gdbarch_update_p (info))
e2e0b3e5 4276 internal_error (__FILE__, __LINE__, _("set mipsfpu failed"));
c906108c
SS
4277}
4278
c906108c 4279static void
acdb74a0 4280set_mipsfpu_none_command (char *args, int from_tty)
c906108c 4281{
8d5838b5
AC
4282 struct gdbarch_info info;
4283 gdbarch_info_init (&info);
c906108c
SS
4284 mips_fpu_type = MIPS_FPU_NONE;
4285 mips_fpu_type_auto = 0;
8d5838b5
AC
4286 /* FIXME: cagney/2003-11-15: Should be setting a field in "info"
4287 instead of relying on globals. Doing that would let generic code
4288 handle the search for this specific architecture. */
4289 if (!gdbarch_update_p (info))
e2e0b3e5 4290 internal_error (__FILE__, __LINE__, _("set mipsfpu failed"));
c906108c
SS
4291}
4292
c906108c 4293static void
acdb74a0 4294set_mipsfpu_auto_command (char *args, int from_tty)
c906108c
SS
4295{
4296 mips_fpu_type_auto = 1;
4297}
4298
c906108c 4299/* Attempt to identify the particular processor model by reading the
691c0433
AC
4300 processor id. NOTE: cagney/2003-11-15: Firstly it isn't clear that
4301 the relevant processor still exists (it dates back to '94) and
4302 secondly this is not the way to do this. The processor type should
4303 be set by forcing an architecture change. */
c906108c 4304
691c0433
AC
4305void
4306deprecated_mips_set_processor_regs_hack (void)
c906108c 4307{
691c0433 4308 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
c906108c
SS
4309 CORE_ADDR prid;
4310
a5c9623c 4311 prid = read_register (MIPS_PRID_REGNUM);
c906108c
SS
4312
4313 if ((prid & ~0xf) == 0x700)
691c0433 4314 tdep->mips_processor_reg_names = mips_r3041_reg_names;
c906108c
SS
4315}
4316
4317/* Just like reinit_frame_cache, but with the right arguments to be
4318 callable as an sfunc. */
4319
4320static void
acdb74a0
AC
4321reinit_frame_cache_sfunc (char *args, int from_tty,
4322 struct cmd_list_element *c)
c906108c
SS
4323{
4324 reinit_frame_cache ();
4325}
4326
a89aa300
AC
4327static int
4328gdb_print_insn_mips (bfd_vma memaddr, struct disassemble_info *info)
c906108c 4329{
e5ab0dce 4330 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
c906108c 4331
d31431ed
AC
4332 /* FIXME: cagney/2003-06-26: Is this even necessary? The
4333 disassembler needs to be able to locally determine the ISA, and
4334 not rely on GDB. Otherwize the stand-alone 'objdump -d' will not
4335 work. */
ec4045ea
AC
4336 if (mips_pc_is_mips16 (memaddr))
4337 info->mach = bfd_mach_mips16;
c906108c
SS
4338
4339 /* Round down the instruction address to the appropriate boundary. */
65c11066 4340 memaddr &= (info->mach == bfd_mach_mips16 ? ~1 : ~3);
c5aa993b 4341
e5ab0dce 4342 /* Set the disassembler options. */
6d82d43b 4343 if (tdep->mips_abi == MIPS_ABI_N32 || tdep->mips_abi == MIPS_ABI_N64)
e5ab0dce
AC
4344 {
4345 /* Set up the disassembler info, so that we get the right
6d82d43b 4346 register names from libopcodes. */
e5ab0dce
AC
4347 if (tdep->mips_abi == MIPS_ABI_N32)
4348 info->disassembler_options = "gpr-names=n32";
4349 else
4350 info->disassembler_options = "gpr-names=64";
4351 info->flavour = bfd_target_elf_flavour;
4352 }
4353 else
4354 /* This string is not recognized explicitly by the disassembler,
4355 but it tells the disassembler to not try to guess the ABI from
4356 the bfd elf headers, such that, if the user overrides the ABI
4357 of a program linked as NewABI, the disassembly will follow the
4358 register naming conventions specified by the user. */
4359 info->disassembler_options = "gpr-names=32";
4360
c906108c 4361 /* Call the appropriate disassembler based on the target endian-ness. */
d7449b42 4362 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
c906108c
SS
4363 return print_insn_big_mips (memaddr, info);
4364 else
4365 return print_insn_little_mips (memaddr, info);
4366}
4367
c906108c
SS
4368/* This function implements the BREAKPOINT_FROM_PC macro. It uses the program
4369 counter value to determine whether a 16- or 32-bit breakpoint should be
4370 used. It returns a pointer to a string of bytes that encode a breakpoint
4371 instruction, stores the length of the string to *lenptr, and adjusts pc
4372 (if necessary) to point to the actual memory location where the
4373 breakpoint should be inserted. */
4374
f7ab6ec6 4375static const unsigned char *
6d82d43b 4376mips_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
c906108c 4377{
d7449b42 4378 if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
c906108c 4379 {
0fe7e7c8 4380 if (mips_pc_is_mips16 (*pcptr))
c906108c 4381 {
6d82d43b 4382 static unsigned char mips16_big_breakpoint[] = { 0xe8, 0xa5 };
95404a3e 4383 *pcptr = unmake_mips16_addr (*pcptr);
c5aa993b 4384 *lenptr = sizeof (mips16_big_breakpoint);
c906108c
SS
4385 return mips16_big_breakpoint;
4386 }
4387 else
4388 {
aaab4dba
AC
4389 /* The IDT board uses an unusual breakpoint value, and
4390 sometimes gets confused when it sees the usual MIPS
4391 breakpoint instruction. */
6d82d43b
AC
4392 static unsigned char big_breakpoint[] = { 0, 0x5, 0, 0xd };
4393 static unsigned char pmon_big_breakpoint[] = { 0, 0, 0, 0xd };
4394 static unsigned char idt_big_breakpoint[] = { 0, 0, 0x0a, 0xd };
c906108c 4395
c5aa993b 4396 *lenptr = sizeof (big_breakpoint);
c906108c
SS
4397
4398 if (strcmp (target_shortname, "mips") == 0)
4399 return idt_big_breakpoint;
4400 else if (strcmp (target_shortname, "ddb") == 0
4401 || strcmp (target_shortname, "pmon") == 0
4402 || strcmp (target_shortname, "lsi") == 0)
4403 return pmon_big_breakpoint;
4404 else
4405 return big_breakpoint;
4406 }
4407 }
4408 else
4409 {
0fe7e7c8 4410 if (mips_pc_is_mips16 (*pcptr))
c906108c 4411 {
6d82d43b 4412 static unsigned char mips16_little_breakpoint[] = { 0xa5, 0xe8 };
95404a3e 4413 *pcptr = unmake_mips16_addr (*pcptr);
c5aa993b 4414 *lenptr = sizeof (mips16_little_breakpoint);
c906108c
SS
4415 return mips16_little_breakpoint;
4416 }
4417 else
4418 {
6d82d43b
AC
4419 static unsigned char little_breakpoint[] = { 0xd, 0, 0x5, 0 };
4420 static unsigned char pmon_little_breakpoint[] = { 0xd, 0, 0, 0 };
4421 static unsigned char idt_little_breakpoint[] = { 0xd, 0x0a, 0, 0 };
c906108c 4422
c5aa993b 4423 *lenptr = sizeof (little_breakpoint);
c906108c
SS
4424
4425 if (strcmp (target_shortname, "mips") == 0)
4426 return idt_little_breakpoint;
4427 else if (strcmp (target_shortname, "ddb") == 0
4428 || strcmp (target_shortname, "pmon") == 0
4429 || strcmp (target_shortname, "lsi") == 0)
4430 return pmon_little_breakpoint;
4431 else
4432 return little_breakpoint;
4433 }
4434 }
4435}
4436
4437/* If PC is in a mips16 call or return stub, return the address of the target
4438 PC, which is either the callee or the caller. There are several
4439 cases which must be handled:
4440
4441 * If the PC is in __mips16_ret_{d,s}f, this is a return stub and the
c5aa993b 4442 target PC is in $31 ($ra).
c906108c 4443 * If the PC is in __mips16_call_stub_{1..10}, this is a call stub
c5aa993b 4444 and the target PC is in $2.
c906108c 4445 * If the PC at the start of __mips16_call_stub_{s,d}f_{0..10}, i.e.
c5aa993b
JM
4446 before the jal instruction, this is effectively a call stub
4447 and the the target PC is in $2. Otherwise this is effectively
4448 a return stub and the target PC is in $18.
c906108c
SS
4449
4450 See the source code for the stubs in gcc/config/mips/mips16.S for
e7d6a6d2 4451 gory details. */
c906108c 4452
757a7cc6 4453static CORE_ADDR
e7d6a6d2 4454mips_skip_trampoline_code (CORE_ADDR pc)
c906108c
SS
4455{
4456 char *name;
4457 CORE_ADDR start_addr;
4458
4459 /* Find the starting address and name of the function containing the PC. */
4460 if (find_pc_partial_function (pc, &name, &start_addr, NULL) == 0)
4461 return 0;
4462
4463 /* If the PC is in __mips16_ret_{d,s}f, this is a return stub and the
4464 target PC is in $31 ($ra). */
4465 if (strcmp (name, "__mips16_ret_sf") == 0
4466 || strcmp (name, "__mips16_ret_df") == 0)
4c7d22cb 4467 return read_signed_register (MIPS_RA_REGNUM);
c906108c
SS
4468
4469 if (strncmp (name, "__mips16_call_stub_", 19) == 0)
4470 {
4471 /* If the PC is in __mips16_call_stub_{1..10}, this is a call stub
4472 and the target PC is in $2. */
4473 if (name[19] >= '0' && name[19] <= '9')
6c997a34 4474 return read_signed_register (2);
c906108c
SS
4475
4476 /* If the PC at the start of __mips16_call_stub_{s,d}f_{0..10}, i.e.
c5aa993b
JM
4477 before the jal instruction, this is effectively a call stub
4478 and the the target PC is in $2. Otherwise this is effectively
4479 a return stub and the target PC is in $18. */
c906108c
SS
4480 else if (name[19] == 's' || name[19] == 'd')
4481 {
4482 if (pc == start_addr)
4483 {
4484 /* Check if the target of the stub is a compiler-generated
c5aa993b
JM
4485 stub. Such a stub for a function bar might have a name
4486 like __fn_stub_bar, and might look like this:
4487 mfc1 $4,$f13
4488 mfc1 $5,$f12
4489 mfc1 $6,$f15
4490 mfc1 $7,$f14
4491 la $1,bar (becomes a lui/addiu pair)
4492 jr $1
4493 So scan down to the lui/addi and extract the target
4494 address from those two instructions. */
c906108c 4495
6c997a34 4496 CORE_ADDR target_pc = read_signed_register (2);
d37cca3d 4497 ULONGEST inst;
c906108c
SS
4498 int i;
4499
4500 /* See if the name of the target function is __fn_stub_*. */
6d82d43b
AC
4501 if (find_pc_partial_function (target_pc, &name, NULL, NULL) ==
4502 0)
c906108c
SS
4503 return target_pc;
4504 if (strncmp (name, "__fn_stub_", 10) != 0
4505 && strcmp (name, "etext") != 0
4506 && strcmp (name, "_etext") != 0)
4507 return target_pc;
4508
4509 /* Scan through this _fn_stub_ code for the lui/addiu pair.
c5aa993b
JM
4510 The limit on the search is arbitrarily set to 20
4511 instructions. FIXME. */
95ac2dcf 4512 for (i = 0, pc = 0; i < 20; i++, target_pc += MIPS_INSN32_SIZE)
c906108c 4513 {
c5aa993b
JM
4514 inst = mips_fetch_instruction (target_pc);
4515 if ((inst & 0xffff0000) == 0x3c010000) /* lui $at */
4516 pc = (inst << 16) & 0xffff0000; /* high word */
4517 else if ((inst & 0xffff0000) == 0x24210000) /* addiu $at */
4518 return pc | (inst & 0xffff); /* low word */
c906108c
SS
4519 }
4520
4521 /* Couldn't find the lui/addui pair, so return stub address. */
4522 return target_pc;
4523 }
4524 else
4525 /* This is the 'return' part of a call stub. The return
4526 address is in $r18. */
6c997a34 4527 return read_signed_register (18);
c906108c
SS
4528 }
4529 }
c5aa993b 4530 return 0; /* not a stub */
c906108c
SS
4531}
4532
a4b8ebc8
AC
4533/* Convert a dbx stab register number (from `r' declaration) to a GDB
4534 [1 * NUM_REGS .. 2 * NUM_REGS) REGNUM. */
88c72b7d
AC
4535
4536static int
4537mips_stab_reg_to_regnum (int num)
4538{
a4b8ebc8 4539 int regnum;
2f38ef89 4540 if (num >= 0 && num < 32)
a4b8ebc8 4541 regnum = num;
2f38ef89 4542 else if (num >= 38 && num < 70)
56cea623 4543 regnum = num + mips_regnum (current_gdbarch)->fp0 - 38;
040b99fd 4544 else if (num == 70)
56cea623 4545 regnum = mips_regnum (current_gdbarch)->hi;
040b99fd 4546 else if (num == 71)
56cea623 4547 regnum = mips_regnum (current_gdbarch)->lo;
2f38ef89 4548 else
a4b8ebc8
AC
4549 /* This will hopefully (eventually) provoke a warning. Should
4550 we be calling complaint() here? */
4551 return NUM_REGS + NUM_PSEUDO_REGS;
4552 return NUM_REGS + regnum;
88c72b7d
AC
4553}
4554
2f38ef89 4555
a4b8ebc8
AC
4556/* Convert a dwarf, dwarf2, or ecoff register number to a GDB [1 *
4557 NUM_REGS .. 2 * NUM_REGS) REGNUM. */
88c72b7d
AC
4558
4559static int
2f38ef89 4560mips_dwarf_dwarf2_ecoff_reg_to_regnum (int num)
88c72b7d 4561{
a4b8ebc8 4562 int regnum;
2f38ef89 4563 if (num >= 0 && num < 32)
a4b8ebc8 4564 regnum = num;
2f38ef89 4565 else if (num >= 32 && num < 64)
56cea623 4566 regnum = num + mips_regnum (current_gdbarch)->fp0 - 32;
040b99fd 4567 else if (num == 64)
56cea623 4568 regnum = mips_regnum (current_gdbarch)->hi;
040b99fd 4569 else if (num == 65)
56cea623 4570 regnum = mips_regnum (current_gdbarch)->lo;
2f38ef89 4571 else
a4b8ebc8
AC
4572 /* This will hopefully (eventually) provoke a warning. Should we
4573 be calling complaint() here? */
4574 return NUM_REGS + NUM_PSEUDO_REGS;
4575 return NUM_REGS + regnum;
4576}
4577
4578static int
4579mips_register_sim_regno (int regnum)
4580{
4581 /* Only makes sense to supply raw registers. */
4582 gdb_assert (regnum >= 0 && regnum < NUM_REGS);
4583 /* FIXME: cagney/2002-05-13: Need to look at the pseudo register to
4584 decide if it is valid. Should instead define a standard sim/gdb
4585 register numbering scheme. */
4586 if (REGISTER_NAME (NUM_REGS + regnum) != NULL
4587 && REGISTER_NAME (NUM_REGS + regnum)[0] != '\0')
4588 return regnum;
4589 else
6d82d43b 4590 return LEGACY_SIM_REGNO_IGNORE;
88c72b7d
AC
4591}
4592
2f38ef89 4593
fc0c74b1
AC
4594/* Convert an integer into an address. By first converting the value
4595 into a pointer and then extracting it signed, the address is
4596 guarenteed to be correctly sign extended. */
4597
4598static CORE_ADDR
79dd2d24
AC
4599mips_integer_to_address (struct gdbarch *gdbarch,
4600 struct type *type, const bfd_byte *buf)
fc0c74b1
AC
4601{
4602 char *tmp = alloca (TYPE_LENGTH (builtin_type_void_data_ptr));
4603 LONGEST val = unpack_long (type, buf);
4604 store_signed_integer (tmp, TYPE_LENGTH (builtin_type_void_data_ptr), val);
4605 return extract_signed_integer (tmp,
4606 TYPE_LENGTH (builtin_type_void_data_ptr));
4607}
4608
caaa3122
DJ
4609static void
4610mips_find_abi_section (bfd *abfd, asection *sect, void *obj)
4611{
4612 enum mips_abi *abip = (enum mips_abi *) obj;
4613 const char *name = bfd_get_section_name (abfd, sect);
4614
4615 if (*abip != MIPS_ABI_UNKNOWN)
4616 return;
4617
4618 if (strncmp (name, ".mdebug.", 8) != 0)
4619 return;
4620
4621 if (strcmp (name, ".mdebug.abi32") == 0)
4622 *abip = MIPS_ABI_O32;
4623 else if (strcmp (name, ".mdebug.abiN32") == 0)
4624 *abip = MIPS_ABI_N32;
62a49b2c 4625 else if (strcmp (name, ".mdebug.abi64") == 0)
e3bddbfa 4626 *abip = MIPS_ABI_N64;
caaa3122
DJ
4627 else if (strcmp (name, ".mdebug.abiO64") == 0)
4628 *abip = MIPS_ABI_O64;
4629 else if (strcmp (name, ".mdebug.eabi32") == 0)
4630 *abip = MIPS_ABI_EABI32;
4631 else if (strcmp (name, ".mdebug.eabi64") == 0)
4632 *abip = MIPS_ABI_EABI64;
4633 else
8a3fe4f8 4634 warning (_("unsupported ABI %s."), name + 8);
caaa3122
DJ
4635}
4636
2e4ebe70
DJ
4637static enum mips_abi
4638global_mips_abi (void)
4639{
4640 int i;
4641
4642 for (i = 0; mips_abi_strings[i] != NULL; i++)
4643 if (mips_abi_strings[i] == mips_abi_string)
4644 return (enum mips_abi) i;
4645
e2e0b3e5 4646 internal_error (__FILE__, __LINE__, _("unknown ABI string"));
2e4ebe70
DJ
4647}
4648
c2d11a7d 4649static struct gdbarch *
6d82d43b 4650mips_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
c2d11a7d 4651{
c2d11a7d
JM
4652 struct gdbarch *gdbarch;
4653 struct gdbarch_tdep *tdep;
4654 int elf_flags;
2e4ebe70 4655 enum mips_abi mips_abi, found_abi, wanted_abi;
a4b8ebc8 4656 int num_regs;
8d5838b5 4657 enum mips_fpu_type fpu_type;
c2d11a7d 4658
ec03c1ac
AC
4659 /* First of all, extract the elf_flags, if available. */
4660 if (info.abfd && bfd_get_flavour (info.abfd) == bfd_target_elf_flavour)
4661 elf_flags = elf_elfheader (info.abfd)->e_flags;
6214a8a1
AC
4662 else if (arches != NULL)
4663 elf_flags = gdbarch_tdep (arches->gdbarch)->elf_flags;
ec03c1ac
AC
4664 else
4665 elf_flags = 0;
4666 if (gdbarch_debug)
4667 fprintf_unfiltered (gdb_stdlog,
6d82d43b 4668 "mips_gdbarch_init: elf_flags = 0x%08x\n", elf_flags);
c2d11a7d 4669
102182a9 4670 /* Check ELF_FLAGS to see if it specifies the ABI being used. */
0dadbba0
AC
4671 switch ((elf_flags & EF_MIPS_ABI))
4672 {
4673 case E_MIPS_ABI_O32:
ec03c1ac 4674 found_abi = MIPS_ABI_O32;
0dadbba0
AC
4675 break;
4676 case E_MIPS_ABI_O64:
ec03c1ac 4677 found_abi = MIPS_ABI_O64;
0dadbba0
AC
4678 break;
4679 case E_MIPS_ABI_EABI32:
ec03c1ac 4680 found_abi = MIPS_ABI_EABI32;
0dadbba0
AC
4681 break;
4682 case E_MIPS_ABI_EABI64:
ec03c1ac 4683 found_abi = MIPS_ABI_EABI64;
0dadbba0
AC
4684 break;
4685 default:
acdb74a0 4686 if ((elf_flags & EF_MIPS_ABI2))
ec03c1ac 4687 found_abi = MIPS_ABI_N32;
acdb74a0 4688 else
ec03c1ac 4689 found_abi = MIPS_ABI_UNKNOWN;
0dadbba0
AC
4690 break;
4691 }
acdb74a0 4692
caaa3122 4693 /* GCC creates a pseudo-section whose name describes the ABI. */
ec03c1ac
AC
4694 if (found_abi == MIPS_ABI_UNKNOWN && info.abfd != NULL)
4695 bfd_map_over_sections (info.abfd, mips_find_abi_section, &found_abi);
caaa3122 4696
dc305454 4697 /* If we have no useful BFD information, use the ABI from the last
ec03c1ac
AC
4698 MIPS architecture (if there is one). */
4699 if (found_abi == MIPS_ABI_UNKNOWN && info.abfd == NULL && arches != NULL)
4700 found_abi = gdbarch_tdep (arches->gdbarch)->found_abi;
2e4ebe70 4701
32a6503c 4702 /* Try the architecture for any hint of the correct ABI. */
ec03c1ac 4703 if (found_abi == MIPS_ABI_UNKNOWN
bf64bfd6
AC
4704 && info.bfd_arch_info != NULL
4705 && info.bfd_arch_info->arch == bfd_arch_mips)
4706 {
4707 switch (info.bfd_arch_info->mach)
4708 {
4709 case bfd_mach_mips3900:
ec03c1ac 4710 found_abi = MIPS_ABI_EABI32;
bf64bfd6
AC
4711 break;
4712 case bfd_mach_mips4100:
4713 case bfd_mach_mips5000:
ec03c1ac 4714 found_abi = MIPS_ABI_EABI64;
bf64bfd6 4715 break;
1d06468c
EZ
4716 case bfd_mach_mips8000:
4717 case bfd_mach_mips10000:
32a6503c
KB
4718 /* On Irix, ELF64 executables use the N64 ABI. The
4719 pseudo-sections which describe the ABI aren't present
4720 on IRIX. (Even for executables created by gcc.) */
28d169de
KB
4721 if (bfd_get_flavour (info.abfd) == bfd_target_elf_flavour
4722 && elf_elfheader (info.abfd)->e_ident[EI_CLASS] == ELFCLASS64)
ec03c1ac 4723 found_abi = MIPS_ABI_N64;
28d169de 4724 else
ec03c1ac 4725 found_abi = MIPS_ABI_N32;
1d06468c 4726 break;
bf64bfd6
AC
4727 }
4728 }
2e4ebe70 4729
ec03c1ac
AC
4730 if (gdbarch_debug)
4731 fprintf_unfiltered (gdb_stdlog, "mips_gdbarch_init: found_abi = %d\n",
4732 found_abi);
4733
4734 /* What has the user specified from the command line? */
4735 wanted_abi = global_mips_abi ();
4736 if (gdbarch_debug)
4737 fprintf_unfiltered (gdb_stdlog, "mips_gdbarch_init: wanted_abi = %d\n",
4738 wanted_abi);
2e4ebe70
DJ
4739
4740 /* Now that we have found what the ABI for this binary would be,
4741 check whether the user is overriding it. */
2e4ebe70
DJ
4742 if (wanted_abi != MIPS_ABI_UNKNOWN)
4743 mips_abi = wanted_abi;
ec03c1ac
AC
4744 else if (found_abi != MIPS_ABI_UNKNOWN)
4745 mips_abi = found_abi;
4746 else
4747 mips_abi = MIPS_ABI_O32;
4748 if (gdbarch_debug)
4749 fprintf_unfiltered (gdb_stdlog, "mips_gdbarch_init: mips_abi = %d\n",
4750 mips_abi);
2e4ebe70 4751
ec03c1ac 4752 /* Also used when doing an architecture lookup. */
4b9b3959 4753 if (gdbarch_debug)
ec03c1ac
AC
4754 fprintf_unfiltered (gdb_stdlog,
4755 "mips_gdbarch_init: mips64_transfers_32bit_regs_p = %d\n",
4756 mips64_transfers_32bit_regs_p);
0dadbba0 4757
8d5838b5
AC
4758 /* Determine the MIPS FPU type. */
4759 if (!mips_fpu_type_auto)
4760 fpu_type = mips_fpu_type;
4761 else if (info.bfd_arch_info != NULL
4762 && info.bfd_arch_info->arch == bfd_arch_mips)
4763 switch (info.bfd_arch_info->mach)
4764 {
4765 case bfd_mach_mips3900:
4766 case bfd_mach_mips4100:
4767 case bfd_mach_mips4111:
a9d61c86 4768 case bfd_mach_mips4120:
8d5838b5
AC
4769 fpu_type = MIPS_FPU_NONE;
4770 break;
4771 case bfd_mach_mips4650:
4772 fpu_type = MIPS_FPU_SINGLE;
4773 break;
4774 default:
4775 fpu_type = MIPS_FPU_DOUBLE;
4776 break;
4777 }
4778 else if (arches != NULL)
4779 fpu_type = gdbarch_tdep (arches->gdbarch)->mips_fpu_type;
4780 else
4781 fpu_type = MIPS_FPU_DOUBLE;
4782 if (gdbarch_debug)
4783 fprintf_unfiltered (gdb_stdlog,
6d82d43b 4784 "mips_gdbarch_init: fpu_type = %d\n", fpu_type);
8d5838b5 4785
c2d11a7d
JM
4786 /* try to find a pre-existing architecture */
4787 for (arches = gdbarch_list_lookup_by_info (arches, &info);
4788 arches != NULL;
4789 arches = gdbarch_list_lookup_by_info (arches->next, &info))
4790 {
4791 /* MIPS needs to be pedantic about which ABI the object is
102182a9 4792 using. */
9103eae0 4793 if (gdbarch_tdep (arches->gdbarch)->elf_flags != elf_flags)
c2d11a7d 4794 continue;
9103eae0 4795 if (gdbarch_tdep (arches->gdbarch)->mips_abi != mips_abi)
0dadbba0 4796 continue;
719ec221
AC
4797 /* Need to be pedantic about which register virtual size is
4798 used. */
4799 if (gdbarch_tdep (arches->gdbarch)->mips64_transfers_32bit_regs_p
4800 != mips64_transfers_32bit_regs_p)
4801 continue;
8d5838b5
AC
4802 /* Be pedantic about which FPU is selected. */
4803 if (gdbarch_tdep (arches->gdbarch)->mips_fpu_type != fpu_type)
4804 continue;
4be87837 4805 return arches->gdbarch;
c2d11a7d
JM
4806 }
4807
102182a9 4808 /* Need a new architecture. Fill in a target specific vector. */
c2d11a7d
JM
4809 tdep = (struct gdbarch_tdep *) xmalloc (sizeof (struct gdbarch_tdep));
4810 gdbarch = gdbarch_alloc (&info, tdep);
4811 tdep->elf_flags = elf_flags;
719ec221 4812 tdep->mips64_transfers_32bit_regs_p = mips64_transfers_32bit_regs_p;
ec03c1ac
AC
4813 tdep->found_abi = found_abi;
4814 tdep->mips_abi = mips_abi;
8d5838b5 4815 tdep->mips_fpu_type = fpu_type;
c2d11a7d 4816
102182a9 4817 /* Initially set everything according to the default ABI/ISA. */
c2d11a7d
JM
4818 set_gdbarch_short_bit (gdbarch, 16);
4819 set_gdbarch_int_bit (gdbarch, 32);
4820 set_gdbarch_float_bit (gdbarch, 32);
4821 set_gdbarch_double_bit (gdbarch, 64);
4822 set_gdbarch_long_double_bit (gdbarch, 64);
a4b8ebc8
AC
4823 set_gdbarch_register_reggroup_p (gdbarch, mips_register_reggroup_p);
4824 set_gdbarch_pseudo_register_read (gdbarch, mips_pseudo_register_read);
4825 set_gdbarch_pseudo_register_write (gdbarch, mips_pseudo_register_write);
1d06468c 4826
6d82d43b 4827 set_gdbarch_elf_make_msymbol_special (gdbarch,
f7ab6ec6
MS
4828 mips_elf_make_msymbol_special);
4829
16e109ca 4830 /* Fill in the OS dependant register numbers and names. */
56cea623 4831 {
16e109ca 4832 const char **reg_names;
56cea623
AC
4833 struct mips_regnum *regnum = GDBARCH_OBSTACK_ZALLOC (gdbarch,
4834 struct mips_regnum);
56cea623
AC
4835 if (info.osabi == GDB_OSABI_IRIX)
4836 {
4837 regnum->fp0 = 32;
4838 regnum->pc = 64;
4839 regnum->cause = 65;
4840 regnum->badvaddr = 66;
4841 regnum->hi = 67;
4842 regnum->lo = 68;
4843 regnum->fp_control_status = 69;
4844 regnum->fp_implementation_revision = 70;
4845 num_regs = 71;
16e109ca 4846 reg_names = mips_irix_reg_names;
56cea623
AC
4847 }
4848 else
4849 {
4850 regnum->lo = MIPS_EMBED_LO_REGNUM;
4851 regnum->hi = MIPS_EMBED_HI_REGNUM;
4852 regnum->badvaddr = MIPS_EMBED_BADVADDR_REGNUM;
4853 regnum->cause = MIPS_EMBED_CAUSE_REGNUM;
4854 regnum->pc = MIPS_EMBED_PC_REGNUM;
4855 regnum->fp0 = MIPS_EMBED_FP0_REGNUM;
4856 regnum->fp_control_status = 70;
4857 regnum->fp_implementation_revision = 71;
4858 num_regs = 90;
16e109ca
AC
4859 if (info.bfd_arch_info != NULL
4860 && info.bfd_arch_info->mach == bfd_mach_mips3900)
4861 reg_names = mips_tx39_reg_names;
4862 else
4863 reg_names = mips_generic_reg_names;
56cea623
AC
4864 }
4865 /* FIXME: cagney/2003-11-15: For MIPS, hasn't PC_REGNUM been
4866 replaced by read_pc? */
f10683bb
MH
4867 set_gdbarch_pc_regnum (gdbarch, regnum->pc + num_regs);
4868 set_gdbarch_sp_regnum (gdbarch, MIPS_SP_REGNUM + num_regs);
56cea623
AC
4869 set_gdbarch_fp0_regnum (gdbarch, regnum->fp0);
4870 set_gdbarch_num_regs (gdbarch, num_regs);
4871 set_gdbarch_num_pseudo_regs (gdbarch, num_regs);
16e109ca
AC
4872 set_gdbarch_register_name (gdbarch, mips_register_name);
4873 tdep->mips_processor_reg_names = reg_names;
4874 tdep->regnum = regnum;
56cea623 4875 }
fe29b929 4876
0dadbba0 4877 switch (mips_abi)
c2d11a7d 4878 {
0dadbba0 4879 case MIPS_ABI_O32:
25ab4790 4880 set_gdbarch_push_dummy_call (gdbarch, mips_o32_push_dummy_call);
29dfb2ac 4881 set_gdbarch_return_value (gdbarch, mips_o32_return_value);
4c7d22cb 4882 tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 4 - 1;
56cea623 4883 tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 4 - 1;
4014092b 4884 tdep->default_mask_address_p = 0;
c2d11a7d
JM
4885 set_gdbarch_long_bit (gdbarch, 32);
4886 set_gdbarch_ptr_bit (gdbarch, 32);
4887 set_gdbarch_long_long_bit (gdbarch, 64);
4888 break;
0dadbba0 4889 case MIPS_ABI_O64:
25ab4790 4890 set_gdbarch_push_dummy_call (gdbarch, mips_o64_push_dummy_call);
9c8fdbfa 4891 set_gdbarch_return_value (gdbarch, mips_o64_return_value);
4c7d22cb 4892 tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 4 - 1;
56cea623 4893 tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 4 - 1;
361d1df0 4894 tdep->default_mask_address_p = 0;
c2d11a7d
JM
4895 set_gdbarch_long_bit (gdbarch, 32);
4896 set_gdbarch_ptr_bit (gdbarch, 32);
4897 set_gdbarch_long_long_bit (gdbarch, 64);
4898 break;
0dadbba0 4899 case MIPS_ABI_EABI32:
25ab4790 4900 set_gdbarch_push_dummy_call (gdbarch, mips_eabi_push_dummy_call);
9c8fdbfa 4901 set_gdbarch_return_value (gdbarch, mips_eabi_return_value);
4c7d22cb 4902 tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
56cea623 4903 tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
4014092b 4904 tdep->default_mask_address_p = 0;
c2d11a7d
JM
4905 set_gdbarch_long_bit (gdbarch, 32);
4906 set_gdbarch_ptr_bit (gdbarch, 32);
4907 set_gdbarch_long_long_bit (gdbarch, 64);
4908 break;
0dadbba0 4909 case MIPS_ABI_EABI64:
25ab4790 4910 set_gdbarch_push_dummy_call (gdbarch, mips_eabi_push_dummy_call);
9c8fdbfa 4911 set_gdbarch_return_value (gdbarch, mips_eabi_return_value);
4c7d22cb 4912 tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
56cea623 4913 tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
4014092b 4914 tdep->default_mask_address_p = 0;
c2d11a7d
JM
4915 set_gdbarch_long_bit (gdbarch, 64);
4916 set_gdbarch_ptr_bit (gdbarch, 64);
4917 set_gdbarch_long_long_bit (gdbarch, 64);
4918 break;
0dadbba0 4919 case MIPS_ABI_N32:
25ab4790 4920 set_gdbarch_push_dummy_call (gdbarch, mips_n32n64_push_dummy_call);
29dfb2ac 4921 set_gdbarch_return_value (gdbarch, mips_n32n64_return_value);
4c7d22cb 4922 tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
56cea623 4923 tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
4014092b 4924 tdep->default_mask_address_p = 0;
0dadbba0
AC
4925 set_gdbarch_long_bit (gdbarch, 32);
4926 set_gdbarch_ptr_bit (gdbarch, 32);
4927 set_gdbarch_long_long_bit (gdbarch, 64);
fed7ba43
JB
4928 set_gdbarch_long_double_bit (gdbarch, 128);
4929 set_gdbarch_long_double_format (gdbarch,
4930 &floatformat_n32n64_long_double_big);
28d169de
KB
4931 break;
4932 case MIPS_ABI_N64:
25ab4790 4933 set_gdbarch_push_dummy_call (gdbarch, mips_n32n64_push_dummy_call);
29dfb2ac 4934 set_gdbarch_return_value (gdbarch, mips_n32n64_return_value);
4c7d22cb 4935 tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
56cea623 4936 tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
28d169de
KB
4937 tdep->default_mask_address_p = 0;
4938 set_gdbarch_long_bit (gdbarch, 64);
4939 set_gdbarch_ptr_bit (gdbarch, 64);
4940 set_gdbarch_long_long_bit (gdbarch, 64);
fed7ba43
JB
4941 set_gdbarch_long_double_bit (gdbarch, 128);
4942 set_gdbarch_long_double_format (gdbarch,
4943 &floatformat_n32n64_long_double_big);
0dadbba0 4944 break;
c2d11a7d 4945 default:
e2e0b3e5 4946 internal_error (__FILE__, __LINE__, _("unknown ABI in switch"));
c2d11a7d
JM
4947 }
4948
a5ea2558
AC
4949 /* FIXME: jlarmour/2000-04-07: There *is* a flag EF_MIPS_32BIT_MODE
4950 that could indicate -gp32 BUT gas/config/tc-mips.c contains the
4951 comment:
4952
4953 ``We deliberately don't allow "-gp32" to set the MIPS_32BITMODE
4954 flag in object files because to do so would make it impossible to
102182a9 4955 link with libraries compiled without "-gp32". This is
a5ea2558 4956 unnecessarily restrictive.
361d1df0 4957
a5ea2558
AC
4958 We could solve this problem by adding "-gp32" multilibs to gcc,
4959 but to set this flag before gcc is built with such multilibs will
4960 break too many systems.''
4961
4962 But even more unhelpfully, the default linker output target for
4963 mips64-elf is elf32-bigmips, and has EF_MIPS_32BIT_MODE set, even
4964 for 64-bit programs - you need to change the ABI to change this,
102182a9 4965 and not all gcc targets support that currently. Therefore using
a5ea2558
AC
4966 this flag to detect 32-bit mode would do the wrong thing given
4967 the current gcc - it would make GDB treat these 64-bit programs
102182a9 4968 as 32-bit programs by default. */
a5ea2558 4969
6c997a34 4970 set_gdbarch_read_pc (gdbarch, mips_read_pc);
b6cb9035 4971 set_gdbarch_write_pc (gdbarch, mips_write_pc);
bcb0cc15 4972 set_gdbarch_read_sp (gdbarch, mips_read_sp);
c2d11a7d 4973
102182a9
MS
4974 /* Add/remove bits from an address. The MIPS needs be careful to
4975 ensure that all 32 bit addresses are sign extended to 64 bits. */
875e1767
AC
4976 set_gdbarch_addr_bits_remove (gdbarch, mips_addr_bits_remove);
4977
58dfe9ff
AC
4978 /* Unwind the frame. */
4979 set_gdbarch_unwind_pc (gdbarch, mips_unwind_pc);
edfae063 4980 set_gdbarch_unwind_dummy_id (gdbarch, mips_unwind_dummy_id);
10312cc4 4981
102182a9 4982 /* Map debug register numbers onto internal register numbers. */
88c72b7d 4983 set_gdbarch_stab_reg_to_regnum (gdbarch, mips_stab_reg_to_regnum);
6d82d43b
AC
4984 set_gdbarch_ecoff_reg_to_regnum (gdbarch,
4985 mips_dwarf_dwarf2_ecoff_reg_to_regnum);
4986 set_gdbarch_dwarf_reg_to_regnum (gdbarch,
4987 mips_dwarf_dwarf2_ecoff_reg_to_regnum);
4988 set_gdbarch_dwarf2_reg_to_regnum (gdbarch,
4989 mips_dwarf_dwarf2_ecoff_reg_to_regnum);
a4b8ebc8 4990 set_gdbarch_register_sim_regno (gdbarch, mips_register_sim_regno);
88c72b7d 4991
c2d11a7d
JM
4992 /* MIPS version of CALL_DUMMY */
4993
9710e734
AC
4994 /* NOTE: cagney/2003-08-05: Eventually call dummy location will be
4995 replaced by a command, and all targets will default to on stack
4996 (regardless of the stack's execute status). */
4997 set_gdbarch_call_dummy_location (gdbarch, AT_SYMBOL);
dc604539 4998 set_gdbarch_frame_align (gdbarch, mips_frame_align);
d05285fa 4999
87783b8b
AC
5000 set_gdbarch_convert_register_p (gdbarch, mips_convert_register_p);
5001 set_gdbarch_register_to_value (gdbarch, mips_register_to_value);
5002 set_gdbarch_value_to_register (gdbarch, mips_value_to_register);
5003
f7b9e9fc
AC
5004 set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
5005 set_gdbarch_breakpoint_from_pc (gdbarch, mips_breakpoint_from_pc);
f7b9e9fc
AC
5006
5007 set_gdbarch_skip_prologue (gdbarch, mips_skip_prologue);
f7b9e9fc 5008
fc0c74b1
AC
5009 set_gdbarch_pointer_to_address (gdbarch, signed_pointer_to_address);
5010 set_gdbarch_address_to_pointer (gdbarch, address_to_signed_pointer);
5011 set_gdbarch_integer_to_address (gdbarch, mips_integer_to_address);
70f80edf 5012
a4b8ebc8 5013 set_gdbarch_register_type (gdbarch, mips_register_type);
78fde5f8 5014
e11c53d2 5015 set_gdbarch_print_registers_info (gdbarch, mips_print_registers_info);
bf1f5b4c 5016
e5ab0dce
AC
5017 set_gdbarch_print_insn (gdbarch, gdb_print_insn_mips);
5018
3a3bc038
AC
5019 /* FIXME: cagney/2003-08-29: The macros HAVE_STEPPABLE_WATCHPOINT,
5020 HAVE_NONSTEPPABLE_WATCHPOINT, and HAVE_CONTINUABLE_WATCHPOINT
5021 need to all be folded into the target vector. Since they are
5022 being used as guards for STOPPED_BY_WATCHPOINT, why not have
5023 STOPPED_BY_WATCHPOINT return the type of watchpoint that the code
5024 is sitting on? */
5025 set_gdbarch_have_nonsteppable_watchpoint (gdbarch, 1);
5026
e7d6a6d2 5027 set_gdbarch_skip_trampoline_code (gdbarch, mips_skip_trampoline_code);
757a7cc6 5028
3352ef37
AC
5029 set_gdbarch_single_step_through_delay (gdbarch, mips_single_step_through_delay);
5030
6de918a6
DJ
5031 /* Hook in OS ABI-specific overrides, if they have been registered. */
5032 gdbarch_init_osabi (info, gdbarch);
757a7cc6 5033
5792a79b 5034 /* Unwind the frame. */
eec63939 5035 frame_unwind_append_sniffer (gdbarch, mips_stub_frame_sniffer);
45c9dd44
AC
5036 frame_unwind_append_sniffer (gdbarch, mips_insn16_frame_sniffer);
5037 frame_unwind_append_sniffer (gdbarch, mips_insn32_frame_sniffer);
eec63939 5038 frame_base_append_sniffer (gdbarch, mips_stub_frame_base_sniffer);
45c9dd44
AC
5039 frame_base_append_sniffer (gdbarch, mips_insn16_frame_base_sniffer);
5040 frame_base_append_sniffer (gdbarch, mips_insn32_frame_base_sniffer);
5792a79b 5041
4b9b3959
AC
5042 return gdbarch;
5043}
5044
2e4ebe70 5045static void
6d82d43b 5046mips_abi_update (char *ignore_args, int from_tty, struct cmd_list_element *c)
2e4ebe70
DJ
5047{
5048 struct gdbarch_info info;
5049
5050 /* Force the architecture to update, and (if it's a MIPS architecture)
5051 mips_gdbarch_init will take care of the rest. */
5052 gdbarch_info_init (&info);
5053 gdbarch_update_p (info);
5054}
5055
ad188201
KB
5056/* Print out which MIPS ABI is in use. */
5057
5058static void
5059show_mips_abi (char *ignore_args, int from_tty)
5060{
5061 if (gdbarch_bfd_arch_info (current_gdbarch)->arch != bfd_arch_mips)
6d82d43b
AC
5062 printf_filtered
5063 ("The MIPS ABI is unknown because the current architecture is not MIPS.\n");
ad188201
KB
5064 else
5065 {
5066 enum mips_abi global_abi = global_mips_abi ();
5067 enum mips_abi actual_abi = mips_abi (current_gdbarch);
5068 const char *actual_abi_str = mips_abi_strings[actual_abi];
5069
5070 if (global_abi == MIPS_ABI_UNKNOWN)
6d82d43b
AC
5071 printf_filtered
5072 ("The MIPS ABI is set automatically (currently \"%s\").\n",
5073 actual_abi_str);
ad188201 5074 else if (global_abi == actual_abi)
6d82d43b
AC
5075 printf_filtered
5076 ("The MIPS ABI is assumed to be \"%s\" (due to user setting).\n",
5077 actual_abi_str);
ad188201
KB
5078 else
5079 {
5080 /* Probably shouldn't happen... */
6d82d43b
AC
5081 printf_filtered
5082 ("The (auto detected) MIPS ABI \"%s\" is in use even though the user setting was \"%s\".\n",
5083 actual_abi_str, mips_abi_strings[global_abi]);
ad188201
KB
5084 }
5085 }
5086}
5087
4b9b3959
AC
5088static void
5089mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
5090{
5091 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
5092 if (tdep != NULL)
c2d11a7d 5093 {
acdb74a0
AC
5094 int ef_mips_arch;
5095 int ef_mips_32bitmode;
5096 /* determine the ISA */
5097 switch (tdep->elf_flags & EF_MIPS_ARCH)
5098 {
5099 case E_MIPS_ARCH_1:
5100 ef_mips_arch = 1;
5101 break;
5102 case E_MIPS_ARCH_2:
5103 ef_mips_arch = 2;
5104 break;
5105 case E_MIPS_ARCH_3:
5106 ef_mips_arch = 3;
5107 break;
5108 case E_MIPS_ARCH_4:
93d56215 5109 ef_mips_arch = 4;
acdb74a0
AC
5110 break;
5111 default:
93d56215 5112 ef_mips_arch = 0;
acdb74a0
AC
5113 break;
5114 }
5115 /* determine the size of a pointer */
5116 ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE);
4b9b3959
AC
5117 fprintf_unfiltered (file,
5118 "mips_dump_tdep: tdep->elf_flags = 0x%x\n",
0dadbba0 5119 tdep->elf_flags);
4b9b3959 5120 fprintf_unfiltered (file,
acdb74a0
AC
5121 "mips_dump_tdep: ef_mips_32bitmode = %d\n",
5122 ef_mips_32bitmode);
5123 fprintf_unfiltered (file,
5124 "mips_dump_tdep: ef_mips_arch = %d\n",
5125 ef_mips_arch);
5126 fprintf_unfiltered (file,
5127 "mips_dump_tdep: tdep->mips_abi = %d (%s)\n",
6d82d43b 5128 tdep->mips_abi, mips_abi_strings[tdep->mips_abi]);
4014092b
AC
5129 fprintf_unfiltered (file,
5130 "mips_dump_tdep: mips_mask_address_p() %d (default %d)\n",
480d3dd2 5131 mips_mask_address_p (tdep),
4014092b 5132 tdep->default_mask_address_p);
c2d11a7d 5133 }
4b9b3959
AC
5134 fprintf_unfiltered (file,
5135 "mips_dump_tdep: MIPS_DEFAULT_FPU_TYPE = %d (%s)\n",
5136 MIPS_DEFAULT_FPU_TYPE,
5137 (MIPS_DEFAULT_FPU_TYPE == MIPS_FPU_NONE ? "none"
5138 : MIPS_DEFAULT_FPU_TYPE == MIPS_FPU_SINGLE ? "single"
5139 : MIPS_DEFAULT_FPU_TYPE == MIPS_FPU_DOUBLE ? "double"
5140 : "???"));
6d82d43b 5141 fprintf_unfiltered (file, "mips_dump_tdep: MIPS_EABI = %d\n", MIPS_EABI);
4b9b3959
AC
5142 fprintf_unfiltered (file,
5143 "mips_dump_tdep: MIPS_FPU_TYPE = %d (%s)\n",
5144 MIPS_FPU_TYPE,
5145 (MIPS_FPU_TYPE == MIPS_FPU_NONE ? "none"
5146 : MIPS_FPU_TYPE == MIPS_FPU_SINGLE ? "single"
5147 : MIPS_FPU_TYPE == MIPS_FPU_DOUBLE ? "double"
5148 : "???"));
4b9b3959 5149 fprintf_unfiltered (file,
480d3dd2 5150 "mips_dump_tdep: mips_stack_argsize() = %d\n",
13326b4e 5151 mips_stack_argsize (current_gdbarch));
c2d11a7d
JM
5152}
5153
6d82d43b 5154extern initialize_file_ftype _initialize_mips_tdep; /* -Wmissing-prototypes */
a78f21af 5155
c906108c 5156void
acdb74a0 5157_initialize_mips_tdep (void)
c906108c
SS
5158{
5159 static struct cmd_list_element *mipsfpulist = NULL;
5160 struct cmd_list_element *c;
5161
6d82d43b 5162 mips_abi_string = mips_abi_strings[MIPS_ABI_UNKNOWN];
2e4ebe70
DJ
5163 if (MIPS_ABI_LAST + 1
5164 != sizeof (mips_abi_strings) / sizeof (mips_abi_strings[0]))
e2e0b3e5 5165 internal_error (__FILE__, __LINE__, _("mips_abi_strings out of sync"));
2e4ebe70 5166
4b9b3959 5167 gdbarch_register (bfd_arch_mips, mips_gdbarch_init, mips_dump_tdep);
c906108c 5168
8d5f9dcb
DJ
5169 mips_pdr_data = register_objfile_data ();
5170
a5ea2558
AC
5171 /* Add root prefix command for all "set mips"/"show mips" commands */
5172 add_prefix_cmd ("mips", no_class, set_mips_command,
5173 "Various MIPS specific commands.",
5174 &setmipscmdlist, "set mips ", 0, &setlist);
5175
5176 add_prefix_cmd ("mips", no_class, show_mips_command,
5177 "Various MIPS specific commands.",
5178 &showmipscmdlist, "show mips ", 0, &showlist);
5179
5180 /* Allow the user to override the saved register size. */
1b295c3d 5181 add_setshow_enum_cmd ("saved-gpreg-size", class_obscure,
7915a72c
AC
5182 size_enums, &mips_abi_regsize_string, _("\
5183Set size of general purpose registers saved on the stack."), _("\
5184Show size of general purpose registers saved on the stack."), _("\
a5ea2558
AC
5185This option can be set to one of:\n\
5186 32 - Force GDB to treat saved GP registers as 32-bit\n\
5187 64 - Force GDB to treat saved GP registers as 64-bit\n\
5188 auto - Allow GDB to use the target's default setting or autodetect the\n\
7915a72c
AC
5189 saved GP register size from information contained in the\n\
5190 executable (default)."),
5191 NULL, /* FIXME: i18n: Size of general purpose registers saved on the stack is %s. */
7376b4c2 5192 NULL, NULL, &setmipscmdlist, &showmipscmdlist);
a5ea2558 5193
d929b26f 5194 /* Allow the user to override the argument stack size. */
1b295c3d 5195 add_setshow_enum_cmd ("stack-arg-size", class_obscure,
7915a72c
AC
5196 size_enums, &mips_stack_argsize_string, _("\
5197Set the amount of stack space reserved for each argument."), _("\
5198Show the amount of stack space reserved for each argument."), _("\
d929b26f
AC
5199This option can be set to one of:\n\
5200 32 - Force GDB to allocate 32-bit chunks per argument\n\
5201 64 - Force GDB to allocate 64-bit chunks per argument\n\
5202 auto - Allow GDB to determine the correct setting from the current\n\
7915a72c
AC
5203 target and executable (default)"),
5204 NULL, /* FIXME: i18n: The amount of stack space reserved for each argument is %s. */
7376b4c2 5205 NULL, NULL, &setmipscmdlist, &showmipscmdlist);
d929b26f 5206
2e4ebe70
DJ
5207 /* Allow the user to override the ABI. */
5208 c = add_set_enum_cmd
5209 ("abi", class_obscure, mips_abi_strings, &mips_abi_string,
5210 "Set the ABI used by this program.\n"
5211 "This option can be set to one of:\n"
5212 " auto - the default ABI associated with the current binary\n"
5213 " o32\n"
6d82d43b 5214 " o64\n" " n32\n" " n64\n" " eabi32\n" " eabi64", &setmipscmdlist);
2e4ebe70 5215 set_cmd_sfunc (c, mips_abi_update);
ad188201 5216 add_cmd ("abi", class_obscure, show_mips_abi,
1a966eab 5217 _("Show ABI in use by MIPS target"), &showmipscmdlist);
2e4ebe70 5218
c906108c
SS
5219 /* Let the user turn off floating point and set the fence post for
5220 heuristic_proc_start. */
5221
5222 add_prefix_cmd ("mipsfpu", class_support, set_mipsfpu_command,
5223 "Set use of MIPS floating-point coprocessor.",
5224 &mipsfpulist, "set mipsfpu ", 0, &setlist);
5225 add_cmd ("single", class_support, set_mipsfpu_single_command,
1a966eab 5226 _("Select single-precision MIPS floating-point coprocessor."),
c906108c
SS
5227 &mipsfpulist);
5228 add_cmd ("double", class_support, set_mipsfpu_double_command,
1a966eab 5229 _("Select double-precision MIPS floating-point coprocessor."),
c906108c
SS
5230 &mipsfpulist);
5231 add_alias_cmd ("on", "double", class_support, 1, &mipsfpulist);
5232 add_alias_cmd ("yes", "double", class_support, 1, &mipsfpulist);
5233 add_alias_cmd ("1", "double", class_support, 1, &mipsfpulist);
5234 add_cmd ("none", class_support, set_mipsfpu_none_command,
1a966eab 5235 _("Select no MIPS floating-point coprocessor."), &mipsfpulist);
c906108c
SS
5236 add_alias_cmd ("off", "none", class_support, 1, &mipsfpulist);
5237 add_alias_cmd ("no", "none", class_support, 1, &mipsfpulist);
5238 add_alias_cmd ("0", "none", class_support, 1, &mipsfpulist);
5239 add_cmd ("auto", class_support, set_mipsfpu_auto_command,
1a966eab 5240 _("Select MIPS floating-point coprocessor automatically."),
c906108c
SS
5241 &mipsfpulist);
5242 add_cmd ("mipsfpu", class_support, show_mipsfpu_command,
1a966eab 5243 _("Show current use of MIPS floating-point coprocessor target."),
c906108c
SS
5244 &showlist);
5245
c906108c
SS
5246 /* We really would like to have both "0" and "unlimited" work, but
5247 command.c doesn't deal with that. So make it a var_zinteger
5248 because the user can always use "999999" or some such for unlimited. */
6bcadd06 5249 add_setshow_zinteger_cmd ("heuristic-fence-post", class_support,
7915a72c
AC
5250 &heuristic_fence_post, _("\
5251Set the distance searched for the start of a function."), _("\
5252Show the distance searched for the start of a function."), _("\
c906108c
SS
5253If you are debugging a stripped executable, GDB needs to search through the\n\
5254program for the start of a function. This command sets the distance of the\n\
7915a72c
AC
5255search. The only need to set it is when debugging a stripped executable."),
5256 NULL, /* FIXME: i18n: The distance searched for the start of a function is %s. */
6bcadd06
AC
5257 reinit_frame_cache_sfunc, NULL,
5258 &setlist, &showlist);
c906108c
SS
5259
5260 /* Allow the user to control whether the upper bits of 64-bit
5261 addresses should be zeroed. */
7915a72c
AC
5262 add_setshow_auto_boolean_cmd ("mask-address", no_class,
5263 &mask_address_var, _("\
5264Set zeroing of upper 32 bits of 64-bit addresses."), _("\
5265Show zeroing of upper 32 bits of 64-bit addresses."), _("\
e9e68a56 5266Use \"on\" to enable the masking, \"off\" to disable it and \"auto\" to \n\
7915a72c
AC
5267allow GDB to determine the correct value."),
5268 NULL, /* FIXME: i18n: Zerroing of upper 32 bits of 64-bit address is %s. */
6d82d43b 5269 NULL, show_mask_address, &setmipscmdlist, &showmipscmdlist);
43e526b9
JM
5270
5271 /* Allow the user to control the size of 32 bit registers within the
5272 raw remote packet. */
b3f42336 5273 add_setshow_boolean_cmd ("remote-mips64-transfers-32bit-regs", class_obscure,
7915a72c
AC
5274 &mips64_transfers_32bit_regs_p, _("\
5275Set compatibility with 64-bit MIPS target that transfers 32-bit quantities."),
5276 _("\
5277Show compatibility with 64-bit MIPS target that transfers 32-bit quantities."),
5278 _("\
719ec221
AC
5279Use \"on\" to enable backward compatibility with older MIPS 64 GDB+target\n\
5280that would transfer 32 bits for some registers (e.g. SR, FSR) and\n\
7915a72c
AC
528164 bits for others. Use \"off\" to disable compatibility mode"),
5282 NULL, /* FIXME: i18n: Compatibility with 64-bit MIPS target that transfers 32-bit quantities is %s. */
5283 set_mips64_transfers_32bit_regs, NULL,
5284 &setlist, &showlist);
9ace0497
AC
5285
5286 /* Debug this files internals. */
6bcadd06 5287 add_setshow_zinteger_cmd ("mips", class_maintenance,
7915a72c
AC
5288 &mips_debug, _("\
5289Set mips debugging."), _("\
5290Show mips debugging."), _("\
5291When non-zero, mips specific debugging is enabled."),
5292 NULL, /* FIXME: i18n: Mips debugging is currently %s. */
6bcadd06
AC
5293 NULL, NULL,
5294 &setdebuglist, &showdebuglist);
c906108c 5295}