diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-21 18:25:18 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-21 18:25:18 +0000 |
commit | ee9efa7603c9a22692542126f92c722544bc7393 (patch) | |
tree | e7156ed68a993f1a20d9099c2ffce9ec1378f0ea | |
parent | 5534a448674e8747f17535807ede50ac959aee5c (diff) | |
download | gcc-ee9efa7603c9a22692542126f92c722544bc7393.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1040 138bc75d-0d04-0410-961f-82ee72b054a4
-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 50d08353665..6b9c8cb95b5 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. */ |