diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2003-07-06 14:40:49 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2003-07-06 14:40:49 +0000 |
commit | 2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c (patch) | |
tree | 10b98969d0af1c81058c7434f9916ecc1e7ae73d /gcc/tree.h | |
parent | 46c5ad278b15d1db509093032ea1eed00459b3a0 (diff) | |
download | gcc-2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c.zip gcc-2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c.tar.gz gcc-2aab7ceb8b58b89e48e99c3e5af119cc2f50b81c.tar.bz2 |
tree.h (crc32_string): Declare.
* tree.h (crc32_string): Declare.
* tree.c (append_random_chars): Remove.
(crc32_string): New.
(get_file_function_name_long): Use crc32_string here.
From-SVN: r69004
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2640,6 +2640,7 @@ extern tree builtin_function (const char *, tree, int, enum built_in_class, const char *, tree); /* In tree.c */ +extern unsigned crc32_string (unsigned, const char *); extern void clean_symbol_name (char *); extern tree get_file_function_name_long (const char *); extern tree get_set_constructor_bits (tree, char *, int); |