aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-03 15:47:46 +0000
committerNick Clifton <nickc@redhat.com>2013-01-03 15:47:46 +0000
commit9b239e0e1fe535c1dd6aa6b7e7087cc50fb173ab (patch)
treeb04d6f45083b212922037b171d671ad87f1e54a5 /bfd/ChangeLog
parent50da2f25309df4445e736121024dc41dfe750995 (diff)
downloadgdb-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/ChangeLog6
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.