aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-29 22:53:28 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-05 04:27:03 -0400
commit3fad53ec87945e61015913f2d09271573504a1e9 (patch)
treeb4c032af8702d5ae5f228af9ff3d29b415331293 /ChangeLog
parent1b15ff4810748abee11b949e6faa115f3f2d20f4 (diff)
downloadglibc-3fad53ec87945e61015913f2d09271573504a1e9.tar
glibc-3fad53ec87945e61015913f2d09271573504a1e9.tar.gz
glibc-3fad53ec87945e61015913f2d09271573504a1e9.tar.bz2
glibc-3fad53ec87945e61015913f2d09271573504a1e9.zip
nptl: fix set-but-unused warning w/_STACK_GROWS_UP
On arches that set _STACK_GROWS_UP, the stacktop variable is declared and set, but never actually used. Refactor the code a bit so that the variable is only declared/set under _STACK_GROWS_DOWN settings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bbad33442..37a825ef69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-05 Mike Frysinger <vapier@gentoo.org>
+
+ * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
+ bottom and under _STACK_GROWS_DOWN. Move the stacktop assignment
+ in there too.
+
2015-08-05 Carlos O'Donell <carlos@systemhalted.org>
* version.h (RELEASE): Set to "development".