summaryrefslogtreecommitdiff
path: root/gdb/tm-altos.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-05 22:09:17 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-05 22:09:17 +0000
commitc653bc6d90cec06c584d5335cade0c42222931dc (patch)
tree819c1805c853dae74d76f3eefcd7bc609ebb8703 /gdb/tm-altos.h
parente4ebb8e5e6b5a8b618284247d0860845d074962f (diff)
downloadbinutils-gdb-c653bc6d90cec06c584d5335cade0c42222931dc.tar.gz
Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
<Ulf.Lunde@kvatro.no> and Dag H. Wanvik <Dag.H.Wanvik@kvatro.no>. * coffread.c (getfilename): Eliminate COFF_NO_LONG_FILE_NAMES test, which is apparently left over from when we used native include files and couldn't depend on the member names being there. * tm-3b1.h, tm-altos.h, tm-i386v.h: Don't set it. ALso fix this in tm-i860.h which isn't ChangeLogged since it's sanitized out for lack of paperwork.
Diffstat (limited to 'gdb/tm-altos.h')
-rw-r--r--gdb/tm-altos.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/tm-altos.h b/gdb/tm-altos.h
index f3cc306b1b2..bc0ca81028d 100644
--- a/gdb/tm-altos.h
+++ b/gdb/tm-altos.h
@@ -1,5 +1,5 @@
-/* Definitions to make GDB run on an Altos 3068 (m68k running SVR2)
- Copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc.
+/* Target definitions for GDB on an Altos 3068 (m68k running SVR2)
+ Copyright 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
This file is part of GDB.
@@ -27,10 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef NAMES_HAVE_UNDERSCORE
-/* COFF files don't have long filenames. */
-
-#define COFF_NO_LONG_FILE_NAMES
-
/* Address of end of stack space. */
/*#define STACK_END_ADDR (0xffffff)*/