From 4f02e2b8f94799b4f9e57e922c06c5eeec4272e6 Mon Sep 17 00:00:00 2001
From: Will Newton <will.newton@linaro.org>
Date: Fri, 25 Apr 2014 15:48:48 +0100
Subject: stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOC

The upstream version of GMP has long removed this conditional
altogether in this commit:

changeset:   5254:88618a4694ac
user:        Kevin Ryde <user42@zip.com.au>
date:        Sun Jun 17 01:37:27 2001 +0200

So just turn the #if into an #ifdef to silence the warning.

ChangeLog:

2014-05-14  Will Newton  <will.newton@linaro.org>

	* stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
	rather than #if.
---
 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'ChangeLog')

diff --git a/ChangeLog b/ChangeLog
index 0bcf748..09fd4a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-14  Will Newton  <will.newton@linaro.org>
+
+	* stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
+	rather than #if.
+
 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #16564]
-- 
cgit v1.1