13 lines
502 B
Plaintext
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. */
|
|
|