summaryrefslogtreecommitdiff
path: root/libc-parts/ChangeLog
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-10 22:08:47 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-10 22:08:47 +0100
commit4a1abc5a0e93abe37cbd706fb3c5c1c6c1ecbf84 (patch)
tree70c60a0631debe7c953fc59de8ee352586bc50bf /libc-parts/ChangeLog
parent32ac353777bcd0c00aad4383162842d2dc0c6f64 (diff)
Use backtrace_print, not backtrace, in assertx.
2008-12-10 Neal H. Walfield <neal@gnu.org> * assert.h (assertx): Replace use of backtrace with backtrace_print.
Diffstat (limited to 'libc-parts/ChangeLog')
-rw-r--r--libc-parts/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc-parts/ChangeLog b/libc-parts/ChangeLog
index 95b02ee..95334a8 100644
--- a/libc-parts/ChangeLog
+++ b/libc-parts/ChangeLog
@@ -1,5 +1,14 @@
2008-12-10 Neal H. Walfield <neal@gnu.org>
+ * assert.h (assertx): Replace use of backtrace with
+ backtrace_print.
+
+2008-12-10 Neal H. Walfield <neal@gnu.org>
+
+ * Makefile.am (common_sources): Add stack-protector.c.
+
+2008-12-10 Neal H. Walfield <neal@gnu.org>
+
* Makefile.am (common_sources): Remove strtol.c, strtoll.c,
strtoul.c and strtoull.c.
(libc_kernel_a_SOURCES): Add strtol.c, strtoll.c, strtoul.c and