From: hjl Date: Mon, 9 Nov 2009 16:11:34 +0000 (+0000) Subject: Include "config.h". X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=926d27505411ce1623f2c3a6761afc18437578cc;p=pf3gnuchains%2Fpf3gnuchains4x.git Include "config.h". 009-11-09 H.J. Lu PR gold/10930 * testsuite/plugin_test.c: Include "config.h". --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 0772a3cbe4..4ee272224c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +009-11-09 H.J. Lu + + PR gold/10930 + * testsuite/plugin_test.c: Include "config.h". + 2009-11-09 Doug Kwan * arm.cc (Target_arm::fake_relnum_for_stubs): New constant. diff --git a/gold/testsuite/plugin_test.c b/gold/testsuite/plugin_test.c index 2218d0841b..9d095e8824 100644 --- a/gold/testsuite/plugin_test.c +++ b/gold/testsuite/plugin_test.c @@ -20,6 +20,10 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include