From 730cdc88f70c0804b5daf2259d3bd8ad29b6411b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 Nov 2007 07:00:15 +0000 Subject: Generate a complete exception frame header. Discard duplicate exception frame information. --- gold/stringpool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/stringpool.cc') diff --git a/gold/stringpool.cc b/gold/stringpool.cc index bb571f0f..db04b0c 100644 --- a/gold/stringpool.cc +++ b/gold/stringpool.cc @@ -103,7 +103,7 @@ Stringpool_template::Stringpool_hash::operator()( const Stringpool_char* s) const { // Fowler/Noll/Vo (FNV) hash (type FNV-1a). - if (sizeof(size_t) == 8) + if (sizeof(size_t) > 4) { size_t result = static_cast(14695981039346656037ULL); while (*s != 0) -- cgit v1.1