Commit 504c0019 by Richard Kenner

(REGISTER_PREFIX, IMMEDIATE_PREFIX): Define.

From-SVN: r8417
parent e7eefaec
/* Definitions of target machine for GNU compiler.
Copyright (C) 1990 Free Software Foundation, Inc.
Copyright (C) 1990, 1994 Free Software Foundation, Inc.
Written by Robert Andersson, International Systems, Oslo, Norway.
Please send bug reports, questions and improvements to ra@intsys.no.
......@@ -96,6 +96,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
"%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%a6", "%sp", \
"%fp0", "%fp1", "%fp2", "%fp3", "%fp4", "%fp5", "%fp6", "%fp7"};
#undef REGISTER_PREFIX
#define REGISTER_PREFIX "%"
#undef IMMEDIATE_PREFIX
#define IMMEDIATE_PREFIX
/* We do not want leading underscores. */
#undef ASM_OUTPUT_LABELREF
......
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