GNU C Library 2.16 Brings Many Features (GLIBC)

Posted by Michael Larabel on June 30, 2012

Version 2.16 of glibc, the GNU C Library, was released on Saturday afternoon. This update to the de facto C library for GNU/Linux systems brings many new features. There's x32 and ISO C11 support along with performance optimizations.

Besides fixing more than 230 bugs, key features of glibc 2.16 include:

Support for the x32 ABI on x86_64. The Linux x32 ABI has been a long time coming, but all of the pieces to support this new Linux ABI are coming together. Simply put, the x32 implementation allows applications to be built to use 32-bit pointers while being able to take advantage of the rest of the x86_64 feature-set, so you get your applications having a smaller memory foot-print while being faster thanks to being able to take against of the rest of the 64-bit processor capabilities.

The Linux kernel has x32 support since earlier this year as of the Linux 3.4 kernel. GCC also has support for building x32 as a target and LLVM/Clang also has support. A released version of glibc supporting x32 is the last piece of the puzzle.

Glibc can be built for x32 by building the C library with BUILD_CC='gcc' CC='gcc -mx32' CXX='g++ -mx32'. When it comes to Linux distributions offering x32 support, Ubuntu has some far-out plans and on the Gentoo side they already have a stage three x32 candidate.

Greater support for ISO C11 has come to glibc 2.16.

Performance optimizations when it comes to generic and 64-bit performance optimizations to math functions. There's also optimized functions for PowerPC and SPARC architectures.

SystemTap static probes when configuring the glibc build with --enable-systemtap.

Some other minor items include removing support for anything but ELF binary format, improved support for cross-compilation, moving the IA-64 architecture to ports, and removed support for versions of the Linux kernel prior to Linux 2.6.

The full list of official changes plus source download links for the GNU C Library 2.16 is available from this mailing list message.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. The Cost Of Ubuntu Disk Encryption
  2. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  3. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  4. F2FS File-System Shows Regressions On Linux 3.10
Latest Linux News
  1. Freedreno Gallium3D Now Banging The Adreno A3XX
  2. Jolla Announces Their First Phone
  3. Mageia 3 Released, Still Using Legacy GRUB
  4. NetBSD 6.1 Brings In More Features
  5. Using Six Monitors With AMD's Open-Source Linux Driver
  6. Benchmarking The Intel P-State, CPUfreq Changes
  7. FreeBSD Still Working On Next-Gen Package Manager
  8. DNF Still Advancing As Experimental Yum For Fedora
  9. Logitech Begins Supporting Linux Users
  10. Modern Intel Gallium3D Driver Still Being Toyed With
  11. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
Latest Forum Talk
  1. Openbenchmarking.org main page is damaged
  2. Mageia 3 Released, Still Using Legacy GRUB
  3. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  4. Jolla Announces Their First Phone
  5. Benchmarking The Intel P-State, CPUfreq Changes
  6. The Cost Of Ubuntu Disk Encryption
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite