From a4f0488b1c46a0abb54a370fae168ff665fbd523 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 25 Jan 1996 05:34:46 +0000 Subject: [PATCH] Define DBX_USE_BINCL and DBX_CONTIN_LENGTH From-SVN: r11095 --- gcc/config/dbxcoff.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.30.2