* (REG_CLASS_FROM_CONSTRAINT): Only define if not already defined.

From-SVN: r68003
This commit is contained in:
J"orn Rennecke 2003-06-16 10:53:22 +00:00 committed by Joern Rennecke
parent fd3acbb3a2
commit 3ff5ef1b59
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
* (REG_CLASS_FROM_CONSTRAINT): Only define if not already defined.
2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
* function.h (struct emit_status): Remove x_last_linenum,

View File

@ -613,7 +613,9 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
CONST_DOUBLE_OK_FOR_LETTER_P (OP, C)
#endif
#ifndef REG_CLASS_FROM_CONSTRAINT
#define REG_CLASS_FROM_CONSTRAINT(C,STR) REG_CLASS_FROM_LETTER (C)
#endif
#if defined (EXTRA_CONSTRAINT) && ! defined (EXTRA_CONSTRAINT_STR)
#define EXTRA_CONSTRAINT_STR(OP, C,STR) EXTRA_CONSTRAINT (OP, C)