diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-21 12:18:02 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-21 12:18:02 +0000 |
commit | 9b15a2514790d627977d6d1cdd8b05b6cce9c616 (patch) | |
tree | 774615d95a071425dfdae72912713fe3a6ca7292 /libgomp/ChangeLog | |
parent | faa9fea4b75802d498535ffbb350933c69d33257 (diff) | |
download | gcc-9b15a2514790d627977d6d1cdd8b05b6cce9c616.tar.gz |
Fix misquoting in stdint.m4.
config/:
PR target/45084
* stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments
of AC_MSG_ERROR.
libdecnumber/:
* configure: Regenerate.
libgfortran/:
* configure: Regenerate.
libgomp/:
* configure: Regenerate.
libstdc++-v3/:
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163441 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 03cf70bc0db..7079bae6db8 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * configure: Regenerate. + 2010-07-26 Jakub Jelinek <jakub@redhat.com> * libgomp.texi: Add function keyword to a couple of Fortran |