[ubuntu/karmic] gnat-4.4 4.4.1-6 (Accepted)

Ubuntu Installer archive at ubuntu.com
Mon Oct 5 12:45:44 BST 2009


gnat-4.4 (4.4.1-6) unstable; urgency=low

  Merge from gcc-4.4 (4.4.1-5) unstable; urgency=medium

  * Update to SVN 20091003 from the gcc-4_4-branch (r152174).
    - Fixes PR target/22093, PR c/39779, PR libffi/40242, PR target/40473, 
      PR debug/40521, PR c/41049, PR debug/41065,
      PR ada/41100 (Closes: #542158),
      PR tree-optimization/41101, PR libgfortran/41328, PR libffi/41443,
      PR fortran/41515.
  * Updates for snapshot builds:
    - Fix build dependency on automake for snapshot builds.
    - Update patches pr40134-snap and libjava-nobiarch-check-snap.
  * Fix lintian errors in libstdc++ packages and lintian warnings in the
    source package.
  * Add debian/README.source.
  * Don't apply PR libstdc++/39491 for the trunk anymore.
  * Install java home symlinks for snapshot builds in /usr/lib/jvm,
    including javac. Depend on ecj. Addresses #536102.
  * Fix build failure on armel with -mfloat-abi=softfp.
  * Don't pessimize the code for newer armv6 and armv7 processors.
  * libjava: Use atomic builtins For Linux ARM/EABI, backported from the
    trunk.
  * Proposed patch to fix wrong-code on powerpc (Alan Modra). LP: #432222.
  * Link against -ldl instead of -lcloog -lppl. Exit with an error when using
    the Graphite loop transformation infrastructure without having the
    libcloog-ppl0 package installed (patch taken from Fedora). Packages
    using these optimizations should build-depend on libcloog-ppl0.
    gcc-4.4: Suggest the cloog runtime libraries.
  * Install a hook _Unwind_DebugHook, called during unwinding. Intended as
    a hook for a debugger to intercept exceptions. CFA is the CFA of the
    target frame.  HANDLER is the PC to which control will be transferred
    (patch taken from Fedora).

gnat-4.4 (4.4.1-5) unstable; urgency=low

  Merge from gcc-4.4 (4.4.1-4) unstable; urgency=low

  * Update to SVN 20090911 from the gcc-4_4-branch (r151649).
    - Fixes PR target/34412, PR middle-end/41094, PR target/40718,
      PR fortran/41062, PR libstdc++/41005, PR target/41184,
      PR bootstrap/41180, PR c++/41127, PR fortran/41258,
      PR rtl-optimization/40861, PR target/41315, PR fortran/39876.

  [ Matthias Klose ]
  * Avoid underscores in doc-base document id's to workaround a
    dh_installdocs bug.
  * Update file names for the Ada user's guide.
  * Set Homepage attribute for packages.
  * Update the patch for gnat on armel.
  * gcj-4.4-jdk: Depend on libantlr-java. Addresses: #546062.
  * Backport patch for PR tree-optimization/41101 from the trunk.
    Fixes: #541816.
  * Update libstdc++6.symbols for symbols introduced with the fix
    for PR libstdc++/41005.
  * Apply proposed patches for PR libstdc++/40133 and PR target/40134.
    Add symbols exception propagation support in libstdc++ on armel
    to the libstdc++6 symbols.

gnat-4.4 (4.4.1-4) unstable; urgency=low

  [ Ludovic Brenta ]
  * Correct the way we handle architectures that only support one of ZCX
    and SJLJ exception handling.  Closes: #543597.

Date: Mon,  05 Oct 2009 12:37:37 +0100
Changed-By: Matthias Klose <matthias.klose at canonical.com>
Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/gnat-4.4/4.4.1-6
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon,  05 Oct 2009 12:37:37 +0100
Source: gnat-4.4
Binary: gnat-4.4-base, gnat-4.4, libgnat-4.4, libgnat-4.4-dbg, libgnatvsn4.4-dev, libgnatvsn4.4, libgnatvsn4.4-dbg, libgnatprj4.4-dev, libgnatprj4.4, libgnatprj4.4-dbg
Architecture: source
Version: 4.4.1-6
Distribution: karmic
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc at lists.debian.org>
Changed-By: Matthias Klose <matthias.klose at canonical.com>
Description: 
 gnat-4.4   - The GNU Ada compiler
Closes: 542158 543597
Launchpad-Bugs-Fixed: 432222
Changes: 
 gnat-4.4 (4.4.1-6) unstable; urgency=low
 .
   Merge from gcc-4.4 (4.4.1-5) unstable; urgency=medium
 .
   * Update to SVN 20091003 from the gcc-4_4-branch (r152174).
     - Fixes PR target/22093, PR c/39779, PR libffi/40242, PR target/40473, 
       PR debug/40521, PR c/41049, PR debug/41065,
       PR ada/41100 (Closes: #542158),
       PR tree-optimization/41101, PR libgfortran/41328, PR libffi/41443,
       PR fortran/41515.
   * Updates for snapshot builds:
     - Fix build dependency on automake for snapshot builds.
     - Update patches pr40134-snap and libjava-nobiarch-check-snap.
   * Fix lintian errors in libstdc++ packages and lintian warnings in the
     source package.
   * Add debian/README.source.
   * Don't apply PR libstdc++/39491 for the trunk anymore.
   * Install java home symlinks for snapshot builds in /usr/lib/jvm,
     including javac. Depend on ecj. Addresses #536102.
   * Fix build failure on armel with -mfloat-abi=softfp.
   * Don't pessimize the code for newer armv6 and armv7 processors.
   * libjava: Use atomic builtins For Linux ARM/EABI, backported from the
     trunk.
   * Proposed patch to fix wrong-code on powerpc (Alan Modra). LP: #432222.
   * Link against -ldl instead of -lcloog -lppl. Exit with an error when using
     the Graphite loop transformation infrastructure without having the
     libcloog-ppl0 package installed (patch taken from Fedora). Packages
     using these optimizations should build-depend on libcloog-ppl0.
     gcc-4.4: Suggest the cloog runtime libraries.
   * Install a hook _Unwind_DebugHook, called during unwinding. Intended as
     a hook for a debugger to intercept exceptions. CFA is the CFA of the
     target frame.  HANDLER is the PC to which control will be transferred
     (patch taken from Fedora).
 .
 gnat-4.4 (4.4.1-5) unstable; urgency=low
 .
   Merge from gcc-4.4 (4.4.1-4) unstable; urgency=low
 .
   * Update to SVN 20090911 from the gcc-4_4-branch (r151649).
     - Fixes PR target/34412, PR middle-end/41094, PR target/40718,
       PR fortran/41062, PR libstdc++/41005, PR target/41184,
       PR bootstrap/41180, PR c++/41127, PR fortran/41258,
       PR rtl-optimization/40861, PR target/41315, PR fortran/39876.
 .
   [ Matthias Klose ]
   * Avoid underscores in doc-base document id's to workaround a
     dh_installdocs bug.
   * Update file names for the Ada user's guide.
   * Set Homepage attribute for packages.
   * Update the patch for gnat on armel.
   * gcj-4.4-jdk: Depend on libantlr-java. Addresses: #546062.
   * Backport patch for PR tree-optimization/41101 from the trunk.
     Fixes: #541816.
   * Update libstdc++6.symbols for symbols introduced with the fix
     for PR libstdc++/41005.
   * Apply proposed patches for PR libstdc++/40133 and PR target/40134.
     Add symbols exception propagation support in libstdc++ on armel
     to the libstdc++6 symbols.
 .
 gnat-4.4 (4.4.1-4) unstable; urgency=low
 .
   [ Ludovic Brenta ]
   * Correct the way we handle architectures that only support one of ZCX
     and SJLJ exception handling.  Closes: #543597.
Files: 
 f49c530521fb4c9f81926fe3b7e30c92 3823380 devel optional gnat-4.4_4.4.1-6.diff.gz
 83df60ed2dd1636a471bdeb2d336cf0b 2414 devel optional gnat-4.4_4.4.1-6.dsc


More information about the Karmic-changes mailing list