* testsuite/incremental_test_1.c: Add prototype to avoid warning.
authorIan Lance Taylor <ian@airs.com>
Fri, 13 Aug 2010 20:47:47 +0000 (20:47 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 13 Aug 2010 20:47:47 +0000 (20:47 +0000)
gold/ChangeLog
gold/testsuite/incremental_test_1.c

index ddbeed65ca01d4b5c8c45b361bc28cfa65c46242..9eb928d6d3cc28463d6bfe75f7df2702090423b5 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-13  Ian Lance Taylor  <iant@google.com>
+
+       * testsuite/incremental_test_1.c: Add prototype to avoid warning.
+
 2010-08-12  Cary Coutant  <ccoutant@google.com>
            Doug Kwan  <dougkwan@google.com>
 
index 58faa0e110645871545cbfab3f1c41bfe9f363c1..291caa06ebe28501c5f33d5165b12e07be0818c2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2009 Free Software Foundation, Inc.
+// Copyright 2009, 2010 Free Software Foundation, Inc.
 // Written by Rafael Avila de Espindola <espindola@google.com>
 
 // This file is part of gold.
@@ -20,6 +20,8 @@
 
 int a = -1;
 
+extern int t1(int);
+
 int t1(int b)
 {
   return a + b;
This page took 0.029932 seconds and 4 git commands to generate.