Ramana Radhakrishnan
2007-Jan-24 12:14 UTC
[LLVMdev] patch - update libiberty/psignal to latest prototypes.
Hi , I needed to apply this patch to get the GCC frontend building on an FC5 x86 box . [ramana at venglathur gcc]$ svn diff Index: libiberty/strsignal.c ==================================================================--- libiberty/strsignal.c (revision 254) +++ libiberty/strsignal.c (working copy) @@ -557,8 +557,8 @@ void psignal (signo, message) - unsigned signo; - char *message; + int signo; + const char *message; { if (signal_names == NULL) { -- cheers Ramana Ramana Radhakrishnan GNU Tools Celunite Inc (www.celunite.com)
Devang Patel
2007-Jan-24 18:28 UTC
[LLVMdev] patch - update libiberty/psignal to latest prototypes.
On Jan 24, 2007, at 4:14 AM, Ramana Radhakrishnan wrote:> Hi , > > I needed to apply this patch to get the GCC frontend building on an > FC5 > x86 box .I am curious, what kind of failure are you seeing ? Thanks, - Devang
Ramana Radhakrishnan
2007-Jan-24 18:57 UTC
[LLVMdev] patch - update libiberty/psignal to latest prototypes.
Devang, On Wed, 2007-01-24 at 10:28 -0800, Devang Patel wrote:> On Jan 24, 2007, at 4:14 AM, Ramana Radhakrishnan wrote: > > > Hi , > > > > I needed to apply this patch to get the GCC frontend building on an > > FC5 > > x86 box . > > I am curious, what kind of failure are you seeing ?I should have mentioned in the email : Here's my earlier post on this http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-January/007832.html> Thanks, > - > Devang >-- cheers Ramana
Apparently Analagous Threads
- [LLVMdev] patch - update libiberty/psignal to latest prototypes.
- [LLVMdev] patch - update libiberty/psignal to latest prototypes.
- [LLVMdev] more llvmgcc build issues.
- [LLVMdev] problems with llc and hello world .
- [LLVMdev] CVS broken in X86ISelLowering.cpp.