2003-05-13 Andrew Haley <aph@redhat.com>

* elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
This commit is contained in:
Andrew Haley 2003-05-13 15:32:19 +00:00
parent ead7564810
commit 32dfa85d90
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-13 Andrew Haley <aph@redhat.com>
* elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
2003-05-13 Alan Modra <amodra@bigpond.net.au>
H.J. Lu <hongjiu.lu@intel.com>

View File

@ -271,7 +271,7 @@ bfd_elf_hash (namearg)
h ^= g;
}
}
return h;
return h & 0xffffffff;
}
/* Read a specified number of bytes at a specified offset in an ELF