diff options
author | Yunlian Jiang <yunlian@google.com> | 2015-05-22 20:53:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-05-22 20:53:45 +0000 |
commit | f50f17e6707da098ce7542741f67830bc5f80fc0 (patch) | |
tree | da3a764bef8f53ed9fa5173bc66cea4ee5d4e8f7 /include/ChangeLog | |
parent | af563d4bb754b06f828d29aa74b5b663353cec97 (diff) | |
download | gcc-f50f17e6707da098ce7542741f67830bc5f80fc0.zip gcc-f50f17e6707da098ce7542741f67830bc5f80fc0.tar.gz gcc-f50f17e6707da098ce7542741f67830bc5f80fc0.tar.bz2 |
libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined.
include/:
* libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is
not defined.
libiberty/:
* configure.ac: Add AC_GNU_SOURCE.
* Makefile.in (COMPILE.c): Add -D_GNU_SOURCE.
* configure, config.in: Rebuild.
* floatformat.c (_GNU_SOURCE): Don't define if already defined.
From-SVN: r223589
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e9a51a7..4a18ed8 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2015-05-22 Yunlian Jiang <yunlian@google.com> + + * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is + not defined. + 2015-03-19 Richard Biener <rguenther@suse.de> * partition.h (struct partition_elem): Re-order elements to |