openbsd-ports/lang/gcc/4.0/patches/patch-gcc_varasm_c
espie 889110dd72 update to more recent snapshot.
(synch patches using update-patches, no functional changes)
2005-01-03 16:23:48 +00:00

13 lines
502 B
Plaintext

$OpenBSD: patch-gcc_varasm_c,v 1.3 2005/01/03 16:23:48 espie Exp $
--- gcc/varasm.c.orig Sun Jan 2 08:52:28 2005
+++ gcc/varasm.c Mon Jan 3 15:47:20 2005
@@ -1216,7 +1216,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. */