merge from gcc
This commit is contained in:
parent
89b6034299
commit
ebf294095b
@ -1,3 +1,13 @@
|
|||||||
|
2015-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* libiberty.h: Merge Copyright year update from Binutils.
|
||||||
|
|
||||||
|
2014-12-24 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
Ben Elliston <bje@au.ibm.com>
|
||||||
|
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||||
|
|
||||||
|
* libiberty.h (xasprintf): Declare.
|
||||||
|
|
||||||
2014-12-11 Uros Bizjak <ubizjak@gmail.com>
|
2014-12-11 Uros Bizjak <ubizjak@gmail.com>
|
||||||
Ben Elliston <bje@au.ibm.com>
|
Ben Elliston <bje@au.ibm.com>
|
||||||
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/* Function declarations for libiberty.
|
/* Function declarations for libiberty.
|
||||||
|
|
||||||
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
||||||
2006, 2007, 2008, 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Note - certain prototypes declared in this header file are for
|
Note - certain prototypes declared in this header file are for
|
||||||
functions whoes implementation copyright does not belong to the
|
functions whoes implementation copyright does not belong to the
|
||||||
@ -629,6 +628,11 @@ extern int pwait (int, int *, int);
|
|||||||
extern int asprintf (char **, const char *, ...) ATTRIBUTE_PRINTF_2;
|
extern int asprintf (char **, const char *, ...) ATTRIBUTE_PRINTF_2;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Like asprintf but allocates memory without fail. This works like
|
||||||
|
xmalloc. */
|
||||||
|
|
||||||
|
extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
|
||||||
|
|
||||||
#if !HAVE_DECL_VASPRINTF
|
#if !HAVE_DECL_VASPRINTF
|
||||||
/* Like vsprintf but provides a pointer to malloc'd storage, which
|
/* Like vsprintf but provides a pointer to malloc'd storage, which
|
||||||
must be freed by the caller. */
|
must be freed by the caller. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user