diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-07-18 21:34:24 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:17 +0200 |
commit | bf2568df343288fb3644848c3498bd080b6bbde8 (patch) | |
tree | 14f68c3f8091b2f7e3805d00ed83c3145e0d9e94 /ChangeLog | |
parent | 5c3420697311db3320b9525ab4b5db3bb07a8db1 (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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |