Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6324 → Rev 6323

/contrib/toolchain/binutils/binutils/arsup.c
1,5 → 1,6
/* arsup.c - Archive support for MRI compatibility
Copyright (C) 1992-2015 Free Software Foundation, Inc.
Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
This file is part of GNU Binutils.
 
38,7 → 39,6
static void ar_addlib_doer (bfd *, bfd *);
 
extern int verbose;
extern int deterministic;
 
static bfd *obfd;
static char *real_name;
334,9 → 334,6
{
char *ofilename = xstrdup (bfd_get_filename (obfd));
 
if (deterministic > 0)
obfd->flags |= BFD_DETERMINISTIC_OUTPUT;
 
bfd_close (obfd);
 
smart_rename (ofilename, real_name, 0);