Commit 4bd048ef by Rodney Brown Committed by Nick Clifton

Replace inclusion of <stdio.h> with "system.h"

From-SVN: r33639
parent 59da9a7d
2000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
* config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
inclusion of "system.h".
Wed May 3 11:43:53 2000 Jim Wilson <wilson@cygnus.com> Wed May 3 11:43:53 2000 Jim Wilson <wilson@cygnus.com>
* config/ia64/ia64.c (ia64_encode_section_info): Add check for * config/ia64/ia64.c (ia64_encode_section_info): Add check for
......
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License ...@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h> #include "system.h"
#include "assert.h" #include "assert.h"
#include "gansidecl.h" #include "gansidecl.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment