OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [config/] [mips/] [tm-mipsv4.h] - Diff between revs 106 and 107

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 106 Rev 107
/* Target machine description for MIPS running SVR4, for GDB.
/* Target machine description for MIPS running SVR4, for GDB.
   Copyright 1994, 1995 Free Software Foundation, Inc.
   Copyright 1994, 1995 Free Software Foundation, Inc.
 
 
   This file is part of GDB.
   This file is part of GDB.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
   (at your option) any later version.
 
 
   This program is distributed in the hope that it will be useful,
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   GNU General Public License for more details.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330,
   Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.  */
   Boston, MA 02111-1307, USA.  */
 
 
#include "mips/tm-bigmips.h"
#include "mips/tm-bigmips.h"
#include "tm-sysv4.h"
#include "tm-sysv4.h"
 
 
/* When calling functions on a MIPS SVR4 ABI compliant platform
/* When calling functions on a MIPS SVR4 ABI compliant platform
   $25 must hold the function address.  Dest_Reg is a macro
   $25 must hold the function address.  Dest_Reg is a macro
   used in CALL_DUMMY in tm-mips.h.  */
   used in CALL_DUMMY in tm-mips.h.  */
#undef Dest_Reg
#undef Dest_Reg
#define Dest_Reg 25
#define Dest_Reg 25
 
 
/* The signal handler trampoline is called _sigtramp.  */
/* The signal handler trampoline is called _sigtramp.  */
#undef IN_SIGTRAMP
#undef IN_SIGTRAMP
#define IN_SIGTRAMP(pc, name) ((name) && STREQ ("_sigtramp", name))
#define IN_SIGTRAMP(pc, name) ((name) && STREQ ("_sigtramp", name))
 
 
/* On entry to the signal handler trampoline, an ucontext is already
/* On entry to the signal handler trampoline, an ucontext is already
   pushed on the stack. We can get at the saved registers via the
   pushed on the stack. We can get at the saved registers via the
   mcontext which is contained within the ucontext.  */
   mcontext which is contained within the ucontext.  */
#define SIGFRAME_BASE   0
#define SIGFRAME_BASE   0
#define SIGFRAME_REGSAVE_OFF    (SIGFRAME_BASE + 40)
#define SIGFRAME_REGSAVE_OFF    (SIGFRAME_BASE + 40)
#define SIGFRAME_PC_OFF         (SIGFRAME_BASE + 40 + 35 * 4)
#define SIGFRAME_PC_OFF         (SIGFRAME_BASE + 40 + 35 * 4)
#define SIGFRAME_FPREGSAVE_OFF  (SIGFRAME_BASE + 40 + 36 * 4)
#define SIGFRAME_FPREGSAVE_OFF  (SIGFRAME_BASE + 40 + 36 * 4)
 
 
/* Use the alternate method of determining valid frame chains. */
/* Use the alternate method of determining valid frame chains. */
#define FRAME_CHAIN_VALID(fp,fi) func_frame_chain_valid (fp, fi)
#define FRAME_CHAIN_VALID(fp,fi) func_frame_chain_valid (fp, fi)
 
 
/* Convert a DWARF register number to a gdb REGNUM.  */
/* Convert a DWARF register number to a gdb REGNUM.  */
#define DWARF_REG_TO_REGNUM(num) ((num) < 32 ? (num) : (num)+FP0_REGNUM-32)
#define DWARF_REG_TO_REGNUM(num) ((num) < 32 ? (num) : (num)+FP0_REGNUM-32)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.