~ubuntu-branches/ubuntu/trusty/gnat-4.6/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/ada-sjlj.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta, Aurelien Jarno, Ludovic Brenta, Matthias Klose, Marcin Juszkiewicz, Thorsten Glaser
  • Date: 2011-07-23 01:32:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110723013215-l72pag8p1o09ef8z
Tags: 4.6.1-2

[Aurelien Jarno]
* debian/patches/ada-mips.diff: work around a bootstrap comparison
  failure on mips and mipsel.  Closes: #634881, pending a proper fix.

[Ludovic Brenta]
* debian/patches/pr49819.diff: new.  Closes: #635112.

Merge from gcc-4.6 (4.6.1-4) unstable; urgency=low

* Update to SVN 20110714 (r176280) from the gcc-4_6-branch.
  - Fix PR tree-optimization/49094, PR target/39633, PR c++/49672,
    PR fortran/49698, PR fortran/49690, PR fortran/49562, PR libfortran/49296,
    PR target/49487, PR tree-optimization/49651, PR ada/48711.

[ Matthias Klose ]
* Build Go on alpha for gcc-snapshot builds.
* For multicore ARM, clear both caches, not just the dcache (proposed
  patch by Andrew Haley).
* Fix for PR rtl-optimization/{48830,48808,48792}, taken from the trunk.
  LP: #807573.
* Fix PR tree-optimization/49169, optimisations strip the Thumb/ARM mode bit
  off function pointers (Richard Sandiford). LP: #721531.

[ Marcin Juszkiewicz ]
* Define DEB_TARGET_MULTIARCH macro.
* debian/rules2: Macro and configuration consolidation.

Merge from gcc-4.6 (4.6.1-3) unstable; urgency=medium

* Update to SVN 20110709 (r176108) from the gcc-4_6-branch.
  - Fix PR target/49335, PR tree-optimization/49618, PR c++/49598,
    PR fortran/49479, PR target/49621, PR target/46779, PR target/49660,
    PR c/49644, PR debug/49522, PR debug/49522, PR middle-end/49640,
    PR c++/48157, PR c/49644, PR fortran/48926.
  - Apparently fixes a boost issue. Fixes: #632938.
* Apply proposed patch for PR fortran/49690. Fixes: #631204.

* README.Debian: New section 'Former and/or inactive maintainers'.

Merge from gcc-4.6 (4.6.1-2) unstable; urgency=medium

* Update to SVN 20110705 (r175840) from the gcc-4_6-branch.
  - Fix PR target/47997, PR c++/49528, PR c++/49440, PR c++/49418,
    PR target/44643, PR tree-optimization/49615, PR tree-optimization/49572,
    PR target/34734, PR tree-optimization/49539, PR tree-optimizations/49516,
    PR target/49089, PR rtl-optimization/49014, PR target/48273,
    PR fortran/49466, PR libfortran/49296, PR libffi/46660, PR debug/49262,
    PR rtl-optimization/49472, PR rtl-optimization/49619, PR fortran/49623,
    PR fortran/49540.

[ Matthias Klose ]
* Do not install the spu and hppa64 cross compilers into the multiarch path.
* Update the Linaro support to 20110704.

[ Thorsten Glaser ]
* Apply changes from src:gcc-4.4 for m68k support. Fixes: #632380.
  - debian/rules.defs: Remove m68k from locale_no_cpus.
  - debian/patches/gcc-multiarch.diff: Add m68k multiarch_mappings.
  - debian/patches/pr43804.diff: Fix backported from SVN.
  - debian/rules.patch: Add pr43804.

Show diffs side-by-side

added added

removed removed

Lines of Context:
382
382
-               -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext).1 \
383
383
+       cd $(build_dir); $(LN_S) $(notdir $@).1 $(notdir $@)
384
384
+       cd $(build_dir); ../../xgcc -B../../ -shared $(GNATLIBCFLAGS) \
385
 
+               $(TARGET_LIBGCC2_CFLAGS) \
 
385
+               $(TARGET_LIBGCC2_CFLAGS) \
386
386
+               -o $(libgnarl).1 \
387
387
                $(GNATRTL_TASKING_OBJS) \
388
388
-               $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext).1 \
523
523
+               $(SO_OPTS)$(libgnala).1
524
524
+       cd $(build_dir); $(LN_S) $(libgnala).1 $(libgnala)
525
525
+endif
526
 
 
526
+
527
527
+gnatlib-shared-dual: gnatlib-static-zcx gnatlib-static-sjlj gnatlib-shared-zcx
528
528
+
529
529
+gnatlib-shared-zcx: rts = $(subst gnatlib,rts,$@)