diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-17 09:14:41 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-17 09:14:41 +0000 |
commit | 657c8e7848620fe245b18d9ebb0d0a7665d0fe58 (patch) | |
tree | d6023e3067bbff709ecb4a6249eb6dc101af6ad3 /libquadmath/ChangeLog | |
parent | a9efefe11907d3361fd605273864c22384eb937b (diff) | |
download | gcc-657c8e7848620fe245b18d9ebb0d0a7665d0fe58.tar.gz |
2011-01-17 Tobias Burnus <burnus@net-b.de>
PR fortran/46817
* quadmath-imp.h: Refer to libquadmath not ot libiberty,
bump copyright year and use /**/ instead of // comments.
* quadmath.h: Ditto.
* quadmath-weak.h: Ditto.
* quadmath_io.c: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168892 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r-- | libquadmath/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 0d518f7df79..f5308db895c 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,12 @@ +2011-01-17 Tobias Burnus <burnus@net-b.de> + + PR fortran/46817 + * quadmath-imp.h: Refer to libquadmath not ot libiberty, + bump copyright year and use /**/ instead of // comments. + * quadmath.h: Ditto. + * quadmath-weak.h: Ditto. + * quadmath_io.c: Ditto. + 2011-01-16 Jakub Jelinek <jakub@redhat.com> PR libfortran/47322 |