[LLVMdev] patch - update libiberty/psignal to latest prototypes.

Ramana Radhakrishnan ramana.radhakrishnan at celunite.com
Wed Jan 24 04:14:36 PST 2007


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)





More information about the llvm-dev mailing list