Quiet spurious gcc warning
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 Jul 2003 19:10:47 +0000 (19:10 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 9 Jul 2003 19:10:47 +0000 (19:10 +0000)
output/outbin.c

index 25463e0..80be83c 100644 (file)
@@ -199,7 +199,7 @@ static struct Section * create_section(char *name)
 
 static void bin_cleanup (int debuginfo)
 {  struct Section *g, **gp;
-   struct Section *gs, **gsp;
+   struct Section *gs = NULL, **gsp;
    struct Section *s, **sp;
    struct Section *nobits = NULL, **nt;
    struct Section * last_progbits;