]> gcc.gnu.org Git - gcc.git/commitdiff
[mips] Fix linux header use in libgcc
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 25 Aug 2016 14:08:27 +0000 (14:08 +0000)
committerSzabolcs Nagy <nsz@gcc.gnu.org>
Thu, 25 Aug 2016 14:08:27 +0000 (14:08 +0000)
libgcc/
* config/mips/linux-unwind.h: Use sys/syscall.h.

From-SVN: r239759

libgcc/ChangeLog
libgcc/config/mips/linux-unwind.h

index b78c4b28c4c6121cfb2736054afcdd9f84a2cd93..99bd2f136817ffad9b528b3c7f7ab44b6b13df06 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * config/mips/linux-unwind.h: Use sys/syscall.h.
+
 2016-08-16  Joseph Myers  <joseph@codesourcery.com>
 
        PR libgcc/77265
index bf12de5354b5808ba02ac29602f6ec23836e8d74..4035c1211db26918152861bb7474f10f8f3aa8ee 100644 (file)
@@ -27,7 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    state data appropriately.  See unwind-dw2.c for the structs.  */
 
 #include <signal.h>
-#include <asm/unistd.h>
+#include <sys/syscall.h>
 
 /* The third parameter to the signal handler points to something with
  * this structure defined in asm/ucontext.h, but the name clashes with
This page took 0.199257 seconds and 5 git commands to generate.