1 /* Parameters for target machine of AMD 29000, for GDB, the GNU debugger.
2 Copyright 1990, 1991, 1993 Free Software Foundation, Inc.
3 Contributed by Cygnus Support. Written by Jim Kingdon.
5 This file is part of GDB.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
21 /* Parameters for an EB29K (a board which plugs into a PC and is
22 accessed through EBMON software running on the PC, which we
23 use as we'd use a remote stub (see remote-eb.c).
25 If gdb is ported to other a29k machines/systems, the
26 machine/system-specific parts should be removed from this file (a
29 /* Byte order is configurable, but this machine runs big-endian. */
30 #define TARGET_BYTE_ORDER BIG_ENDIAN
32 /* Floating point uses IEEE representations. */
35 /* Recognize our magic number. */
36 #define BADMAG(x) ((x).f_magic != 0572)
38 /* Offset from address of function to start of its code.
39 Zero on most machines. */
41 #define FUNCTION_START_OFFSET 0
43 /* Advance PC across any function entry prologue instructions
44 to reach some "real" code. */
46 #define SKIP_PROLOGUE(pc) \
47 { pc = skip_prologue (pc); }
48 CORE_ADDR skip_prologue ();
50 /* Immediately after a function call, return the saved pc.
51 Can't go through the frames for this because on some machines
52 the new frame is not set up until the new function executes
55 #define SAVED_PC_AFTER_CALL(frame) ((frame->flags & TRANSPARENT) \
56 ? read_register (TPC_REGNUM) \
57 : read_register (LR0_REGNUM))
59 /* I'm not sure about the exact value of this, but based on looking
60 at the stack pointer when we get to main this seems to be right.
62 This is the register stack; We call it "CONTROL" in GDB for consistency
64 /* I suspect this is obsolete, just like STACK_END_ADDR. */
65 #define CONTROL_END_ADDR 0x80200000
67 /* Stack grows downward. */
71 /* Stack must be aligned on 32-bit word boundaries. */
72 #define STACK_ALIGN(ADDR) (((ADDR) + 3) & ~3)
74 /* Sequence of bytes for breakpoint instruction. */
75 /* ASNEQ 0x50, gr1, gr1
76 The trap number 0x50 is chosen arbitrarily.
77 We let the command line (or previously included files) override this
80 #if TARGET_BYTE_ORDER == BIG_ENDIAN
81 #define BREAKPOINT {0x72, 0x50, 0x01, 0x01}
82 #else /* Target is little-endian. */
83 #define BREAKPOINT {0x01, 0x01, 0x50, 0x72}
84 #endif /* Target is little-endian. */
85 #endif /* BREAKPOINT */
87 /* Amount PC must be decremented by after a breakpoint.
88 This is often the number of bytes in BREAKPOINT
91 #define DECR_PC_AFTER_BREAK 0
93 /* Nonzero if instruction at PC is a return instruction.
94 On the a29k, this is a "jmpi l0" instruction. */
96 #define ABOUT_TO_RETURN(pc) \
97 ((read_memory_integer (pc, 4) & 0xff0000ff) == 0xc0000080)
99 /* Return 1 if P points to an invalid floating point value. */
101 #define INVALID_FLOAT(p, len) 0 /* Just a first guess; not checked */
103 /* Say how long (ordinary) registers are. */
105 #define REGISTER_TYPE long
107 /* Allow the register declarations here to be overridden for remote
109 #if !defined (REGISTER_NAMES)
111 /* Number of machine registers */
115 /* Initializer for an array of names of registers.
116 There should be NUM_REGS strings in this initializer.
118 FIXME, add floating point registers and support here.
120 Also note that this list does not attempt to deal with kernel
121 debugging (in which the first 32 registers are gr64-gr95). */
123 #define REGISTER_NAMES \
124 {"gr96", "gr97", "gr98", "gr99", "gr100", "gr101", "gr102", "gr103", "gr104", \
125 "gr105", "gr106", "gr107", "gr108", "gr109", "gr110", "gr111", "gr112", \
126 "gr113", "gr114", "gr115", "gr116", "gr117", "gr118", "gr119", "gr120", \
127 "gr121", "gr122", "gr123", "gr124", "gr125", "gr126", "gr127", \
128 "lr0", "lr1", "lr2", "lr3", "lr4", "lr5", "lr6", "lr7", "lr8", "lr9", \
129 "lr10", "lr11", "lr12", "lr13", "lr14", "lr15", "lr16", "lr17", "lr18", \
130 "lr19", "lr20", "lr21", "lr22", "lr23", "lr24", "lr25", "lr26", "lr27", \
131 "lr28", "lr29", "lr30", "lr31", "lr32", "lr33", "lr34", "lr35", "lr36", \
132 "lr37", "lr38", "lr39", "lr40", "lr41", "lr42", "lr43", "lr44", "lr45", \
133 "lr46", "lr47", "lr48", "lr49", "lr50", "lr51", "lr52", "lr53", "lr54", \
134 "lr55", "lr56", "lr57", "lr58", "lr59", "lr60", "lr61", "lr62", "lr63", \
135 "lr64", "lr65", "lr66", "lr67", "lr68", "lr69", "lr70", "lr71", "lr72", \
136 "lr73", "lr74", "lr75", "lr76", "lr77", "lr78", "lr79", "lr80", "lr81", \
137 "lr82", "lr83", "lr84", "lr85", "lr86", "lr87", "lr88", "lr89", "lr90", \
138 "lr91", "lr92", "lr93", "lr94", "lr95", "lr96", "lr97", "lr98", "lr99", \
139 "lr100", "lr101", "lr102", "lr103", "lr104", "lr105", "lr106", "lr107", \
140 "lr108", "lr109", "lr110", "lr111", "lr112", "lr113", "lr114", "lr115", \
141 "lr116", "lr117", "lr118", "lr119", "lr120", "lr121", "lr122", "lr123", \
142 "lr124", "lr125", "lr126", "lr127", \
143 "AI0", "AI1", "AI2", "AI3", "AI4", "AI5", "AI6", "AI7", "AI8", "AI9", \
144 "AI10", "AI11", "AI12", "AI13", "AI14", "AI15", "FP", \
145 "bp", "fc", "cr", "q", \
146 "vab", "ops", "cps", "cfg", "cha", "chd", "chc", "rbp", "tmc", "tmr", \
147 "pc0", "pc1", "pc2", "mmu", "lru", "fpe", "inte", "fps", "exo", "gr1", \
148 "alu", "ipc", "ipa", "ipb" }
151 * Converts an sdb register number to an internal gdb register number.
152 * Currently under epi, gr96->0...gr127->31...lr0->32...lr127->159, or...
153 * gr64->0...gr95->31, lr0->32...lr127->159.
155 #define SDB_REG_TO_REGNUM(value) \
156 (((value) >= 96 && (value) <= 127) ? ((value) - 96) : \
157 ((value) >= 128 && (value) <= 255) ? ((value) - 128 + LR0_REGNUM) : \
161 * Provide the processor register numbers of some registers that are
162 * expected/written in instructions that might change under different
163 * register sets. Namely, gcc can compile (-mkernel-registers) so that
164 * it uses gr64-gr95 in stead of gr96-gr127.
166 #define MSP_HW_REGNUM 125 /* gr125 */
167 #define RAB_HW_REGNUM 126 /* gr126 */
169 /* Convert Processor Special register #x to REGISTER_NAMES register # */
170 #define SR_REGNUM(x) \
171 ((x) < 15 ? VAB_REGNUM + (x) \
172 : (x) >= 128 && (x) < 131 ? IPC_REGNUM + (x) - 128 \
173 : (x) == 131 ? Q_REGNUM \
174 : (x) == 132 ? ALU_REGNUM \
175 : (x) >= 133 && (x) < 136 ? BP_REGNUM + (x) - 133 \
176 : (x) >= 160 && (x) < 163 ? FPE_REGNUM + (x) - 160 \
177 : (x) == 164 ? EXO_REGNUM \
178 : (error ("Internal error in SR_REGNUM"), 0))
179 #define GR96_REGNUM 0
181 /* Define the return register separately, so it can be overridden for
182 kernel procedure calling conventions. */
183 #define RETURN_REGNUM GR96_REGNUM
184 #define GR1_REGNUM 200
185 /* This needs to be the memory stack pointer, not the register stack pointer,
186 to make call_function work right. */
187 #define SP_REGNUM MSP_REGNUM
188 #define FP_REGNUM 33 /* lr1 */
190 /* Return register for transparent calling convention (gr122). */
191 #define TPC_REGNUM (122 - 96 + GR96_REGNUM)
193 /* Large Return Pointer (gr123). */
194 #define LRP_REGNUM (123 - 96 + GR96_REGNUM)
196 /* Static link pointer (gr124). */
197 #define SLP_REGNUM (124 - 96 + GR96_REGNUM)
199 /* Memory Stack Pointer (gr125). */
200 #define MSP_REGNUM (125 - 96 + GR96_REGNUM)
202 /* Register allocate bound (gr126). */
203 #define RAB_REGNUM (126 - 96 + GR96_REGNUM)
205 /* Register Free Bound (gr127). */
206 #define RFB_REGNUM (127 - 96 + GR96_REGNUM)
208 /* Register Stack Pointer. */
209 #define RSP_REGNUM GR1_REGNUM
210 #define LR0_REGNUM 32
211 #define BP_REGNUM 177
212 #define FC_REGNUM 178
213 #define CR_REGNUM 179
215 #define VAB_REGNUM 181
216 #define OPS_REGNUM (VAB_REGNUM + 1)
217 #define CPS_REGNUM (VAB_REGNUM + 2)
218 #define CFG_REGNUM (VAB_REGNUM + 3)
219 #define CHA_REGNUM (VAB_REGNUM + 4)
220 #define CHD_REGNUM (VAB_REGNUM + 5)
221 #define CHC_REGNUM (VAB_REGNUM + 6)
222 #define RBP_REGNUM (VAB_REGNUM + 7)
223 #define TMC_REGNUM (VAB_REGNUM + 8)
224 #define TMR_REGNUM (VAB_REGNUM + 9)
225 #define NPC_REGNUM (VAB_REGNUM + 10) /* pc0 */
226 #define PC_REGNUM (VAB_REGNUM + 11) /* pc1 */
227 #define PC2_REGNUM (VAB_REGNUM + 12)
228 #define MMU_REGNUM (VAB_REGNUM + 13)
229 #define LRU_REGNUM (VAB_REGNUM + 14)
230 #define FPE_REGNUM (VAB_REGNUM + 15)
231 #define INTE_REGNUM (VAB_REGNUM + 16)
232 #define FPS_REGNUM (VAB_REGNUM + 17)
233 #define EXO_REGNUM (VAB_REGNUM + 18)
234 /* gr1 is defined above as 200 = VAB_REGNUM + 19 */
235 #define ALU_REGNUM (VAB_REGNUM + 20)
236 #define PS_REGNUM ALU_REGNUM
237 #define IPC_REGNUM (VAB_REGNUM + 21)
238 #define IPA_REGNUM (VAB_REGNUM + 22)
239 #define IPB_REGNUM (VAB_REGNUM + 23)
241 #endif /* !defined(REGISTER_NAMES) */
243 /* Total amount of space needed to store our copies of the machine's
244 register state, the array `registers'. */
245 #define REGISTER_BYTES (NUM_REGS * 4)
247 /* Index within `registers' of the first byte of the space for
249 #define REGISTER_BYTE(N) ((N)*4)
251 /* Number of bytes of storage in the actual machine representation
254 /* All regs are 4 bytes. */
256 #define REGISTER_RAW_SIZE(N) (4)
258 /* Number of bytes of storage in the program's representation
261 /* All regs are 4 bytes. */
263 #define REGISTER_VIRTUAL_SIZE(N) (4)
265 /* Largest value REGISTER_RAW_SIZE can have. */
267 #define MAX_REGISTER_RAW_SIZE (4)
269 /* Largest value REGISTER_VIRTUAL_SIZE can have. */
271 #define MAX_REGISTER_VIRTUAL_SIZE (4)
273 /* Nonzero if register N requires conversion
274 from raw format to virtual format. */
276 #define REGISTER_CONVERTIBLE(N) (0)
278 /* Convert data from raw format for register REGNUM
279 to virtual format for register REGNUM. */
281 #define REGISTER_CONVERT_TO_VIRTUAL(REGNUM,FROM,TO) \
282 { memcpy ((TO), (FROM), 4); }
284 /* Convert data from virtual format for register REGNUM
285 to raw format for register REGNUM. */
287 #define REGISTER_CONVERT_TO_RAW(REGNUM,FROM,TO) \
288 { memcpy ((TO), (FROM), 4); }
290 /* Return the GDB type object for the "standard" data type
291 of data in register N. */
293 #define REGISTER_VIRTUAL_TYPE(N) \
294 (((N) == PC_REGNUM || (N) == LRP_REGNUM || (N) == SLP_REGNUM \
295 || (N) == MSP_REGNUM || (N) == RAB_REGNUM || (N) == RFB_REGNUM \
296 || (N) == GR1_REGNUM || (N) == FP_REGNUM || (N) == LR0_REGNUM \
297 || (N) == NPC_REGNUM || (N) == PC2_REGNUM) \
298 ? lookup_pointer_type (builtin_type_void) : builtin_type_int)
300 /* Store the address of the place in which to copy the structure the
301 subroutine will return. This is called from call_function. */
302 /* On the a29k the LRP points to the part of the structure beyond the first
304 #define STORE_STRUCT_RETURN(ADDR, SP) \
305 write_register (LRP_REGNUM, (ADDR) + 16 * 4);
307 /* Should call_function allocate stack space for a struct return? */
308 /* On the a29k objects over 16 words require the caller to allocate space. */
309 #define USE_STRUCT_CONVENTION(gcc_p, type) (TYPE_LENGTH (type) > 16 * 4)
311 /* Extract from an array REGBUF containing the (raw) register state
312 a function return value of type TYPE, and copy that, in virtual format,
315 #define EXTRACT_RETURN_VALUE(TYPE,REGBUF,VALBUF) \
317 int reg_length = TYPE_LENGTH (TYPE); \
318 if (reg_length > 16 * 4) \
320 reg_length = 16 * 4; \
321 read_memory (*((int *)(REGBUF) + LRP_REGNUM), (VALBUF) + 16 * 4, \
322 TYPE_LENGTH (TYPE) - 16 * 4); \
324 memcpy ((VALBUF), ((int *)(REGBUF))+RETURN_REGNUM, reg_length); \
327 /* Write into appropriate registers a function return value
328 of type TYPE, given in virtual format. */
330 #define STORE_RETURN_VALUE(TYPE,VALBUF) \
332 int reg_length = TYPE_LENGTH (TYPE); \
333 if (reg_length > 16 * 4) \
335 reg_length = 16 * 4; \
336 write_memory (read_register (LRP_REGNUM), \
337 (char *)(VALBUF) + 16 * 4, \
338 TYPE_LENGTH (TYPE) - 16 * 4); \
340 write_register_bytes (REGISTER_BYTE (RETURN_REGNUM), (char *)(VALBUF), \
341 TYPE_LENGTH (TYPE)); \
344 /* The a29k user's guide documents well what the stacks look like.
345 But what isn't so clear there is how this interracts with the
346 symbols, or with GDB.
347 In the following saved_msp, saved memory stack pointer (which functions
348 as a memory frame pointer), means either
349 a register containing the memory frame pointer or, in the case of
350 functions with fixed size memory frames (i.e. those who don't use
351 alloca()), the result of the calculation msp + msize.
353 LOC_ARG, LOC_LOCAL - For GCC, these are relative to saved_msp.
354 For high C, these are relative to msp (making alloca impossible).
355 LOC_REGISTER, LOC_REGPARM - The register number is the number at the
356 time the function is running (after the prologue), or in the case
357 of LOC_REGPARM, may be a register number in the range 160-175.
359 The compilers do things like store an argument into memory, and then put out
360 a LOC_ARG for it, or put it into global registers and put out a
361 LOC_REGPARM. Thus is it important to execute the first line of
362 code (i.e. the line of the open brace, i.e. the prologue) of a function
363 before trying to print arguments or anything.
365 The following diagram attempts to depict what is going on in memory
366 (see also the _a29k user's guide_) and also how that interacts with
367 GDB frames. We arbitrarily pick fci->frame to point the same place
368 as the register stack pointer; since we set it ourself in
369 INIT_EXTRA_FRAME_INFO, and access it only through the FRAME_*
370 macros, it doesn't really matter exactly how we
371 do it. However, note that FRAME_FP is used in two ways in GDB:
372 (1) as a "magic cookie" which uniquely identifies frames (even over
373 calls to the inferior), (2) (in PC_IN_CALL_DUMMY [ON_STACK])
374 as the value of SP_REGNUM before the dummy frame was pushed. These
375 two meanings would be incompatible for the a29k if we defined
376 CALL_DUMMY_LOCATION == ON_STACK (but we don't, so don't worry about it).
377 Also note that "lr1" below, while called a frame pointer
378 in the user's guide, has only one function: To determine whether
379 registers need to be filled in the function epilogue.
384 bar: sub gr1,gr1,rsize_b
391 foo: sub gr1,gr1,rsize_f
396 loc3: < suppose the inferior stops here >
398 memory stack register stack
401 +------->|___________| | | ^
402 | | ^ | | locals_b | |
403 | | | | |____________| |
404 | | | | | | | rsize_b
405 | | | msize_b | | args_to_f | |
406 | | | | |____________| |
407 | | | | |____lr1_____| V
408 | | V | |____loc2____|<----------------+
409 | +--->|___________|<---------mfp | ^ |
410 | | | ^ | | locals_f | | |
411 | | | | msize_f | |____________| | |
412 | | | | | | | | rsize_f |
413 | | | V | | args | | |
414 | | |___________|<msp |____________| | |
415 | | |_____lr1____| V |
416 | | |___garbage__| <- gr1 <----+ |
423 | | |_________________| | |
424 | | |rsize=rsize_b | | |
425 | | |msize=msize_b | | |
426 +---|--------saved_msp | | |
427 | |frame------------------------------------|---+
429 | |_________________| |
432 +--------saved_msp | |
433 |frame------------------------------------+
437 So, is that sufficiently confusing? Welcome to the 29000.
439 * The frame for foo uses a memory frame pointer but the frame for
440 bar does not. In the latter case the saved_msp is
441 computed by adding msize to the saved_msp of the
443 * msize is in the frame cache only for high C's sake. */
445 void read_register_stack ();
446 long read_register_stack_integer ();
448 #define EXTRA_FRAME_INFO \
449 CORE_ADDR saved_msp; \
450 unsigned int rsize; \
451 unsigned int msize; \
454 /* Bits for flags in EXTRA_FRAME_INFO */
455 #define TRANSPARENT 0x1 /* This is a transparent frame */
456 #define MFP_USED 0x2 /* A memory frame pointer is used */
458 /* Because INIT_FRAME_PC gets passed fromleaf, that's where we init
459 not only ->pc and ->frame, but all the extra stuff, when called from
460 get_prev_frame_info, that is. */
461 #define INIT_EXTRA_FRAME_INFO(fromleaf, fci) init_extra_frame_info(fci)
462 void init_extra_frame_info ();
464 #define INIT_FRAME_PC(fromleaf, fci) init_frame_pc(fromleaf, fci)
465 void init_frame_pc ();
468 /* FRAME_CHAIN takes a FRAME
469 and produces the frame's chain-pointer.
471 However, if FRAME_CHAIN_VALID returns zero,
472 it means the given frame is the outermost one and has no caller. */
474 /* On the a29k, the nominal address of a frame is the address on the
475 register stack of the return address (the one next to the incoming
476 arguments, not down at the bottom so nominal address == stack pointer).
478 GDB expects "nominal address" to equal contents of FP_REGNUM,
479 at least when it comes time to create the innermost frame.
480 However, that doesn't work for us, so when creating the innermost
481 frame we set ->frame ourselves in INIT_EXTRA_FRAME_INFO. */
483 /* These are mostly dummies for the a29k because INIT_FRAME_PC
484 sets prev->frame instead. */
485 /* If rsize is zero, we must be at end of stack (or otherwise hosed).
486 If we don't check rsize, we loop forever if we see rsize == 0. */
487 #define FRAME_CHAIN(thisframe) \
488 ((thisframe)->rsize == 0 \
490 : (thisframe)->frame + (thisframe)->rsize)
492 /* Determine if the frame has a 'previous' and back-traceable frame. */
493 #define FRAME_IS_UNCHAINED(frame) ((frame)->flags & TRANSPARENT)
495 /* Find the previous frame of a transparent routine.
496 * For now lets not try and trace through a transparent routine (we might
497 * have to assume that all transparent routines are traps).
499 #define FIND_PREV_UNCHAINED_FRAME(frame) 0
501 /* Define other aspects of the stack frame. */
503 /* A macro that tells us whether the function invocation represented
504 by FI does not have a frame on the stack associated with it. If it
505 does not, FRAMELESS is set to 1, else 0. */
506 #define FRAMELESS_FUNCTION_INVOCATION(FI, FRAMELESS) \
507 (FRAMELESS) = frameless_look_for_prologue(FI)
509 /* Saved pc (i.e. return address). */
510 #define FRAME_SAVED_PC(fraim) \
511 (read_register_stack_integer ((fraim)->frame + (fraim)->rsize, 4))
513 /* Local variables (i.e. LOC_LOCAL) are on the memory stack, with their
514 offsets being relative to the memory stack pointer (high C) or
517 #define FRAME_LOCALS_ADDRESS(fi) frame_locals_address (fi)
518 extern CORE_ADDR frame_locals_address ();
520 /* Return number of args passed to a frame.
521 Can return -1, meaning no way to tell. */
522 /* While we could go the effort of finding the tags word and getting
523 the argcount field from it,
524 (1) It only counts arguments in registers, i.e. the first 16 words
526 (2) It gives the number of arguments the function was declared with
527 not how many it was called with (or some variation, like all 16
528 words for varadic functions). This makes argcount pretty much
529 redundant with -g info, even for varadic functions.
531 #define FRAME_NUM_ARGS(numargs, fi) ((numargs) = -1)
533 #define FRAME_ARGS_ADDRESS(fi) FRAME_LOCALS_ADDRESS (fi)
535 /* Return number of bytes at start of arglist that are not really args. */
537 #define FRAME_ARGS_SKIP 0
539 /* Provide our own get_saved_register. HAVE_REGISTER_WINDOWS is insufficient
540 because registers get renumbered on the a29k without getting saved. */
542 #define GET_SAVED_REGISTER
544 /* Call function stuff. */
546 /* The dummy frame looks like this (see also the general frame picture
551 | | frame for function
552 | locals_sproc | executing at time
553 |________________| of call_function.
554 | | We must not disturb
555 | args_out_sproc | it.
556 memory stack |________________|
557 |____lr1_sproc___|<-+
558 | | |__retaddr_sproc_| | <-- gr1 (at start)
559 |____________|<-msp 0 <-----------mfp_dummy_____| |
560 | | (at start) | save regs | |
561 | arg_slop | | pc0,pc1 | |
562 | (16 words) | | gr96-gr124 | |
563 |____________|<-msp 1--after | sr160-sr162 | |
564 | | PUSH_DUMMY_FRAME| sr128-sr135 | |
565 | struct ret | |________________| |
567 |____________|<- lrp | args_out_dummy | |
568 | struct ret | | (16 words) | |
569 | 16 | |________________| |
570 | (16 words) | |____lr1_dummy___|--+
571 |____________|<- msp 2--after |_retaddr_dummy__|<- gr1 after
572 | | struct ret | | PUSH_DUMMY_FRAME
573 | margs17+ | area allocated | locals_inf |
574 | | |________________| called
575 |____________|<- msp 4--when | | function's
576 | | inf called | args_out_inf | frame (set up
577 | margs16 | |________________| by called
578 | (16 words) | |_____lr1_inf____| function).
579 |____________|<- msp 3--after | . |
580 | | args pushed | . |
584 arg_slop: This area is so that when the call dummy adds 16 words to
585 the msp, it won't end up larger than mfp_dummy (it is needed in the
586 case where margs and struct_ret do not add up to at least 16 words).
587 struct ret: This area is allocated by GDB if the return value is more
588 than 16 words. struct ret_16 is not used on the a29k.
589 margs: Pushed by GDB. The call dummy copies the first 16 words to
591 retaddr_sproc: Contains the PC at the time we call the function.
592 set by PUSH_DUMMY_FRAME and read by POP_FRAME.
593 retaddr_dummy: This points to a breakpoint instruction in the dummy. */
595 /* Rsize for dummy frame, in bytes. */
597 /* Bytes for outgoing args, lr1, and retaddr. */
598 #define DUMMY_ARG (2 * 4 + 16 * 4)
600 /* Number of special registers (sr128-) to save. */
601 #define DUMMY_SAVE_SR128 8
602 /* Number of special registers (sr160-) to save. */
603 #define DUMMY_SAVE_SR160 3
604 /* Number of general (gr96- or gr64-) registers to save. */
605 #define DUMMY_SAVE_GREGS 29
607 #define DUMMY_FRAME_RSIZE \
609 + 2 * 4 /* pc0, pc1 */ \
610 + DUMMY_SAVE_GREGS * 4 \
611 + DUMMY_SAVE_SR160 * 4 \
612 + DUMMY_SAVE_SR128 * 4 \
614 + 4 /* pad to doubleword */ )
616 /* Push an empty stack frame, to record the current PC, etc. */
618 #define PUSH_DUMMY_FRAME push_dummy_frame()
619 extern void push_dummy_frame ();
621 /* Discard from the stack the innermost frame,
622 restoring all saved registers. */
624 #define POP_FRAME pop_frame()
625 extern void pop_frame ();
627 /* This sequence of words is the instructions
629 loadm 0, 0, lr2, msp ; load first 16 words of arguments into registers
630 add msp, msp, 16 * 4 ; point to the remaining arguments
632 const lr0,inf ; (replaced by half of target addr)
633 consth lr0,inf ; (replaced by other half of target addr)
635 aseq 0x40,gr1,gr1 ; nop
637 asneq 0x50,gr1,gr1 ; breakpoint (replaced by local breakpoint insn)
640 #if TARGET_BYTE_ORDER == HOST_BYTE_ORDER
641 #define BS(const) const
643 #define BS(const) (((const) & 0xff) << 24) | \
644 (((const) & 0xff00) << 8) | \
645 (((const) & 0xff0000) >> 8) | \
646 (((const) & 0xff000000) >> 24)
649 /* Position of the "const" and blkt instructions within CALL_DUMMY in bytes. */
650 #define CONST_INSN (3 * 4)
651 #define BREAKPT_INSN (7 * 4)
652 #define CALL_DUMMY { \
654 BS(0x36008200|(MSP_HW_REGNUM)), \
655 BS(0x15000040|(MSP_HW_REGNUM<<8)|(MSP_HW_REGNUM<<16)), \
661 #define CALL_DUMMY_LENGTH (8 * 4)
663 #define CALL_DUMMY_START_OFFSET 0 /* Start execution at beginning of dummy */
665 /* Helper macro for FIX_CALL_DUMMY. WORDP is a long * which points to a
666 word in target byte order; bits 0-7 and 16-23 of *WORDP are replaced with
667 bits 0-7 and 8-15 of DATA (which is in host byte order). */
669 #if TARGET_BYTE_ORDER == BIG_ENDIAN
670 #define STUFF_I16(WORDP, DATA) \
672 *((char *)(WORDP) + 3) = ((DATA) & 0xff);\
673 *((char *)(WORDP) + 1) = (((DATA) >> 8) & 0xff);\
675 #else /* Target is little endian. */
676 #define STUFF_I16(WORDP, DATA) \
678 *(char *)(WORDP) = ((DATA) & 0xff);
679 *((char *)(WORDP) + 2) = (((DATA) >> 8) & 0xff);
681 #endif /* Target is little endian. */
683 /* Insert the specified number of args and function address
684 into a call sequence of the above form stored at DUMMYNAME. */
686 /* Currently this stuffs in the address of the function that we are calling.
687 Since different a29k systems use different breakpoint instructions, it
688 also stuffs BREAKPOINT in the right place (to avoid having to
689 duplicate CALL_DUMMY in each tm-*.h file). */
691 #define FIX_CALL_DUMMY(dummyname, pc, fun, nargs, args, type, gcc_p) \
693 STUFF_I16((char *)dummyname + CONST_INSN, fun); \
694 STUFF_I16((char *)dummyname + CONST_INSN + 4, fun >> 16); \
695 /* FIXME memcpy ((char *)(dummyname) + BREAKPT_INSN, break_insn, 4); */ \
698 /* a29k architecture has separate data & instruction memories -- wired to
699 different pins on the chip -- and can't execute the data memory.
700 Also, there should be space after text_end;
701 we won't get a SIGSEGV or scribble on data space. */
703 #define CALL_DUMMY_LOCATION AFTER_TEXT_END
705 /* Because of this, we need (as a kludge) to know the addresses of the
708 #define NEED_TEXT_START_END
710 /* How to translate register numbers in the .stab's into gdb's internal register
711 numbers. We don't translate them, but we warn if an invalid register
712 number is seen. Note that FIXME, we use the value "sym" as an implicit
713 argument in printing the error message. It happens to be available where
714 this macro is used. (This macro definition appeared in a late revision
715 of gdb-3.91.6 and is not well tested. Also, it should be a "complaint".) */
717 #define STAB_REG_TO_REGNUM(num) \
718 (((num) > LR0_REGNUM + 127) \
720 "Invalid register number %d in symbol table entry for %s\n", \
721 (num), SYMBOL_SOURCE_NAME (sym)), (num) \
724 extern enum a29k_processor_types {
727 /* Bit 0x400 of the CPS does *not* identify freeze mode, i.e. 29000,
731 /* Bit 0x400 of the CPS does identify freeze mode, i.e. 29050. */