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. Intel Haswell HD Graphics 4600 vs. AMD Radeon Graphics On Linux
  2. Intel Haswell HD Graphics 4600 Performance On Ubuntu Linux
  3. Intel Core i7 4770K "Haswell" Benchmarks On Ubuntu Linux
  4. The First Experience Of Intel Haswell On Linux
Latest Software Articles
  1. Optimized Binaries Provide Great Benefits For Intel Haswell
  2. 11-Way Linux, BSD Platform Comparison
  3. SNA Acceleration Works Great For Intel Core i7 Haswell
  4. The Linux Evolution For Intel Haswell's Performance
Latest Linux News
  1. Mir's GPLv3 License Is Now Raising Concerns
  2. NVIDIA Driver Soon Likely To Support EGL, Mir
  3. OpenMandriva Goes Into Alpha Form, Russian-Based
  4. NVIDIA Brings Their Linux Driver To ARM
  5. D Language Still Showing Promise, Advancements
  6. Planetary Annihilation Released For Linux Gamers
  7. Gentoo Starts Work On KDE-Wayland Support
  8. NVIDIA To License Its Kepler GPU Technology
  9. KDE's KWin Made Lots Of Progress In 4.11
  10. Ubuntu Announces Carrier Advisory Group
  11. Qt 5.1 Release Candidate 1 Has Arrived
Latest Forum Talk
  1. Intel GPU Driver Tries To Rip Out FBDEV Support
  2. D Language Still Showing Promise, Advancements
  3. Mir's GPLv3 License Is Now Raising Concerns
  4. In-Fighting Continues Over Mir On Non-Unity Ubuntu
  5. VP9 Codec Now Enabled By Default In Chrome
  6. NVIDIA Driver Soon Likely To Support EGL, Mir
  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