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

Subversion Repositories or1k

[/] [or1k/] [tags/] [VER_5_3/] [gdb-5.3/] [gdb/] [config/] [vax/] [tm-vaxbsd.h] - Blame information for rev 1181

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1181 sfurman
/* Definitions to make GDB run on a vax under 4.2bsd.
2
   Copyright 1986, 1987, 1989, 1991, 1993, 1994, 1996, 1998, 1999, 2000, 2002
3
   Free Software Foundation, Inc.
4
 
5
   This file is part of GDB.
6
 
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.
11
 
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.
16
 
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., 59 Temple Place - Suite 330,
20
   Boston, MA 02111-1307, USA.  */
21
 
22
#ifndef TM_VAXBSD_H
23
#define TM_VAXBSD_H
24
 
25
#include "vax/tm-vax.h"
26
 
27
#define TARGET_UPAGES 14
28
#define TARGET_NBPG 512
29
#define STACK_END_ADDR (0x80000000 - (TARGET_UPAGES * TARGET_NBPG))
30
 
31
/* On the VAX, sigtramp is in the u area.  Can't check the exact
32
   addresses because for cross-debugging we don't have VAX include
33
   files around.  This should be close enough.  */
34
#define SIGTRAMP_START(pc)      STACK_END_ADDR
35
#define SIGTRAMP_END(pc)        0x80000000
36
 
37
/* Offset to saved PC in sigcontext, from <sys/signal.h>.  */
38
/* XXXJRT should go away */
39
#define SIGCONTEXT_PC_OFFSET 12
40
 
41
#endif /* TM_VAXBSD_H */

powered by: WebSVN 2.1.0

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