glibc/sysdeps
Carlos O'Donell d7e06450b9 BZ #15711: Avoid circular dependency for syscall.h
The generated header is compiled with `-ffreestanding' to avoid any
circular dependencies against the installed implementation headers.
Such a dependency would require the implementation header to be
installed before the generated header could be built (See bug 15711).
In current practice the generated header dependencies do not include
any of the implementation headers removed by the use of `-ffreestanding'.

---

2013-07-15  Carlos O'Donell  <carlos@redhat.com>

	[BZ #15711]
	* sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
	Avoid system header dependency with -ffreestanding.
	($(objpfx)bits/syscall%d): Likewise.
2013-07-16 17:55:43 -04:00
..
generic Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. 2013-06-28 16:50:48 -05:00
gnu Avoid trailing whitespace in sysdeps/gnu/errlist.c. 2013-06-08 14:55:32 +00:00
i386 Update x86 and x86_64 ulps on AMD FX-8350 with GCC 4.8.1. 2013-07-05 12:58:20 +00:00
ieee754 Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631). 2013-06-15 19:59:41 +00:00
init_array Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o 2013-03-12 12:50:13 -07:00
mach Rewrite sysd-rules generation using an awk script. 2013-06-17 09:55:21 -07:00
posix Fix symbol definitions for __clock_* functions 2013-06-11 11:11:11 +05:30
powerpc Update powerpc-fpu ULPs. 2013-07-04 07:14:44 -05:00
pthread BZ#15361: Make aio_fsync not check open modes. 2013-04-12 13:11:20 -07:00
s390 Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. 2013-06-28 16:50:48 -05:00
sh Add sh4 implementation of fegetexceptflag. 2013-06-21 18:07:31 +09:00
sparc Full from-scratch rebuild of sparc ULPs. 2013-07-07 22:15:36 -07:00
unix BZ #15711: Avoid circular dependency for syscall.h 2013-07-16 17:55:43 -04:00
wordsize-32 Fix unsafe compiler optimization 2013-06-12 10:21:22 -05:00
wordsize-64 Move dummy glob64.c alongside glob.c that defines glob64. 2013-05-06 16:11:11 -07:00
x86 Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
x86_64 Update x86 and x86_64 ulps on AMD FX-8350 with GCC 4.8.1. 2013-07-05 12:58:20 +00:00