diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-03 15:47:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-03 15:47:46 +0000 |
commit | 9b239e0e1fe535c1dd6aa6b7e7087cc50fb173ab (patch) | |
tree | b04d6f45083b212922037b171d671ad87f1e54a5 /bfd/ChangeLog | |
parent | 50da2f25309df4445e736121024dc41dfe750995 (diff) | |
download | gdb-9b239e0e1fe535c1dd6aa6b7e7087cc50fb173ab.zip gdb-9b239e0e1fe535c1dd6aa6b7e7087cc50fb173ab.tar.gz gdb-9b239e0e1fe535c1dd6aa6b7e7087cc50fb173ab.tar.bz2 |
* elflink.c (get_value): Prevent the use of an undefined shift
operation. Add sanity checks.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 88dfe1b..a643721 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2013-01-03 Nickolai Zeldovich <nickolai@csail.mit.edu> + Nick Clifton <nickc@redhat.com> + + * elflink.c (get_value): Prevent the use of an undefined shift + operation. Add sanity checks. + 2013-01-02 Kaushik Phatak <kaushik.phatak@kpitcummins.com> * config.bfd (cr16*-*-uclinux*): New target support. |