summaryrefslogtreecommitdiff
path: root/devel/binutils/patches/patch-af
blob: 8d6d41c44149c05a5d7c13cad546045eea2d1574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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)