gcc-4.8 4.8.2-6ubuntu2 source package in Ubuntu

Changelog

gcc-4.8 (4.8.2-6ubuntu2) trusty; urgency=low

  * Merge with Debian; remaining changes:
    - Build from the upstream source.

gcc-4.8 (4.8.2-6) unstable; urgency=low

  * Update to SVN 20131128 (r205478) from the gcc-4_8-branch.

  [ Matthias Klose ]
  * gcc-4.8-base: Breaks gcc-4.4-base (<< 4.4.7). Closes: #729963.
  * Update the gcc-as-needed patch for mips*. Closes: #722067.
  * Use dpkg-vendor information for distribution specific settings.
    Closes: #697805.
  * Check for the sys/auxv.h header file.
  * On AArch64, make the frame grow downwards, taken from the trunk.
    Enable ssp on AArch64.
  * Pass -fuse-ld=gold to gccgo on targets supporting split-stack.

  [ Aurelien Jarno ]
  * Update README.Debian for s390 and s390x.

  [ Thorsten Glaser ]
  * m68k-ada.diff: Add gcc-4.8.0-m68k-ada-pr48835-2.patch and
    gcc-4.8.0-m68k-ada-pr51483.patch by Mikael Pettersson, to
    fix more CC0-specific and m68k/Ada-specific problems.
  * m68k-picflag.diff: New, backport from trunk, by Andreas Schwab,
    to avoid relocation errors when linking big shared objects.
  * pr58369.diff: New, backport from trunk, by Jeffrey A. Law,
    to fix ICE while building boost 1.54 on m68k.
  * pr52306.diff: Disables -fauto-inc-dec by default on m68k to
    work around ICE when building C++ code (e.g. Qt-related).
 -- Matthias Klose <email address hidden>   Thu, 28 Nov 2013 15:41:43 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gcc-4.8_4.8.2.orig.tar.gz 62.9 MiB ed5fb06661fba31416da6dc81cf5b90bf5065b2d090486cc3c3c29dabd354eb8
gcc-4.8_4.8.2-6ubuntu2.diff.gz 1.2 MiB 709ca92dc03eca1fbb151b831a22b0fdba21b71e1e28be9f69a430a8f8ef191f
gcc-4.8_4.8.2-6ubuntu2.dsc 13.5 KiB b7b3ed3b3dabd2f3b20e8b769f0d00612742ac9e5b1d8d79a395696a4a4797d4

Available diffs

View changes file

Binary packages built by this source

cpp-4.8: GNU C preprocessor

 A macro processor that is used automatically by the GNU C compiler
 to transform programs before actual compilation.
 .
 This package has been separated from gcc for the benefit of those who
 require the preprocessor but not the compiler.

cpp-4.8-doc: Documentation for the GNU C preprocessor (cpp)

 Documentation for the GNU C preprocessor in info format.

fixincludes: Fix non-ANSI header files

 FixIncludes was created to fix non-ANSI system header files. Many
 system manufacturers supply proprietary headers that are not ANSI compliant.
 The GNU compilers cannot compile non-ANSI headers. Consequently, the
 FixIncludes shell script was written to fix the header files.
 .
 Not all packages with header files are installed on the system, when the
 package is built, so we make fixincludes available at build time of other
 packages, such that checking tools like lintian can make use of it.

g++-4.8: GNU C++ compiler

 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

g++-4.8-multilib: GNU C++ compiler (multilib files)

 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

gcc-4.8: GNU C compiler

 This is the GNU C compiler, a fairly portable optimizing compiler for C.

gcc-4.8-base: GCC, the GNU Compiler Collection (base package)

 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).

gcc-4.8-doc: Documentation for the GNU compilers (gcc, gobjc, g++)

 Documentation for the GNU compilers in info format.

gcc-4.8-locales: GCC, the GNU compiler collection (native language support files)

 Native language support for GCC. Lets GCC speak your language,
 if translations are available.
 .
 Please do NOT submit bug reports in other languages than "C".
 Always reset your language settings to use the "C" locales.

gcc-4.8-multilib: GNU C compiler (multilib files)

 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

gcc-4.8-plugin-dev: Files for GNU GCC plugin development.

 This package contains (header) files for GNU GCC plugin development. It
 is only used for the development of GCC plugins, but not needed to run
 plugins.

gcc-4.8-source: Source of the GNU Compiler Collection

 This package contains the sources and patches which are needed to
 build the GNU Compiler Collection (GCC).

