diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-21 18:25:18 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-21 18:25:18 +0000 |
commit | 0eb9f40e0612492b514fcc5b339106fc5060b950 (patch) | |
tree | e7156ed68a993f1a20d9099c2ffce9ec1378f0ea | |
parent | 3c0e8d08d4d0b9d8aaad90eb1df86b454d29b9d1 (diff) | |
download | gcc-0eb9f40e0612492b514fcc5b339106fc5060b950.zip gcc-0eb9f40e0612492b514fcc5b339106fc5060b950.tar.gz gcc-0eb9f40e0612492b514fcc5b339106fc5060b950.tar.bz2 |
*** empty log message ***
From-SVN: r1040
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 50d0835..6b9c8cb 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -1391,7 +1391,7 @@ extern struct rtx_def *legitimize_pic_address (); be clobbered by an asm. No such register actually exists. Condition codes are partly stored in the PSR and partly in the FSR. */ -#define ADDITIONAL_REGISTER_NAMES {"ccr", 0} +#define ADDITIONAL_REGISTER_NAMES {"ccr", 0, "cc", 0} /* How to renumber registers for dbx and gdb. */ |