]> sourceware.org Git - newlib-cygwin.git/commit
Move header files
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Mon, 27 Jul 2015 09:31:26 +0000 (11:31 +0200)
committerJoel Sherrill <joel.sherrill@oarcorp.com>
Wed, 29 Jul 2015 19:53:53 +0000 (12:53 -0700)
commitf04e46b141cb598747ec69810365753abfbf93e7
treeb2b2448ec0b8f11303a6b06e60edd8ab5dcf7679
parent763e0b7bafdd824eb146f635e76523f97e8f3722
Move header files

During libgcc build the first include search path for <...> is
"../newlib/libc/sys/rtems/include".  Move all RTEMS specific header
files to "libc/sys/rtems/include" so that they can be found.  Later
during libc build the header files in the previous location were somehow
present, but for libgcc build they were invisible.  This change is
necessary to use <pthread.h> for the GCC thread model implementation.

newlib/ChangeLog
2015-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>

libc/sys/rtems/machine/_types.h: Move to ...
libc/sys/rtems/include/machine/_types.h: ... here.
libc/sys/rtems/machine/limits.h: Move to ...
libc/sys/rtems/include/machine/limits.h: ... here.
libc/sys/rtems/machine/param.h: Move to ...
libc/sys/rtems/include/machine/param.h: ... here.
libc/sys/rtems/sys/cpuset.h: Move to ...
libc/sys/rtems/include/sys/cpuset.h: ... here.
libc/sys/rtems/sys/dirent.h: Move to ...
libc/sys/rtems/include/sys/dirent.h: ... here.
libc/sys/rtems/sys/param.h: Move to ...
libc/sys/rtems/include/sys/param.h: ... here.
libc/sys/rtems/sys/syslimits.h: Move to ...
libc/sys/rtems/include/sys/syslimits.h: ... here.
libc/sys/rtems/sys/utime.h: Move to ...
libc/sys/rtems/include/sys/utime.h: ... here.
newlib/ChangeLog
newlib/libc/sys/rtems/include/machine/_types.h [moved from newlib/libc/sys/rtems/machine/_types.h with 100% similarity]
newlib/libc/sys/rtems/include/machine/limits.h [moved from newlib/libc/sys/rtems/machine/limits.h with 97% similarity]
newlib/libc/sys/rtems/include/machine/param.h [moved from newlib/libc/sys/rtems/machine/param.h with 100% similarity]
newlib/libc/sys/rtems/include/sys/cpuset.h [moved from newlib/libc/sys/rtems/sys/cpuset.h with 100% similarity]
newlib/libc/sys/rtems/include/sys/dirent.h [moved from newlib/libc/sys/rtems/sys/dirent.h with 99% similarity]
newlib/libc/sys/rtems/include/sys/param.h [moved from newlib/libc/sys/rtems/sys/param.h with 98% similarity]
newlib/libc/sys/rtems/include/sys/syslimits.h [moved from newlib/libc/sys/rtems/sys/syslimits.h with 100% similarity]
newlib/libc/sys/rtems/include/sys/utime.h [moved from newlib/libc/sys/rtems/sys/utime.h with 100% similarity]
This page took 0.038866 seconds and 5 git commands to generate.