From: Ian Lance Taylor Date: Thu, 25 Jan 1996 05:34:46 +0000 (+0000) Subject: Define DBX_USE_BINCL and DBX_CONTIN_LENGTH X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4f0488b1c46a0abb54a370fae168ff665fbd523;p=gcc.git Define DBX_USE_BINCL and DBX_CONTIN_LENGTH From-SVN: r11095 --- diff --git a/gcc/config/dbxcoff.h b/gcc/config/dbxcoff.h index 4617b0a673e..3e2fe347afe 100644 --- a/gcc/config/dbxcoff.h +++ b/gcc/config/dbxcoff.h @@ -66,3 +66,13 @@ Boston, MA 02111-1307, USA. */ fprintf (FILE, "\n.LM%d:\n", sym_lineno); \ sym_lineno += 1; \ } } + +/* When generating stabs debugging, use N_BINCL entries. */ + +#define DBX_USE_BINCL + +/* There is no limit to the length of stabs strings. */ + +#ifndef DBX_CONTIN_LENGTH +#define DBX_CONTIN_LENGTH 0 +#endif