Commit 24e2a2bf by Richard Stallman

(TARGET_EDOM, GEN_ERRNO_RTX): New macros.

From-SVN: r1584
parent 0d528058
...@@ -1240,6 +1240,14 @@ extern struct rtx_def *legitimize_pic_address (); ...@@ -1240,6 +1240,14 @@ extern struct rtx_def *legitimize_pic_address ();
in one reasonably fast instruction. */ in one reasonably fast instruction. */
#define MOVE_MAX 8 #define MOVE_MAX 8
/* This is the value of the error code EDOM for this machine,
used by the sqrt instruction. */
#define TARGET_EDOM 33
/* This is how to refer to the variable errno. */
#define GEN_ERRNO_RTX \
gen_rtx (MEM, SImode, gen_rtx (SYMBOL_REF, Pmode, "errno"))
/* Define if normal loads of shorter-than-word items from memory clears /* Define if normal loads of shorter-than-word items from memory clears
the rest of the bigs in the register. */ the rest of the bigs in the register. */
#define BYTE_LOADS_ZERO_EXTEND #define BYTE_LOADS_ZERO_EXTEND
......
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