diff options
author | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-29 00:34:03 +0000 |
---|---|---|
committer | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-29 00:34:03 +0000 |
commit | c0670fd7a1889620b57297c98fd72bad1ae1e164 (patch) | |
tree | a0d3e7babf66969cf137a83408572980b4b8df4d /libjava | |
parent | 241d96b79d8ee6812def6007aa7a21ecc245109e (diff) | |
download | linaro-gcc-c0670fd7a1889620b57297c98fd72bad1ae1e164.tar.gz linaro-gcc-c0670fd7a1889620b57297c98fd72bad1ae1e164.tar.bz2 linaro-gcc-c0670fd7a1889620b57297c98fd72bad1ae1e164.zip |
2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
* config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
* config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
libjava/
2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
* libtool-version: Add a comment about cygwin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 4 | ||||
-rw-r--r-- | libjava/libtool-version | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index f28f97f3c61..e87dc2f76c1 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * libtool-version: Add a comment about cygwin. + 2015-01-21 Matthias Klose <doko@ubuntu.com> * libtool-version: Bump soversion. diff --git a/libjava/libtool-version b/libjava/libtool-version index 5f88e38d639..52fc31c8e0a 100644 --- a/libjava/libtool-version +++ b/libjava/libtool-version @@ -2,5 +2,7 @@ # the libtool manual to understand the meaning of the fields. This is # a separate file so that version updates don't involve re-running # automake. +# Note: When changing the version here, please do also update LIBGCJ_SONAME +# in gcc/config/i386/cygwin.h and gcc/config/i386/mingw32.h. # CURRENT:REVISION:AGE 16:0:0 |