diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2013-05-06 15:40:54 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2013-05-06 11:40:54 -0400 |
commit | b768e8cf27cd0d48c49cb1c4741d6a39067d0c1d (patch) | |
tree | 146705cbed2fdf5ab54949aa16089558e9056763 /libiberty/ChangeLog | |
parent | cb3f6a88f6c9cbcfccb171f4c83aa3beb4f59319 (diff) | |
download | gcc-b768e8cf27cd0d48c49cb1c4741d6a39067d0c1d.zip gcc-b768e8cf27cd0d48c49cb1c4741d6a39067d0c1d.tar.gz gcc-b768e8cf27cd0d48c49cb1c4741d6a39067d0c1d.tar.bz2 |
hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal to wordsize.
2013-05-06 David Edelsohn <dje.gcc@gmail.com>
Peter Bergner <bergner@vnet.ibm.com>
Segher Boessenkool <segher@kernel.crashing.org>
Jakub Jelinek <jakub@redhat.com>
* hashtab.c (hash_pointer): Remove conditional and avoid
unexecuted shift equal to wordsize.
Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
Co-Authored-By: Peter Bergner <bergner@vnet.ibm.com>
Co-Authored-By: Segher Boessenkool <segher@kernel.crashing.org>
From-SVN: r198633
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 1420ad4..a30a363 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +2013-05-06 David Edelsohn <dje.gcc@gmail.com> + Peter Bergner <bergner@vnet.ibm.com> + Segher Boessenkool <segher@kernel.crashing.org> + Jakub Jelinek <jakub@redhat.com> + + * hashtab.c (hash_pointer): Remove conditional and avoid + unexecuted shift equal to wordsize. + 2013-04-22 Andi Kleen <ak@linux.intel.com> * hashtab.c (hash_pointer): Move to end of file and reimplement. |