summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-18 21:34:24 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:17 +0200
commitbf2568df343288fb3644848c3498bd080b6bbde8 (patch)
tree14f68c3f8091b2f7e3805d00ed83c3145e0d9e94 /ChangeLog
parent5c3420697311db3320b9525ab4b5db3bb07a8db1 (diff)
2008-07-18 Andrei Barbu <andrei@0xab.com>
* ddb/db_sym.c (db_task_printsym): Do not print empty symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 299d3f2a..c18158fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
* include/sys/types.h (int8_t, uint8_t, u_int8_t, int16_t, uint16_t,
u_int16_t, int32_t, uint32_t, u_int32_t, int64_t, uint64_t,
u_int64_t): New types.
+ * ddb/db_sym.c (db_task_printsym): Do not print empty symbols.
2008-07-15 Barry deFreese <bddebian@comcast.net>