Re: Ping^2 Re: Don't use linux.h for non-Linux targets

2011-04-28 Thread Richard Henderson
On 04/27/2011 12:16 PM, Joseph S. Myers wrote: > Ping^2. This patch > is still pending > review (except insofar as it relates to GNU Hurd). > Ok. r~

Ping^2 Re: Don't use linux.h for non-Linux targets

2011-04-27 Thread Joseph S. Myers
Ping^2. This patch is still pending review (except insofar as it relates to GNU Hurd). -- Joseph S. Myers jos...@codesourcery.com

Re: Don't use linux.h for non-Linux targets

2011-04-27 Thread Joseph S. Myers
On Wed, 27 Apr 2011, Thomas Schwinge wrote: > One (minor) additional idea: for clarity, shouldn't it now be possible to > remove any #undef GNU_USER_TARGET_OS_CPP_BUILTINS, #undef > GNU_USER_DYNAMIC_LINKER, #undef GNU_USER_LINK_EMULATION, etc. from > *gnu.h? I don't expect you to test this; I'll

Re: Don't use linux.h for non-Linux targets

2011-04-26 Thread Thomas Schwinge
Hallo! First, Joseph, thanks for working on this clean-up! I'm sorry for the delay, but I have now reviewed all these patches (including those you have committed by now); looks all good. On Tue, 12 Apr 2011 18:37:50 + (UTC), "Joseph S. Myers" wrote: > This patch stops targets not using th

Ping Re: Don't use linux.h for non-Linux targets

2011-04-20 Thread Joseph S. Myers
Ping. This patch is pending review. -- Joseph S. Myers jos...@codesourcery.com

Don't use linux.h for non-Linux targets

2011-04-12 Thread Joseph S. Myers
This patch stops targets not using the Linux kernel from using linux*.h config headers. gnu-user.h has TARGET_C99_FUNCTIONS and TARGET_HAS_SINCOS added (defined to 1, overridden in linux.h) so that the non-Linux targets do not need to have any libc-choice-related definitions from linux.h and confi