URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 242 |
Rev 247 |
Line 24... |
Line 24... |
|
|
/* Use ELF */
|
/* Use ELF */
|
#undef OBJECT_FORMAT_ELF
|
#undef OBJECT_FORMAT_ELF
|
#define OBJECT_FORMAT_ELF
|
#define OBJECT_FORMAT_ELF
|
|
|
/* use SDB debugging info and make it default */
|
/* Offer DBX (STABS) debugging info */
|
#undef DBX_DEBUGGING_INFO
|
#undef DBX_DEBUGGING_INFO
|
#define DBX_DEBUGGING_INFO
|
#define DBX_DEBUGGING_INFO
|
|
|
#undef PREFERRED_DEBUGGING_TYPE
|
/* Also offer DWARF2 debugging info */
|
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
#undef DWARF2_DEBUGGING_INFO
|
|
#define DWARF2_DEBUGGING_INFO
|
|
|
/* JPB 19-Aug-10: Why do we need this? */
|
/* Make DBX (STABS) the default debugging info */
|
/* #undef PUT_SDB_DEF */
|
#undef PREFERRED_DEBUGGING_TYPE
|
/* #define PUT_SDB_DEF */
|
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
|
|
|
/* JPB: Make this match or32.h */
|
/* JPB: Make this match or32.h */
|
#undef USER_LABEL_PREFIX
|
#undef USER_LABEL_PREFIX
|
#define USER_LABEL_PREFIX ""
|
#define USER_LABEL_PREFIX ""
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.