diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2007-04-24 12:08:52 +0300 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2007-04-24 12:08:52 +0300 |
commit | c0e7e2bf135c352e2e57bb36502798949c2f0bf7 (patch) | |
tree | ed8f6448a70614d0a12e305b74ca617397231177 /libgfortran/config.h.in | |
parent | 142cd70f506a783ba163de1d61ebf5a8bf28ad73 (diff) | |
download | gcc-c0e7e2bf135c352e2e57bb36502798949c2f0bf7.zip gcc-c0e7e2bf135c352e2e57bb36502798949c2f0bf7.tar.gz gcc-c0e7e2bf135c352e2e57bb36502798949c2f0bf7.tar.bz2 |
re PR libfortran/27740 (libgfortran should use versioned symbols)
2007-04-24 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/27740
* configure.ac: New test to determine if symbol versioning is
supported.
* Makefile.am: Use result of above test to add appropriate linker
flags.
* gfortran.map: New file.
* configure: Regenerated.
* Makefile.in: Regenerated.
* config.h.in: Regenerated.
From-SVN: r124098
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index f0d15d7..c22e9c2 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -735,19 +735,19 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of a `char', as computed by sizeof. */ +/* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* The size of a `void *', as computed by sizeof. */ +/* The size of `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P /* Define to 1 if you have the ANSI C header files. */ @@ -768,5 +768,5 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES -/* Define to `long' if <sys/types.h> does not define. */ +/* Define to `long int' if <sys/types.h> does not define. */ #undef off_t |