X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2Fcoffgrok.c;h=97574e7d0ca475ec856ef0ea4c6b23fe180dd098;hb=ad34eb2f7c3120f83d22cf2d5371673fc95040b4;hp=01a18cdc98b39b3a64fe0c5a5b2ebed978431999;hpb=32866df75ece22ec1fd88e99e3c5effe9238e072;p=binutils-gdb.git diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 01a18cdc98b..97574e7d0ca 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -1,6 +1,6 @@ /* coffgrok.c - Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2007 - Free Software Foundation, Inc. + Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, + 2007, 2009 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -96,10 +96,11 @@ empty_symbol (void) /*int l;*/ static void -push_scope (int link) +push_scope (int slink) { struct coff_scope *n = empty_scope (); - if (link) + + if (slink) { if (top_scope) {