This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/24541] libgfortran.so in 4.1 is incompatible with 4.0
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2005 16:06:45 -0000
- Subject: [Bug libfortran/24541] libgfortran.so in 4.1 is incompatible with 4.0
- References: <bug-24541-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from hjl at lucon dot org 2005-10-26 16:06 -------
Then rename _gfortran_ioparm to something like _gfortran_version_4.1_ioparm
and change soname of libgfortran from libgfortran.so.0 to something like
libgfortran.so.0.1. When libgfortran's ABI is changed, we should update
its soname and try to prevent mixing inputs with different ABIs.
--
hjl at lucon dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |critical
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24541