(NO_UNDERSCORES): Test was backwards.
(SDB_DEBUGGING_INFO): #undef deleted. (DBX_DEBUGGING_INFO): Definition deleted. From-SVN: r2644
This commit is contained in:
parent
39b56c2ac7
commit
d92761c015
@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#include "i386.h"
|
#include "i386.h"
|
||||||
|
|
||||||
#ifdef YES_UNDERSCORES
|
#ifndef YES_UNDERSCORES
|
||||||
/* Define this now, because bsd386.h tests it. */
|
/* Define this now, because bsd386.h tests it. */
|
||||||
#define NO_UNDERSCORES
|
#define NO_UNDERSCORES
|
||||||
#endif
|
#endif
|
||||||
@ -62,14 +62,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define ASM_OUTPUT_IDENT(FILE, NAME) fprintf (FILE, "\t.ident \"%s\"\n", NAME);
|
#define ASM_OUTPUT_IDENT(FILE, NAME) fprintf (FILE, "\t.ident \"%s\"\n", NAME);
|
||||||
|
|
||||||
/* We do not want to output SDB debugging information. */
|
|
||||||
|
|
||||||
#undef SDB_DEBUGGING_INFO
|
|
||||||
|
|
||||||
/* We want to output DBX debugging information. */
|
|
||||||
|
|
||||||
#define DBX_DEBUGGING_INFO
|
|
||||||
|
|
||||||
/* Implicit library calls should use memcpy, not bcopy, etc. */
|
/* Implicit library calls should use memcpy, not bcopy, etc. */
|
||||||
|
|
||||||
#define TARGET_MEM_FUNCTIONS
|
#define TARGET_MEM_FUNCTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user