This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA:] Make ix86-pc-linux-gnulibc1 buildable [fixinc fix included]


On Thu, 24 Oct 2002, Hans-Peter Nilsson wrote:

> 	* config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside
> 	ifndef IN_LIBGCC2.  Wrap it together with signal.h and
> 	sys/ucontext.h inclusion in ifndef USE_GNULIBC_1.

I think the same lack of <sys/ucontext.h> problem also applies with glibc
2.0 (which can be tested with (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0)).
Is there someone here with a glibc 2.0 system who can test whether this 
patch fixes the problem there?

PR other/3337 is an open bug report for the linux-gnulibc1 problem.  If
i*86-pc-linux-gnulibc1 now bootstrap, PRs other/3338, other/3339 and
other/3340 are probably fixed.  PR bootstrap/6763 is another report on
i586-pc-linux-gnulibc1, as is bootstrap/8122.  PR bootstrap/4068 is a bug
report for the problem with glibc 2.0.7 (Red Hat 5.2).  PR bootstrap/8145
looks like the same problem, for whatever libc version (glibc 2.0?) "Suse
linux 6.0" used.

The ChangeLog should list the PRs fixed.

(I'm not aware of any user interest in libc1 on non-x86 systems, which
probably can still be deprecated, as can I expect all variants of a.out
Linux.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]