RE: [PATCH][mips] Fix linux header use in libgcc
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
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 +