From c653bc6d90cec06c584d5335cade0c42222931dc Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 5 Feb 1993 22:09:17 +0000 Subject: Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde and Dag H. Wanvik . * 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. --- gdb/tm-i860.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gdb/tm-i860.h') diff --git a/gdb/tm-i860.h b/gdb/tm-i860.h index b26e205..18ab975 100644 --- a/gdb/tm-i860.h +++ b/gdb/tm-i860.h @@ -1,5 +1,5 @@ /* Parameters for execution on the Intel I860 for GDB, the GNU debugger. - Copyright (C) 1986, 1987 Free Software Foundation, Inc. + Copyright 1986, 1987, 1993 Free Software Foundation, Inc. GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone @@ -25,11 +25,6 @@ anyone else from sharing it farther. Help stamp out software hoarding! #define HAVE_TERMIO #define vfork fork -/* Debugger information will be in COFF format. */ - -/* #define COFF_FORMAT */ -#define COFF_NO_LONG_FILE_NAMES - /* Offset from address of function to start of its code. Zero on most machines. */ -- cgit v1.1