varasm.c (constant_descriptor): Make contents unsigned char.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 22 Jun 2000 09:42:10 +0000 (09:42 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 22 Jun 2000 09:42:10 +0000 (09:42 +0000)
commit990e895418ea311b26f8c807d15f529702b4bd9c
treea66cf33d7873a7c4ab9db20360792f14827302cd
parentdc2a68d78596e00195006f6a83e4fc9fc0da2076
varasm.c (constant_descriptor): Make contents unsigned char.

* varasm.c (constant_descriptor): Make contents unsigned char.
(mark_const_hash_entry): Adjust.
(const_hash): Just hash the code of unknown nodes.
(compare_constant_1): Adjust for unsigned char.
Use language specific expander on unknown nodes.
(record_constant_1): Likewise.

From-SVN: r34647
gcc/ChangeLog
gcc/varasm.c