Commit c6f9ea3b by Steve Ellcey Committed by Steve Ellcey

crtstuff.c: Undef caddr_t.

2014-08-13  Steve Ellcey  <sellcey@mips.com>

	* crtstuff.c: Undef caddr_t.

From-SVN: r213931
parent c6b3f349
2014-08-13 Steve Ellcey <sellcey@mips.com>
* crtstuff.c: Undef caddr_t.
2014-08-12 Steve Ellcey <sellcey@mips.com> 2014-08-12 Steve Ellcey <sellcey@mips.com>
* config/mips/mips16.S: Skip when __mips_soft_float is defined. * config/mips/mips16.S: Skip when __mips_soft_float is defined.
......
...@@ -52,6 +52,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -52,6 +52,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
identified the set of defines that need to go into auto-target.h, identified the set of defines that need to go into auto-target.h,
this will have to do. */ this will have to do. */
#include "auto-host.h" #include "auto-host.h"
#undef caddr_t
#undef pid_t #undef pid_t
#undef rlim_t #undef rlim_t
#undef ssize_t #undef ssize_t
......
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