Sync libiberty from GCC, replaying updates to configure scripts

This commit is contained in:
Iain Buclaw 2015-06-24 21:43:02 +02:00
parent 59cab53283
commit f91ca6bc00
19 changed files with 1404 additions and 605 deletions

View file

@ -621,7 +621,7 @@ extern int pexecute (const char *, char * const *, const char *,
extern int pwait (int, int *, int);
#if !HAVE_DECL_ASPRINTF
#if defined(HAVE_DECL_ASPRINTF) && !HAVE_DECL_ASPRINTF
/* Like sprintf but provides a pointer to malloc'd storage, which must
be freed by the caller. */