summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 96471c74..427c804d 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-22 Frank Ch. Eigler <fche@elastic.org>
+
+ * sym.c (_stp_module_relocate): Tolerate empty section string.
+
2007-03-21 Martin Hunt <hunt@redhat.com>
* sym.h: Declare _stp_module_relocate.
@@ -8,6 +12,7 @@
(_stp_symbol_snprint): Ditto.
2007-03-21 Martin Hunt <hunt@redhat.com>
+
* map.c (_stp_map_init): Fix signed vs unsigned comparison warning.
2007-03-20 Frank Ch. Eigler <fche@elastic.org>