OSDN Git Service

PR c++/16707
[pf3gnuchains/gcc-fork.git] / gcc / config / lynx-ng.h
index a3a9c37..a1fe786 100644 (file)
@@ -1,25 +1,25 @@
 /* Target independent definitions for LynxOS, using Lynx's old as and ld.
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1999 Free Software Foundation, Inc.
 
-This file is part of GNU CC.
+This file is part of GCC.
 
-GNU CC is free software; you can redistribute it and/or modify
+GCC is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
-GNU CC is distributed in the hope that it will be useful,
+GCC is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU CC; see the file COPYING.  If not, write to
+along with GCC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 /* This is for backwards compatibility with older Lynx tools, which use
-   a version of a.out format. */
+   a version of a.out format.  */
 
 #undef ASM_SPEC
 #define ASM_SPEC "%{mcoff:-C}"
@@ -54,7 +54,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* We want to output DBX debugging information.  */
 
-#define DBX_DEBUGGING_INFO
+#define DBX_DEBUGGING_INFO 1
 #undef PREFERRED_DEBUGGING_TYPE
 #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
 
@@ -62,15 +62,11 @@ Boston, MA 02111-1307, USA.  */
    we can create debuggable SDB/coff files.  This won't be needed when
    stabs-in-coff works.  */
 
-#define SDB_DEBUGGING_INFO
-
-/* Generate calls to memcpy, memcmp and memset.  */
-
-#define TARGET_MEM_FUNCTIONS
+#define SDB_DEBUGGING_INFO 1
 
 /* Handle #pragma pack and sometimes #pragma weak.  */
 
-#define HANDLE_SYSV_PRAGMA
+#define HANDLE_SYSV_PRAGMA 1
 
 #define TARGET_THREADS (target_flags & MASK_THREADS)
 #define MASK_THREADS   0x40000000
@@ -98,16 +94,12 @@ Boston, MA 02111-1307, USA.  */
   if (TARGET_SYSTEM_V && TARGET_THREADS)                       \
     warning ("-msystem-v and -mthreads are incompatible"); }
 
-/* Define this so that C++ destructors will use atexit.  */
-
-#define HAVE_ATEXIT
-
 /* This is defined only so that we can find the assembler.  Everything else
    is in /bin.  */
 
 #define MD_EXEC_PREFIX "/usr/local/lib/gcc-"
 
-/* This is needed because /bin/ld does not handle -L options correctly. */
+/* This is needed because /bin/ld does not handle -L options correctly.  */
 
 #define LINK_LIBGCC_SPECIAL_1