diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-06 08:21:49 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-06 08:21:49 +0000 |
commit | b116ae74d21752add11f3dc1a53d68887d600f4b (patch) | |
tree | 0499d06e2fe45bc3e023819dd18a1aea12ba2f29 /libgfortran | |
parent | 5a2b0c3481bac6b4b996c947de053d033c25d3de (diff) | |
download | gcc-b116ae74d21752add11f3dc1a53d68887d600f4b.tar.gz |
* acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117489 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 6cdb044ec35..57cee4ca147 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2006-10-05 Danny Smith <dannysmith@users.sourceforge.net> + + * acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test. + * configure: Regenerate. + 2006-10-05 Steven G. Kargl <kargl@gcc.gnu.org> * Makefile.am: Use $(M4) instead of m4. @@ -29,7 +34,7 @@ * intrinsics/cpu_time.c: Add cpu_time_10 and cpu_time_16 routines. 2006-09-28 Francois-Xavier Coudert <coudert@clipper.ens.fr> - +D * Makefile.am: Install libgfortranbegin inside compiler libraries directory instead of system libraries directory. * Makefile.in: Regenerate. |