Changelog for
libgcj49-devel-4.9.0+r211729-2.2.2.x86_64.rpm :
Tue Jun 17 14:00:00 2014 rguentherAATTsuse.com
- Update to gcc-4_9-branch head (r211729).
Thu Jun 5 14:00:00 2014 rguentherAATTsuse.com
- Update to gcc-4_9-branch head (r211260).
Thu May 22 14:00:00 2014 rguentherAATTsuse.com
- Fix libstdc++49-doc build conditional to really only build from
libgcj49.spec.
Tue May 13 14:00:00 2014 rguentherAATTsuse.com
- Build libstdc++48-doc package from the libgcj48 build and build
the libstdc++ API reference, build-requiring doxygen and graphviz.
Add patch gcc48-libstdc++-api-reference.patch to refer to that
instead of the online version. [bnc#871501]
Mon Apr 28 14:00:00 2014 rguentherAATTsuse.com
- Drop cross-ppc-gcc49 packages, they conflict with cross-ppc64-gcc49
because they share the same target triplet. Obsolete older
cross-ppc-gcc49 from cross-ppc64-gcc49.
Fri Apr 25 14:00:00 2014 rguentherAATTsuse.com
- Update to gcc-4_9-branch head (r209782).
* includes gcc49-pr60720.patch
- Add requires to libgo from gcc-go. [bnc#875128]
Tue Apr 22 14:00:00 2014 rguentherAATTsuse.com
- Update to gcc 4.9.0.
- Switch to release checking and enable profiledbootstrap where
applicable.
Sat Apr 19 14:00:00 2014 schwabAATTsuse.de
- Add aarch64 to atomic_arch
Mon Apr 14 14:00:00 2014 rguentherAATTsuse.com
- Update to gcc 4.9.0 RC1.
Mon Apr 7 14:00:00 2014 rguentherAATTsuse.com
- Update to SVN trunk head (r209179).
* obsoletes gcc49-pr59626.patch
- tls-no-direct.diff, only affect %ix86.
- Drop old compatibility provide and conflict of/with libgcc%{libgcc_s}
Mon Mar 31 14:00:00 2014 rguentherAATTsuse.com
- Update to SVN trunk head (r208978).
- Enable cross compilers (and icecream backends), compared to GCC 4.8
packages drop hppa and ia64 from the list of targets.
- gcc49-pr60720.patch, fix LTO ICEs with mismatched decl references
in global initializers.
Tue Mar 25 13:00:00 2014 rguentherAATTsuse.com
- Update to SVN trunk head (r208807).
- Use power7 code generation only for ppc64le.
- gcc49-pr59626.patch, fix indirectly calling _FORTIFY_SOURCE wrappers
with LTO.
Fri Mar 21 13:00:00 2014 rguentherAATTsuse.com
- Update to SVN trunk head (r208745).
Thu Mar 13 13:00:00 2014 rguentherAATTsuse.com
- Update to SVN trunk head (r208538).
- Change -Wunprototyped-calls from being enabled by default to be
enabled with -Wall to solve GCC testsuite fallout.
Fri Feb 28 13:00:00 2014 rguentherAATTsuse.com
- Update to SVN trunk head (r208221).
- Fix typo in libgcj_bc suffix computation.
Wed Feb 26 13:00:00 2014 rguentherAATTsuse.com
- Update to SVN trunk head (r208170).
* includes now obsolete gcc49-libjava-install.patch
- Disable building libvtv, it\'s not useful unless we instrument
libstdc++.
Wed Feb 19 13:00:00 2014 rguentherAATTsuse.com
- New package, inherits from gcc48
* gcc-dir-version.patch, drop patchlevel from install directory names
* gcc-sles-version.patch, do not print (prerelease) with --version
but drop patchlevel by one
* gcc-add-defaultsspec.diff, add the ability to provide a specs file
that is read by default
* Wunprototyped-calls.diff, new warning to warn about calls to functions
without seeing a real prototype earlier
* libjava-no-multilib.diff, do not build multilibs for libjava even on
multilib systems (we use baselibs for it)
* tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
Xen
* gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
* gcc41-ia64-stack-protector.patch, stack protector support for IA64
* gcc41-java-slow_pthread_self.patch, force us to assume pthread_self
is fast
* gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc
* gcc44-textdomain.patch, make translation files version specific and
adjust textdomain to find them
* gcc44-rename-info-files.patch, fix cross-references in info files when
renaming them to be version specific
- Adds the following patches
* gcc49-libjava-install.patch, fix PR60261