projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead7564
)
2003-05-13 Andrew Haley <aph@redhat.com>
author
Andrew Haley
<aph@redhat.com>
Tue, 13 May 2003 15:32:19 +0000
(15:32 +0000)
committer
Andrew Haley
<aph@redhat.com>
Tue, 13 May 2003 15:32:19 +0000
(15:32 +0000)
* elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index eaf2b9f4536cb638a2275b5a091e09c591df0347..0046a366942e68669962343ee26230b7094f5022 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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>
diff --git
a/bfd/elf.c
b/bfd/elf.c
index 737f4954711e7c1e0afb90eee6cf8bf7aeb49d35..fa4416d0b600cc8834faf24430c8fbe8eefe637e 100644
(file)
--- a/
bfd/elf.c
+++ b/
bfd/elf.c
@@
-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