diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-02-16 22:40:19 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-02-16 22:40:19 +0000 |
commit | b596295f13f75a8c712ddc848cf61dcd7d820150 (patch) | |
tree | e9b3fbd418a8d69c7b6e9a1e7bfc000a050308d1 /bfd | |
parent | b8ed3de39828053429ddaa0971bcef021bfe6f7f (diff) | |
download | gdb-b596295f13f75a8c712ddc848cf61dcd7d820150.zip gdb-b596295f13f75a8c712ddc848cf61dcd7d820150.tar.gz gdb-b596295f13f75a8c712ddc848cf61dcd7d820150.tar.bz2 |
* reloc.c (bfd_perform_relocation): Don't use bitpos in overflow calculations.
(bfd_install_relocation): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fe1684c..634376f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 16 14:37:23 1995 Doug Evans <dje@cygnus.com> + + * reloc.c (bfd_perform_relocation): Don't use bitpos in overflow + calculations. + (bfd_install_relocation): Likewise. + Thu Feb 16 13:22:29 1995 Ian Lance Taylor <ian@cygnus.com> * hosts/std-host.h: Remove all function declarations which return |