home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / gcc-3.3-base / README.Debian < prev    next >
Encoding:
Text File  |  2006-08-14  |  3.5 KB  |  125 lines

  1.         The Debian GNU Compiler Collection setup
  2.         ========================================
  3.  
  4. Please see the README.Debian in /usr/share/doc/gcc, contained in the
  5. gcc package for a description of the setup of the different compiler
  6. versions.
  7.  
  8.  
  9. Maintainers of these packages
  10. -----------------------------
  11.  
  12. Matthias Klose <doko@debian.org>
  13. Ray Dassen <jdassen@debian.org>
  14. Jeff Bailey <jbailey@nisa.net>            (hurd-i386)
  15. Joel Baker <fenton@debian.org>            (netbsd-i386)
  16. Philip Blundell <pb@debian.org>            (arm-linux)
  17. Ben Collins <bcollins@debian.org>        (sparc-linux)
  18. Randolph Chung <tausq@debian.org>        (ia64-linux)
  19. Falk Hueffner <falk@debian.org>            (alpha-linux)
  20. Dan Jacobowitz <dan@debian.org>            (powerpc-linux)
  21. Ryan Murray <rmurray@cyberhqz.com>        (mips*-linux)
  22. Matt Taggart <taggart@carmen.fc.hp.com>        (hppa-linux)
  23. Gerhard Tonn <GerhardTonn@swol.de>        (s390-linux)
  24. Roman Zippel <zippel@linux-m68k.org>        (m68k-linux)
  25. Ludovic Brenta <ludovic@ludovic-brenta.org>    (gnat)
  26.  
  27. ===============================================================================
  28.  
  29. Patches that Debian applied in this version:
  30.  
  31. pr14925:
  32.   Backport of PR14925 to the gcc-3.3 branch
  33.  
  34. pr17684:
  35.   Backport of PR17684 to the gcc-3.3 branch
  36.  
  37. pr18153:
  38.   Backport of PR18153 to the gcc-3.3 branch
  39.  
  40. pr18380:
  41.   Backport of PR18380 to the gcc-3.3 branch
  42.  
  43. pr18508:
  44.   Backport of PR18508 to the gcc-3.3 branch
  45.  
  46. pr10692:
  47.   2005-01-05  Richard Henderson  <rth@redhat.com>
  48.   
  49.   PR rtl-opt/10692
  50.   * reload1.c (do_input_reload): Restrict the optimization deleteing
  51.   a previous output reload to RELOAD_FOR_INPUT.
  52.  
  53. pr23241:
  54.   Fix PR rtl-optimization/23241
  55.  
  56. gcc-version:
  57.   Add "(Debian <package version>)" to the gcc version string
  58.  
  59. rename-info-files:
  60.   Allow transformations on info file names. Reference the
  61.   transformed info file names in the texinfo files.
  62.  
  63. libf2c-update:
  64.   libf2c update taken from the 3.4.1 release.
  65.  
  66. libobjc-update:
  67.   libobjc update taken from the 3.4.1 release.
  68.  
  69. libstdc++-pic:
  70.   Build and install libstdc++_pic.a library.
  71.  
  72. libstdc++-doclink:
  73.   link local libstdc++ documentation to local source-level documentation 
  74.  
  75. gccbug:
  76.   Use sensible-editor instead of vi as fallback editor
  77.  
  78. gccbug-posix:
  79.   Make gccbug POSIX compliant (patch by David Weinehall)
  80.   http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
  81.  
  82. hppa-libffi:
  83.   libffi support for hppa
  84.  
  85. hppa-libjava:
  86.   Enable libjava support for hppa
  87.  
  88. libffi-config:
  89.   ffi.h.in: correctly #define ffi_type_[us]long on 32bit archs
  90.  
  91. i386-mtune:
  92.   2004-07-08  Paolo Bonzini  <bonzini@gnu.org>
  93.   Jakub Jelinek  <jakub@redhat.com>
  94.   
  95.       * config/i386/i386.c (override_options): Enable
  96.       SSE prefetches with -mtune, as long as we are
  97.       compiling for i686 or higher.  All i686 processors
  98.       accept SSE prefetches as NOPS, some i586's don't.
  99.  
  100. link-libs:
  101.  
  102. gcc-doc-locale:
  103.   gcc/doc/invoke.texi: Fix locale name.
  104.  
  105. gcc-mips-update:
  106.   http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01187.html
  107.   Backport from 3.4: Don't use empic relocs for mips-linux eh
  108.  
  109. libtool-rpath:
  110.   2003-03-10  Andreas Schwab  <schwab at suse dot de>
  111.   With the introduction of multi-os-directory the libdir specification in
  112.   *.la files have /. appended to $(libdir).  This confuses libtool when it
  113.   tries to find out whether to add -rpath, because it only matches literally
  114.   against sys_lib_dlsearch_path members.  Tested on i386-linux.
  115.  
  116. cpu-default-i486:
  117.   generate code for architecture i486, tuned for i686 by default.
  118.  
  119. reporting:
  120.   Add Debian URL for bug reporting isntructions.
  121.  
  122. configure-deplibs_check_method:
  123.   In all configure scripts for libraries, use
  124.   deplibs_check_method=pass_all unconditionally for all linux architectures.
  125.