Commit 8092a8e8 by Ian Lance Taylor

Define DBX_USE_BINCL.

From-SVN: r10707
parent 4bcaafd9
...@@ -20,4 +20,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -20,4 +20,8 @@ Boston, MA 02111-1307, USA. */
#define SUNOS4_SHARED_LIBRARIES 1 #define SUNOS4_SHARED_LIBRARIES 1
/* Use N_BINCL stabs. */
#define DBX_USE_BINCL
#include "sparc/sparc.h" #include "sparc/sparc.h"
...@@ -268,6 +268,10 @@ do { \ ...@@ -268,6 +268,10 @@ do { \
#define DBX_DEBUGGING_INFO #define DBX_DEBUGGING_INFO
/* When generating stabs debugging, use N_BINCL entries. */
#define DBX_USE_BINCL
/* Use DWARF debugging info by default. */ /* Use DWARF debugging info by default. */
#ifndef PREFERRED_DEBUGGING_TYPE #ifndef PREFERRED_DEBUGGING_TYPE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment