This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[v3] powerpc-eabism runtime fix



fix for 17_headers/header_cstdio.cc

tested x86-linux
tested x86-linux x powerpc-eabism

2001-06-10  Benjamin Kosnik  <bkoz@redhat.com>

	* include/c_std/bits/std_cstdio.h: Include cstddef for size_t.

Index: include/c_std/bits/std_cstdio.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c_std/bits/std_cstdio.h,v
retrieving revision 1.11
diff -c -p -r1.11 std_cstdio.h
*** std_cstdio.h	2001/06/09 18:53:35	1.11
--- std_cstdio.h	2001/06/10 07:41:33
***************
*** 34,39 ****
--- 34,41 ----
  #ifndef _CPP_CSTDIO
  #define _CPP_CSTDIO 1
  
+ #include <bits/std_cstddef.h>
+ 
  #pragma GCC system_header
  #include_next <stdio.h>
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]