gccgo-4.8: GNU Go compiler

 This is the GNU Go compiler, which compiles Go on platforms supported
 by the gcc compiler. It uses the gcc backend to generate optimized code.

gccgo-4.8-doc: Documentation for the GNU Go compiler (gccgo)

 Documentation for the GNU Go compiler in info format.

gccgo-4.8-multilib: GNU Go compiler (multilib files)

 This is the GNU Go compiler, which compiles Go on platforms supported
 by the gcc compiler.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

gcj-4.8: GCJ byte code and native compiler for Java(TM)

 GCJ is a front end to the GCC compiler which can natively compile both
 Java(tm) source and bytecode files. The compiler can also generate class
 files.

gcj-4.8-jdk: GCJ and Classpath development tools for Java(TM)

 GCJ is a front end to the GCC compiler which can natively compile both
 Java(tm) source and bytecode files. The compiler can also generate class
 files. Other java development tools from classpath are included in this
 package.
 .
 The package contains as well a collection of wrapper scripts and symlinks.
 It is meant to provide a Java-SDK-like interface to the GCJ tool set.

gcj-4.8-jre: Java runtime environment using GIJ/Classpath

 GIJ is a Java bytecode interpreter, not limited to interpreting bytecode.
 It includes a class loader which can dynamically load shared objects, so
 it is possible to give it the name of a class which has been compiled and
 put into a shared library on the class path.
 .
 The package contains as well a collection of wrapper scripts and symlinks.
 It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set.

gcj-4.8-jre-headless: Java runtime environment using GIJ/Classpath (headless version)

 GIJ is a Java bytecode interpreter, not limited to interpreting bytecode.
 It includes a class loader which can dynamically load shared objects, so
 it is possible to give it the name of a class which has been compiled and
 put into a shared library on the class path.
 .
 The package contains as well a collection of wrapper scripts and symlinks.
 It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set,
 limited to the headless tools and libraries.

gcj-4.8-jre-lib: Java runtime library for use with gcj (jar files)

 This is the jar file that goes along with the gcj front end to gcc.

gcj-4.8-source: GCJ java sources for use in IDEs like eclipse and netbeans

 These are the java source files packaged as a zip file for use in development
 environments like eclipse and netbeans.

gdc-4.8: GNU D compiler (version 2), based on the GCC backend

 This is the GNU D compiler, which compiles D on platforms supported by gcc.
 It uses the gcc backend to generate optimised code.
 .
 This compiler supports D language version 2.

gfortran-4.8: GNU Fortran compiler

 This is the GNU Fortran compiler, which compiles
 Fortran on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.

gfortran-4.8-doc: Documentation for the GNU Fortran compiler (gfortran)

 Documentation for the GNU Fortran compiler in info format.

gfortran-4.8-multilib: GNU Fortran compiler (multilib files)

 This is the GNU Fortran compiler, which compiles Fortran on platforms
 supported by the gcc compiler.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

gobjc++-4.8: GNU Objective-C++ compiler

 This is the GNU Objective-C++ compiler, which compiles
 Objective-C++ on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.

gobjc++-4.8-multilib: GNU Objective-C++ compiler (multilib files)

 This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
 platforms supported by the gcc compiler.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

gobjc-4.8: GNU Objective-C compiler

 This is the GNU Objective-C compiler, which compiles
 Objective-C on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.

gobjc-4.8-multilib: GNU Objective-C compiler (multilib files)

 This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 supported by the gcc compiler.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

