RE: [PATCH][mips] Fix linux header use in libgcc

2016-08-25 Thread Matthew Fortune
Szabolcs Nagy writes: > gcc should use libc headers, not kernel headers. > > libgcc/ > 2016-08-24 Szabolcs Nagy > > * config/mips/linux-unwind.h: Use sys/syscall.h. OK. Thanks for the fix. Matthew

[PATCH][mips] Fix linux header use in libgcc

2016-08-24 Thread Szabolcs Nagy
gcc should use libc headers, not kernel headers. libgcc/ 2016-08-24 Szabolcs Nagy * config/mips/linux-unwind.h: Use sys/syscall.h. diff --git a/libgcc/config/mips/linux-unwind.h b/libgcc/config/mips/linux-unwind.h index bf12de5..4035c121 100644 --- a/libgcc/config/mips/linux-unwind.h +