$OpenBSD: patch-gcc_varasm_c,v 1.2 2005/03/07 16:30:06 espie Exp $
--- gcc/varasm.c.orig	Wed Mar  2 22:33:44 2005
+++ gcc/varasm.c	Mon Mar  7 15:31:40 2005
@@ -1212,7 +1212,7 @@ assemble_start_function (tree decl, cons
   unlikely_text_section_name = NULL;
   
   unlikely_section_label = reconcat (unlikely_section_label, 
-				     fnname, ".unlikely_section", NULL);
+				     fnname, ".unlikely_section", (void *)0);
   
   /* The following code does not need preprocessing in the assembler.  */
 