lib32asan0: AddressSanitizer -- a fast memory error detector (32bit)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib32asan0-dbg: AddressSanitizer -- a fast memory error detector (32 bit debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib32atomic1: support library providing __atomic built-in functions (32bit)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

lib32atomic1-dbg: support library providing __atomic built-in functions (32 bit debug symbols)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

lib32gcc-4.8-dev: GCC support library (32 bit development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

lib32gcc1: GCC support library (32 bit Version)

 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.

lib32gcc1-dbg: GCC support library (debug symbols)

 Debug symbols for the GCC support library.

lib32gfortran-4.8-dev: Runtime library for GNU Fortran applications (32bit development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

lib32gfortran3: Runtime library for GNU Fortran applications (32bit)

 Library needed for GNU Fortran applications linked against the
 shared library.

lib32gfortran3-dbg: Runtime library for GNU Fortran applications (32 bit debug symbols)

 Library needed for GNU Fortran applications linked against the
 shared library.

lib32go4: Runtime library for GNU Go applications (32bit)

 Library needed for GNU Go applications linked against the
 shared library.

lib32go4-dbg: Runtime library for GNU Go applications (32 bit debug symbols)

 Library needed for GNU Go applications linked against the
 shared library.

lib32gomp1: GCC OpenMP (GOMP) support library (32bit)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

lib32gomp1-dbg: GCC OpenMP (GOMP) support library (32 bit debug symbols)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

lib32itm1: GNU Transactional Memory Library (32bit)

 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.

lib32itm1-dbg: GNU Transactional Memory Library (32 bit debug symbols)

 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.

lib32objc-4.8-dev: Runtime library for GNU Objective-C applications (32bit development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

lib32objc4: Runtime library for GNU Objective-C applications (32bit)

 Library needed for GNU ObjC applications linked against the shared library.

lib32objc4-dbg: Runtime library for GNU Objective-C applications (32 bit debug symbols)

 Library needed for GNU ObjC applications linked against the shared library.

lib32quadmath0: GCC Quad-Precision Math Library (32bit)

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.

lib32quadmath0-dbg: GCC Quad-Precision Math Library (32 bit debug symbols)

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype.

lib32stdc++-4.8-dev: GNU Standard C++ Library v3 (development files)

 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

lib32stdc++6: GNU Standard C++ Library v3 (32 bit Version)

 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.

lib32stdc++6-4.8-dbg: GNU Standard C++ Library v3 (debugging files)

 This package contains the shared library of libstdc++ compiled with
 debugging symbols.

lib64asan0: AddressSanitizer -- a fast memory error detector (64bit)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib64asan0-dbg: AddressSanitizer -- a fast memory error detector (64bit debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib64atomic1: support library providing __atomic built-in functions (64bit)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

lib64atomic1-dbg: support library providing __atomic built-in functions (64bit debug symbols)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

lib64gcc-4.8-dev: GCC support library (64bit development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

lib64gcc1: GCC support library (64bit)

 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.

lib64gcc1-dbg: GCC support library (debug symbols)

 Debug symbols for the GCC support library.

lib64gfortran-4.8-dev: Runtime library for GNU Fortran applications (64bit development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

lib64gfortran3: Runtime library for GNU Fortran applications (64bit)

 Library needed for GNU Fortran applications linked against the
 shared library.

lib64gfortran3-dbg: Runtime library for GNU Fortran applications (64bit debug symbols)

 Library needed for GNU Fortran applications linked against the
 shared library.

lib64go4: Runtime library for GNU Go applications (64bit)

 Library needed for GNU Go applications linked against the
 shared library.

lib64go4-dbg: Runtime library for GNU Go applications (64bit debug symbols)

 Library needed for GNU Go applications linked against the
 shared library.

lib64gomp1: GCC OpenMP (GOMP) support library (64bit)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

lib64gomp1-dbg: GCC OpenMP (GOMP) support library (64bit debug symbols)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

lib64itm1: GNU Transactional Memory Library (64bit)

 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.

lib64itm1-dbg: GNU Transactional Memory Library (64bit debug symbols)

 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.

lib64objc-4.8-dev: Runtime library for GNU Objective-C applications (64bit development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

lib64objc4: Runtime library for GNU Objective-C applications (64bit)

 Library needed for GNU ObjC applications linked against the shared library.

lib64objc4-dbg: Runtime library for GNU Objective-C applications (64 bit debug symbols)

 Library needed for GNU ObjC applications linked against the shared library.

lib64quadmath0: GCC Quad-Precision Math Library (64bit)

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.

lib64quadmath0-dbg: GCC Quad-Precision Math Library (64bit debug symbols)

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype.

lib64stdc++-4.8-dev: GNU Standard C++ Library v3 (development files)

 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

lib64stdc++6: GNU Standard C++ Library v3 (64bit)

 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

lib64stdc++6-4.8-dbg: GNU Standard C++ Library v3 (debugging files)

 This package contains the shared library of libstdc++ compiled with
 debugging symbols.

libasan0: AddressSanitizer -- a fast memory error detector

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libasan0-dbg: AddressSanitizer -- a fast memory error detector (debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libatomic1: support library providing __atomic built-in functions

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

libatomic1-dbg: support library providing __atomic built-in functions (debug symbols)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

libgcc-4.8-dev: GCC support library (development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

libgcc1: GCC support library

 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.

libgcc1-dbg: GCC support library (debug symbols)

 Debug symbols for the GCC support library.

libgcj-doc: libgcj API documentation and example programs

 Autogenerated documentation describing the API of the libgcj library.
 Sources and precompiled example programs from the Classpath library.

libgcj14: Java runtime library for use with gcj

 This is the runtime that goes along with the gcj front end to
 gcc. libgcj includes parts of the Java Class Libraries, plus glue to
 connect the libraries to the compiler and the underlying OS.
 .
 To show file names and line numbers in stack traces, the packages
 libgcj14-dbg and binutils are required.

libgcj14-awt: AWT peer runtime libraries for use with gcj

 These are runtime libraries holding the AWT peer implementations
 for libgcj (currently the GTK+ based peer library is required, the
 QT bases library is not built).

libgcj14-dbg: Debugging symbols for libraries provided in libgcj14-dev

 The package provides debugging symbols for the libraries provided
 in libgcj14-dev.
 .
 binutils is required to show file names and line numbers in stack traces.

libgcj14-dev: Java development headers for use with gcj

 These are the development headers that go along with the gcj front end
 to gcc. libgcj includes parts of the Java Class Libraries, plus glue
 to connect the libraries to the compiler and the underlying OS.

libgfortran-4.8-dev: Runtime library for GNU Fortran applications (development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libgfortran3: Runtime library for GNU Fortran applications

 Library needed for GNU Fortran applications linked against the
 shared library.

libgfortran3-dbg: Runtime library for GNU Fortran applications (debug symbols)

 Library needed for GNU Fortran applications linked against the
 shared library.

libgo4: Runtime library for GNU Go applications

 Library needed for GNU Go applications linked against the
 shared library.

libgo4-dbg: Runtime library for GNU Go applications (debug symbols)

 Library needed for GNU Go applications linked against the
 shared library.

libgomp1: GCC OpenMP (GOMP) support library

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

libgomp1-dbg: GCC OpenMP (GOMP) support library (debug symbols)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

libitm1: GNU Transactional Memory Library

 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.

libitm1-dbg: GNU Transactional Memory Library (debug symbols)

 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.

libobjc-4.8-dev: Runtime library for GNU Objective-C applications (development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

libobjc4: Runtime library for GNU Objective-C applications

 Library needed for GNU ObjC applications linked against the shared library.

libobjc4-dbg: Runtime library for GNU Objective-C applications (debug symbols)

 Library needed for GNU ObjC applications linked against the shared library.

libphobos-4.8-dev: Phobos D standard library

 This is the Phobos standard library that comes with the D2 compiler.
 .
 For more information check http://www.dlang.org/phobos/

libquadmath0: GCC Quad-Precision Math Library

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.

libquadmath0-dbg: GCC Quad-Precision Math Library (debug symbols)

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype.

libsfasan0: AddressSanitizer -- a fast memory error detector (soft float ABI)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libsfasan0-dbg: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libsfatomic1: support library providing __atomic built-in functions (soft float ABI)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

libsfatomic1-dbg: support library providing __atomic built-in functions (soft float ABI debug symbols)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

libsfgcc-4.8-dev: GCC support library (soft float ABI development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

libsfgcc1: GCC support library (soft float ABI)

 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.

libsfgcc1-dbg: GCC support library (debug symbols)

 Debug symbols for the GCC support library.

libsfgfortran-4.8-dev: Runtime library for GNU Fortran applications (soft float ABI development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libsfgfortran3: Runtime library for GNU Fortran applications (soft float ABI)

 Library needed for GNU Fortran applications linked against the
 shared library.

libsfgfortran3-dbg: Runtime library for GNU Fortran applications (hard float ABI debug symbols)

 Library needed for GNU Fortran applications linked against the
 shared library.

libsfgomp1: GCC OpenMP (GOMP) support library (soft float ABI)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

libsfgomp1-dbg: GCC OpenMP (GOMP) support library (soft float ABI debug symbols)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers

libsfobjc-4.8-dev: Runtime library for GNU Objective-C applications (soft float development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

libsfobjc4: Runtime library for GNU Objective-C applications (soft float ABI)

 Library needed for GNU ObjC applications linked against the shared library.

libsfobjc4-dbg: Runtime library for GNU Objective-C applications (soft float ABI debug symbols)

 Library needed for GNU ObjC applications linked against the shared library.

libsfstdc++-4.8-dev: GNU Standard C++ Library v3 (development files)

 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

libsfstdc++6: GNU Standard C++ Library v3 (soft float ABI)

 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

libsfstdc++6-4.8-dbg: GNU Standard C++ Library v3 (debugging files)

 This package contains the shared library of libstdc++ compiled with
 debugging symbols.

libstdc++-4.8-dev: GNU Standard C++ Library v3 (development files)

 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

libstdc++-4.8-doc: GNU Standard C++ Library v3 (documentation files)

 This package contains documentation files for the GNU stdc++ library.
 .
 One set is the distribution documentation, the other set is the
 source documentation including a namespace list, class hierarchy,
 alphabetical list, compound list, file list, namespace members,
 compound members and file members.

libstdc++-4.8-pic: GNU Standard C++ Library v3 (shared library subset kit)

 This is used to develop subsets of the libstdc++ shared libraries for
 use on custom installation floppies and in embedded systems.
 .
 Unless you are making one of those, you will not need this package.

libstdc++6: GNU Standard C++ Library v3

 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

libstdc++6-4.8-dbg: GNU Standard C++ Library v3 (debugging files)

 This package contains the shared library of libstdc++ compiled with
 debugging symbols.

libtsan0: ThreadSanitizer -- a Valgrind-based detector of data races (runtime)

 ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
 The Linux and Mac versions are based on Valgrind.

libtsan0-dbg: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols)

 ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
 The Linux and Mac versions are based on Valgrind.

libx32asan0: AddressSanitizer -- a fast memory error detector (x32)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libx32asan0-dbg: AddressSanitizer -- a fast memory error detector (x32 debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libx32atomic1: support library providing __atomic built-in functions (x32)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

libx32atomic1-dbg: support library providing __atomic built-in functions (x32 debug symbols)

 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.

libx32gcc-4.8-dev: GCC support library (x32 development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

libx32gcc1: GCC support library (x32)

 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.

libx32gcc1-dbg: GCC support library (debug symbols)

 Debug symbols for the GCC support library.

libx32gfortran-4.8-dev: Runtime library for GNU Fortran applications (x32 development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libx32gfortran3: Runtime library for GNU Fortran applications (x32)

 Library needed for GNU Fortran applications linked against the
 shared library.

libx32gfortran3-dbg: Runtime library for GNU Fortran applications (x32 debug symbols)

 Library needed for GNU Fortran applications linked against the
 shared library.

libx32go4: Runtime library for GNU Go applications (x32)

 Library needed for GNU Go applications linked against the
 shared library.

libx32go4-dbg: Runtime library for GNU Go applications (x32 debug symbols)

 Library needed for GNU Go applications linked against the
 shared library.

libx32gomp1: GCC OpenMP (GOMP) support library (x32)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.

libx32gomp1-dbg: GCC OpenMP (GOMP) support library (x32 debug symbols)

 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers

libx32itm1: GNU Transactional Memory Library (x32)

 This manual documents the usage and internals of libitm. It provides
 transaction support for accesses to the memory of a process, enabling
 easy-to-use synchronization of accesses to shared memory by several threads.

libx32itm1-dbg: GNU Transactional Memory Library (x32 debug symbols)

 This manual documents the usage and internals of libitm. It provides
 transaction support for accesses to the memory of a process, enabling
 easy-to-use synchronization of accesses to shared memory by several threads.

libx32objc-4.8-dev: Runtime library for GNU Objective-C applications (x32 development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

libx32objc4: Runtime library for GNU Objective-C applications (x32)

 Library needed for GNU ObjC applications linked against the shared library.

libx32objc4-dbg: Runtime library for GNU Objective-C applications (x32 debug symbols)

 Library needed for GNU ObjC applications linked against the shared library.

libx32quadmath0: GCC Quad-Precision Math Library (x32)

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.

libx32quadmath0-dbg: GCC Quad-Precision Math Library (x32 debug symbols)

 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype.

libx32stdc++-4.8-dev: GNU Standard C++ Library v3 (development files)

 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

libx32stdc++6: GNU Standard C++ Library v3 (x32)

 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

libx32stdc++6-4.8-dbg: GNU Standard C++ Library v3 (debugging files)

 This package contains the shared library of libstdc++ compiled with
 debugging symbols.