Replace inclusion of <stdio.h> with "system.h"
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 May 2000 18:49:17 +0000 (18:49 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 May 2000 18:49:17 +0000 (18:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33639 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mcore/mcore.c

index c3559a4..0e11f94 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * config/ia64/ia64.c (ia64_encode_section_info): Add check for
index 5381269..85458fb 100644 (file)
@@ -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
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include <stdio.h>
+#include "system.h"
 #include "assert.h"
 #include "gansidecl.h"