diff --git a/ChangeLog b/ChangeLog index 67780acccf..eaccb2cf50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-06 Joseph Myers + + * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include + instead of . + 2015-03-06 Roland McGrath * manual/install.texi (Configuring and compiling): diff --git a/soft-fp/soft-fp.h b/soft-fp/soft-fp.h index d0171e3845..db94e0b3ef 100644 --- a/soft-fp/soft-fp.h +++ b/soft-fp/soft-fp.h @@ -34,6 +34,10 @@ #ifdef _LIBC # include +#elif defined __KERNEL__ +/* The Linux kernel uses names for architecture-specific + files. */ +# include #else # include "sfp-machine.h" #endif