aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2010-06-15 19:22:25 +0000
committerRafael Ávila de Espíndola <respindola@mozilla.com>2010-06-15 19:22:25 +0000
commit91ff43fe2d1d9c8594e06385af78ed29a063690f (patch)
tree042f7253b1a57bfae42c18a978c306e2bfd8c3d9 /gold/ChangeLog
parent0407b3f19d91f3dea29b994d0465d2f0fafdedb3 (diff)
downloadgdb-91ff43fe2d1d9c8594e06385af78ed29a063690f.zip
gdb-91ff43fe2d1d9c8594e06385af78ed29a063690f.tar.gz
gdb-91ff43fe2d1d9c8594e06385af78ed29a063690f.tar.bz2
2010-06-15 Rafael Espindola <espindola@google.com>
* plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 5c63a9a..b7bff3b 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-15 Rafael Espindola <espindola@google.com>
+
+ * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
+
2010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
* fileread.cc: Only #include <sys/uio.h> if HAVE_READV.