diff options
author | Graham Stott <grahams@gcc.gnu.org> | 2002-07-31 23:10:34 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2002-07-31 23:10:34 +0000 |
commit | 1de4ecb683f552a634b558eeff3caa0758e1a485 (patch) | |
tree | 90e5c01b7887272de08f62a1e2dbeb0fd38cf63f /gcc | |
parent | 2336845506db2d91fcacb9a866373ea7e7b9b298 (diff) | |
download | gcc-1de4ecb683f552a634b558eeff3caa0758e1a485.zip gcc-1de4ecb683f552a634b558eeff3caa0758e1a485.tar.gz gcc-1de4ecb683f552a634b558eeff3caa0758e1a485.tar.bz2 |
rs6000.c (rs6000_hash_constant): Fix hash for LABEL_REF's.
* config/rs6000/rs6000.c(rs6000_hash_constant): Fix
hash for LABEL_REF's.
From-SVN: r55914
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 474b533..eb76d33 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-31 Graham Stott <grahas@btinternet.com> + + * config/rs6000/rs6000.c(rs6000_hash_constant): Fix + hash for LABEL_REF's. + 2002-07-31 Graham Stott <grahams@btinternet.com> * config/rs6000/rs6000.c (spe_init_builtins, |