]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
crtstuff.c: Undef caddr_t.
authorSteve Ellcey <sellcey@mips.com>
Wed, 13 Aug 2014 22:23:16 +0000 (22:23 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 13 Aug 2014 22:23:16 +0000 (22:23 +0000)
2014-08-13  Steve Ellcey  <sellcey@mips.com>

* crtstuff.c: Undef caddr_t.

From-SVN: r213931

libgcc/ChangeLog
libgcc/crtstuff.c

index 441ec93b3291e4753686fa2b72cccdd21d3e1b9a..cb4b2853269a751f1b569b03e937aa83a60126c1 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-13  Steve Ellcey  <sellcey@mips.com>
+
+       * crtstuff.c: Undef caddr_t.
+
 2014-08-12  Steve Ellcey  <sellcey@mips.com>
 
        * config/mips/mips16.S:  Skip when __mips_soft_float is defined.
index 2c56af32d607205d96f2e655ee117b312d4d8f90..9d5399acb5e005d6f041a13369a64468c8651f2c 100644 (file)
@@ -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,
    this will have to do.  */
 #include "auto-host.h"
+#undef caddr_t
 #undef pid_t
 #undef rlim_t
 #undef ssize_t