2004-03-23 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / config / m68k / xm-delta68.h
CommitLineData
5994185b
AC
1// OBSOLETE /* Macro definitions for a Delta.
2// OBSOLETE Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
3// OBSOLETE
4// OBSOLETE This file is part of GDB.
5// OBSOLETE
6// OBSOLETE This program is free software; you can redistribute it and/or modify
7// OBSOLETE it under the terms of the GNU General Public License as published by
8// OBSOLETE the Free Software Foundation; either version 2 of the License, or
9// OBSOLETE (at your option) any later version.
10// OBSOLETE
11// OBSOLETE This program is distributed in the hope that it will be useful,
12// OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of
13// OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14// OBSOLETE GNU General Public License for more details.
15// OBSOLETE
16// OBSOLETE You should have received a copy of the GNU General Public License
17// OBSOLETE along with this program; if not, write to the Free Software
18// OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330,
19// OBSOLETE Boston, MA 02111-1307, USA. */
20// OBSOLETE
21// OBSOLETE /* I'm running gdb 4.9 under sysV68 R3V7.1.
22// OBSOLETE
23// OBSOLETE On some machines, gdb crashes when it's starting up while calling the
24// OBSOLETE vendor's termio tgetent() routine. It always works when run under
25// OBSOLETE itself (actually, under 3.2, it's not an infinitely recursive bug.)
26// OBSOLETE After some poking around, it appears that depending on the environment
27// OBSOLETE size, or whether you're running YP, or the phase of the moon or something,
28// OBSOLETE the stack is not always long-aligned when main() is called, and tgetent()
29// OBSOLETE takes strong offense at that. On some machines this bug never appears, but
30// OBSOLETE on those where it does, it occurs quite reliably. */
31// OBSOLETE #define ALIGN_STACK_ON_STARTUP
32// OBSOLETE
33// OBSOLETE #define USG
34// OBSOLETE
35// OBSOLETE #define HAVE_TERMIO
This page took 0.047099 seconds and 4 git commands to generate.