gcc-ar: Do not include stdio.h.

* gcc-ar: Do not include stdio.h.

From-SVN: r180699
This commit is contained in:
David Edelsohn 2011-10-31 10:04:50 -04:00
parent 596c138175
commit 41bd49ea5f
2 changed files with 5 additions and 2 deletions

View 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.

View 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"