gcc-4.8 4.8.2-19ubuntu1 source package in Ubuntu

Changelog

gcc-4.8 (4.8.2-19ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from the upstream source.
    - Don't build the libgcc packages, now built from gcc-4.9.

gcc-4.8 (4.8.2-19) unstable; urgency=medium

  * Update to SVN 20140404 (r209122) from the gcc-4_8-branch.
    - Fix PR rtl-optimization/60700 (wrong code on x86),
      PR rtl-optimization/57637 (wrong code on ARM in SPEC2000),
      PR target/60039 (SH), PR ada/60703.

  [ Matthias Klose ]
  * Include include and include-fixed header files into the stage1
    gcc-4.8 package.
  * Explicitly configure with --disable-multilib on sparc64 when no
    multilibs are requested (Helmut Grohne). Closes: #743342.
  * Fix PR target/60034 (AArch64), taken from the trunk. LP: #1270789.
  * Update ada-ppc64.diff from the gnat-4.9 package, fixing the gnat build
    on powerpc.
  * Fix PR target/60609 (ARM), proposed patch (Charles Baylis). LP: #1295653.
  * Build libphobos for armel and armhf.
  * Include the gnu triplet prefixed gcov and gcc-{ar,nm,ranlib} binaries.
  * Stop building ppc64el from the ibm branch, now integrated in the fsf
    branch.

  [ Iain Buclaw ]
  * Update the GDC frontend (20140401).
 -- Matthias Klose <email address hidden>   Fri, 04 Apr 2014 19:36:41 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main devel

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-19ubuntu1.diff.gz 3.0 MiB 272eec35f630b6522a01425d477761891403aa2c1e34d9ca1e84ccd692d62d5e
gcc-4.8_4.8.2-19ubuntu1.dsc 12.8 KiB 766edf235019b3d0d9e8dcc7a9f94ebf0f86f8d4989bbb6a35b87684b8edc859

View changes file

Binary packages built by this source

cpp-4.8: No summary available for cpp-4.8 in ubuntu utopic.

No description available for cpp-4.8 in ubuntu utopic.

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

 Documentation for the GNU C preprocessor in info format.

fixincludes: No summary available for fixincludes in ubuntu utopic.

No description available for fixincludes in ubuntu utopic.

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: No summary available for gccgo-4.8-doc in ubuntu utopic.

No description available for gccgo-4.8-doc in ubuntu utopic.

gccgo-4.8-multilib: No summary available for gccgo-4.8-multilib in ubuntu utopic.

No description available for gccgo-4.8-multilib in ubuntu utopic.

gcj-4.8: No summary available for gcj-4.8 in ubuntu utopic.

No description available for gcj-4.8 in ubuntu utopic.

gcj-4.8-jdk: No summary available for gcj-4.8-jdk in ubuntu utopic.

No description available for gcj-4.8-jdk in ubuntu utopic.

gcj-4.8-jre: No summary available for gcj-4.8-jre in ubuntu utopic.

No description available for gcj-4.8-jre in ubuntu utopic.

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: No summary available for gfortran-4.8-multilib in ubuntu utopic.

No description available for gfortran-4.8-multilib in ubuntu utopic.

gobjc++-4.8: No summary available for gobjc++-4.8 in ubuntu utopic.

No description available for gobjc++-4.8 in ubuntu utopic.

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: No summary available for gobjc-4.8-multilib in ubuntu utopic.

No description available for gobjc-4.8-multilib in ubuntu utopic.

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: No summary available for lib32atomic1 in ubuntu utopic.

No description available for lib32atomic1 in ubuntu utopic.

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.

lib32gfortran-4.8-dev: No summary available for lib32gfortran-4.8-dev in ubuntu utopic.

No description available for lib32gfortran-4.8-dev in ubuntu utopic.

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: No summary available for lib32go4 in ubuntu utopic.

No description available for lib32go4 in ubuntu utopic.

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

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

lib32gomp1: No summary available for lib32gomp1 in ubuntu utopic.

No description available for lib32gomp1 in ubuntu utopic.

lib32gomp1-dbg: No summary available for lib32gomp1-dbg in ubuntu utopic.

No description available for lib32gomp1-dbg in ubuntu utopic.

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: No summary available for lib32itm1-dbg in ubuntu utopic.

No description available for lib32itm1-dbg in ubuntu utopic.

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: No summary available for lib32quadmath0-dbg in ubuntu utopic.

No description available for lib32quadmath0-dbg in ubuntu utopic.

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: No summary available for lib64asan0 in ubuntu utopic.

No description available for lib64asan0 in ubuntu utopic.

lib64asan0-dbg: No summary available for lib64asan0-dbg in ubuntu utopic.

No description available for lib64asan0-dbg in ubuntu utopic.

lib64atomic1: No summary available for lib64atomic1 in ubuntu utopic.

No description available for lib64atomic1 in ubuntu utopic.

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: No summary available for lib64gcc-4.8-dev in ubuntu utopic.

No description available for lib64gcc-4.8-dev in ubuntu utopic.

lib64gfortran-4.8-dev: No summary available for lib64gfortran-4.8-dev in ubuntu utopic.

No description available for lib64gfortran-4.8-dev in ubuntu utopic.

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: No summary available for lib64quadmath0 in ubuntu utopic.

No description available for lib64quadmath0 in ubuntu utopic.

lib64quadmath0-dbg: No summary available for lib64quadmath0-dbg in ubuntu utopic.

No description available for lib64quadmath0-dbg in ubuntu utopic.

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: No summary available for lib64stdc++6 in ubuntu utopic.

No description available for lib64stdc++6 in ubuntu utopic.

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: No summary available for libatomic1-dbg in ubuntu utopic.

No description available for libatomic1-dbg in ubuntu utopic.

libgcc-4.8-dev: No summary available for libgcc-4.8-dev in ubuntu utopic.

No description available for libgcc-4.8-dev in ubuntu utopic.

libgcj-doc: No summary available for libgcj-doc in ubuntu utopic.

No description available for libgcj-doc in ubuntu utopic.

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: No summary available for libgcj14-awt in ubuntu utopic.

No description available for libgcj14-awt in ubuntu utopic.

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: No summary available for libgcj14-dev in ubuntu utopic.

No description available for libgcj14-dev in ubuntu utopic.

libgfortran-4.8-dev: No summary available for libgfortran-4.8-dev in ubuntu utopic.

No description available for libgfortran-4.8-dev in ubuntu utopic.

libgfortran3: No summary available for libgfortran3 in ubuntu utopic.

No description available for libgfortran3 in ubuntu utopic.

libgfortran3-dbg: No summary available for libgfortran3-dbg in ubuntu utopic.

No description available for libgfortran3-dbg in ubuntu utopic.

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: No summary available for libitm1 in ubuntu utopic.

No description available for libitm1 in ubuntu utopic.

libitm1-dbg: No summary available for libitm1-dbg in ubuntu utopic.

No description available for libitm1-dbg in ubuntu utopic.

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: No summary available for libquadmath0 in ubuntu utopic.

No description available for libquadmath0 in ubuntu utopic.

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: No summary available for libsfasan0-dbg in ubuntu utopic.

No description available for libsfasan0-dbg in ubuntu utopic.

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: No summary available for libsfatomic1-dbg in ubuntu utopic.

No description available for libsfatomic1-dbg in ubuntu utopic.

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.

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: No summary available for libsfobjc-4.8-dev in ubuntu utopic.

No description available for libsfobjc-4.8-dev in ubuntu utopic.

libsfobjc4: No summary available for libsfobjc4 in ubuntu utopic.

No description available for libsfobjc4 in ubuntu utopic.

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: No summary available for libsfstdc++6 in ubuntu utopic.

No description available for libsfstdc++6 in ubuntu utopic.

libsfstdc++6-4.8-dbg: No summary available for libsfstdc++6-4.8-dbg in ubuntu utopic.

No description available for libsfstdc++6-4.8-dbg in ubuntu utopic.

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: No summary available for libtsan0 in ubuntu utopic.

No description available for libtsan0 in ubuntu utopic.

libtsan0-dbg: No summary available for libtsan0-dbg in ubuntu utopic.

No description available for libtsan0-dbg in ubuntu utopic.

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: No summary available for libx32atomic1-dbg in ubuntu utopic.

No description available for libx32atomic1-dbg in ubuntu utopic.

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.

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: No summary available for libx32gfortran3-dbg in ubuntu utopic.

No description available for libx32gfortran3-dbg in ubuntu utopic.

libx32go4: No summary available for libx32go4 in ubuntu utopic.

No description available for libx32go4 in ubuntu utopic.

libx32go4-dbg: No summary available for libx32go4-dbg in ubuntu utopic.

No description available for libx32go4-dbg in ubuntu utopic.

libx32gomp1: No summary available for libx32gomp1 in ubuntu utopic.

No description available for libx32gomp1 in ubuntu utopic.

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: No summary available for libx32itm1-dbg in ubuntu utopic.

No description available for libx32itm1-dbg in ubuntu utopic.

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: No summary available for libx32quadmath0 in ubuntu utopic.

No description available for libx32quadmath0 in ubuntu utopic.

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.