On 17/12/10 16:02, Allan McRae wrote:
Here is a summary of the changes:
binutils-2.21-1 - major upstream update - provide gold linker as ld.gold (default remains the usual bfd linker)
glibc-2.12.2-1 - *minimum kernel version required = 2.6.27* - bump to latest upstream - build completely outside source directory - remove patches included upstream - update patch for origin privilege exploit from Fedora - keep scsi.h - provide gai.conf (FS#21742)
linux-api-headers-2.6.36.2-1 - bump to latest upstream - remove scsi.h (back in glibc)
gcc-4.5.2-1 - upstream update - removed de_DE check as - fix/clarify some pkgdesc values
libtool-2.4-2 - gcc verbump rebuild
Updates: binutils-2.21-2 - enable plugin and threading support in gold linker gcc-4.5.2-2 - enable linker plugin support. gcc will use ld(.bfd) linker by default but switch to the ld.gold linker when -fuse-linker-plugin is specified. Hopefully this has now hit the right balance where all the features of the gold linker can be used but the usual bfd linker still serves as our default linker. Allan