aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-11-26 17:49:11 +0000
committerRoland McGrath <roland@gnu.org>2012-11-26 17:49:11 +0000
commitaa6407c6ed97409084568c3336ee334d2f1eb540 (patch)
treef5107240b03cb3e0ea53bd5ab49cec3dddab0d0f /bfd/ChangeLog
parent17d6efc44b4779a1a8a95645daf293a587ef3da9 (diff)
downloadgdb-aa6407c6ed97409084568c3336ee334d2f1eb540.zip
gdb-aa6407c6ed97409084568c3336ee334d2f1eb540.tar.gz
gdb-aa6407c6ed97409084568c3336ee334d2f1eb540.tar.bz2
bfd/
* elf-nacl.c (nacl_modify_segment_map): Don't crash when INFO is null.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ff60564..5d033a6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-26 Roland McGrath <mcgrathr@google.com>
+
+ * elf-nacl.c (nacl_modify_segment_map): Don't crash when INFO is null.
+
2012-11-21 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/14493