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. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  3. F2FS File-System Shows Regressions On Linux 3.10
  4. Previewing The Radeon Gallium3D Shader Optimizations
Latest Linux News
  1. FreeBSD Still Working On Next-Gen Package Manager
  2. DNF Still Advancing As Experimental Yum For Fedora
  3. Logitech Begins Supporting Linux Users
  4. Modern Intel Gallium3D Driver Still Being Toyed With
  5. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
  6. GCC 4.8.1 Compiler Due To Be Out Next Week
  7. Linux 3.10 Kernel Benchmarks For Intel Ivy Bridge
  8. Linux's "Ondemand" Governor Is No Longer Fit
  9. Firefox 22 Beta Enables WebRTC Support
  10. OpenSUSE 13.1 Milestone 1 Released
  11. DRM Graphics Driver Comes For Dove/Cubox
Latest Forum Talk
  1. Ubuntu 13.10 Likely Switching To Chromium Browser
  2. KDE's Krita Ported To OpenGL 3.1, OpenGL ES 2.0
  3. Logitech Begins Supporting Linux Users
  4. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  5. Logitech supports linux!
  6. What should be avoided when buying a new...
  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