Commit c4756552 by Richard Stallman

(DBX_DEBUGGING_INFO): Defined.

From-SVN: r2389
parent c82aa69a
...@@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Same as sparc.h */ /* Same as sparc.h */
#define DBX_REGISTER_NUMBER(REGNO) (REGNO) #define DBX_REGISTER_NUMBER(REGNO) (REGNO)
/* We use stabs-in-elf for debugging, as dwarf for C++ doesn't win yet. */
#define DBX_DEBUGGING_INFO
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#define DBX_BLOCKS_FUNCTION_RELATIVE 1 #define DBX_BLOCKS_FUNCTION_RELATIVE 1
......
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