]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc-ar: Do not include stdio.h.
authorDavid Edelsohn <dje@gcc.gnu.org>
Mon, 31 Oct 2011 14:04:50 +0000 (10:04 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 31 Oct 2011 14:04:50 +0000 (10:04 -0400)
        * gcc-ar: Do not include stdio.h.

From-SVN: r180699

gcc/ChangeLog
gcc/gcc-ar.c

index 7ed3b0e8c27b35f65efe4fc9d7344d7f36678d93..198c48862ffebe00cf19dead160e0c7e28963a5e 100644 (file)
@@ -1,4 +1,8 @@
-2011-10-31   Diego Novillo  <dnovillo@google.com>
+2011-10-31  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc-ar: Do not include stdio.h.
+
+2011-10-31  Diego Novillo  <dnovillo@google.com>
 
        * tree-streamer-out.c (pack_ts_base_value_fields): Emit
        TYPE_ADDR_SPACE.
index 1e86d20b88f526bf18fe26a2e0a7f8f84e75c883..706b2f389e5322b1fd3d1f6cf789d28b5837f05b 100644 (file)
@@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
-#include <stdio.h>
 #include "config.h"
 #include "system.h"
 #include "libiberty.h"