pkgsrc/devel/binutils/patches/patch-af

14 lines
395 B
Text
Raw Normal View History

$NetBSD: patch-af,v 1.1 2007/08/14 09:08:07 rillig Exp $
--- gas/read.c.orig 2005-11-17 08:29:28.000000000 +0100
+++ gas/read.c 2007-08-14 11:03:42.000000000 +0200
@@ -1423,7 +1423,7 @@ s_comm_internal (int param,
offsetT temp, size;
symbolS *symbolP = NULL;
char *stop = NULL;
- char stopc;
+ char stopc = '\0'; /* XXX: gcc -Wuninitialized */
expressionS exp;
if (flag_mri)