freebsd-dev/contrib/gcc/config/dbx.h

29 lines
1.1 KiB
C
Raw Normal View History

1999-08-26 09:30:50 +00:00
/* Prefer DBX (stabs) debugging information.
Copyright (C) 1996 Free Software Foundation, Inc.
2004-07-28 03:11:36 +00:00
This file is part of GCC.
1999-08-26 09:30:50 +00:00
2004-07-28 03:11:36 +00:00
GCC is free software; you can redistribute it and/or modify
1999-08-26 09:30:50 +00:00
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.
2004-07-28 03:11:36 +00:00
GCC is distributed in the hope that it will be useful,
1999-08-26 09:30:50 +00:00
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
2004-07-28 03:11:36 +00:00
along with GCC; see the file COPYING. If not, write to
2007-05-19 01:19:51 +00:00
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
1999-08-26 09:30:50 +00:00
/* This file causes gcc to prefer using DBX (stabs) debugging
information. The configure script will add a #include of this file
to tm.h when --with-stabs is used for certain targets. */
2003-07-11 03:40:53 +00:00
#define DBX_DEBUGGING_INFO 1
1999-08-26 09:30:50 +00:00
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG