X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fieee.c;h=4cf2b1d7121a3f47265157cfb14626d40bbbe97b;hb=59f48f5a45d2300da401f1fccab31ba436217469;hp=044da313ddfe5c750a48cfb13ed203de96afd1b2;hpb=cd37dafcf4bc4c4dce9854529523aa1c3221f849;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ieee.c b/binutils/ieee.c index 044da313dd..4cf2b1d712 100644 --- a/binutils/ieee.c +++ b/binutils/ieee.c @@ -1,6 +1,5 @@ /* ieee.c -- Read and write IEEE-695 debugging information. - Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1996-2016 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. @@ -2955,7 +2954,7 @@ ieee_read_cxx_class (struct ieee_info *info, const bfd_byte **pp, { debug_type return_type; const debug_type *arg_types; - bfd_boolean varargs; + bfd_boolean varargs = FALSE; if (debug_get_type_kind (dhandle, pv->type) != DEBUG_KIND_FUNCTION)