projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596c138
)
gcc-ar: Do not include stdio.h.
author
David Edelsohn
<dje@gcc.gnu.org>
Mon, 31 Oct 2011 14:04:50 +0000
(10:04 -0400)
committer
David 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
patch
|
blob
|
history
gcc/gcc-ar.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 7ed3b0e8c27b35f65efe4fc9d7344d7f36678d93..198c48862ffebe00cf19dead160e0c7e28963a5e 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/gcc-ar.c
b/gcc/gcc-ar.c
index 1e86d20b88f526bf18fe26a2e0a7f8f84e75c883..706b2f389e5322b1fd3d1f6cf789d28b5837f05b 100644
(file)
--- a/
gcc/gcc-ar.c
+++ b/
gcc/gcc-ar.c
@@
-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"