Commit dc174fb1 by Michael Meissner Committed by Michael Meissner

Move 'temporary' bits so they don't conflict with windows/cygwin/dgux bits

From-SVN: r29132
parent 2168d24a
Sun Sep 5 19:11:01 1999 Michael Meissner <meissner@cygnus.com>
* i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
don't conflict with the bits that win32, cygwin, and dgux
defines.
Sun Sep 5 09:31:56 1999 Richard Henderson <rth@cygnus.com>
Bernd Schmidt <bernds@cygnus.co.uk>
......
......@@ -90,9 +90,9 @@ extern int target_flags;
#define MASK_STACK_PROBE 0x00000100 /* Enable stack probing */
/* Temporary codegen switches */
#define MASK_INTEL_SYNTAX 0x10000000
#define MASK_DEBUG_ARG 0x20000000 /* function_arg */
#define MASK_DEBUG_ADDR 0x40000000 /* GO_IF_LEGITIMATE_ADDRESS */
#define MASK_INTEL_SYNTAX 0x00000200
#define MASK_DEBUG_ARG 0x00000400 /* function_arg */
#define MASK_DEBUG_ADDR 0x00000800 /* GO_IF_LEGITIMATE_ADDRESS */
/* Use the floating point instructions */
#define TARGET_80387 (target_flags & MASK_80387)
......
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