glibc:rsa/hwcap2_v6

Last commit made on 2013-06-28
Get this branch:
git clone -b rsa/hwcap2_v6 https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
rsa/hwcap2_v6
Repository:
lp:glibc

Recent commits

dd8d508... by "Ryan S. Arnold" <email address hidden>

PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.

26e690b... by "Ryan S. Arnold" <email address hidden>

Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.

ed0257f... by Marcus Shawcroft <email address hidden>

[AArch64] Adjust elf_machine_dynamic to find _DYNAMIC via _GLOBAL_OFFSET_TABLE_

03ea4d9... by Marcus Shawcroft <email address hidden>

[AArch64] Simplify getcontext pstate initialization.

fe114d2... by "Maciej W. Rozycki" <email address hidden>

_dl_static_init: Remove nested locking.

This function is now called from dl_open_worker with the GL(dl_load_lock)
lock held and no longer needs local protection. GL(dl_load_lock) also
correctly protects _dl_lookup_symbol_x called here that relies on the
caller to have serialized access to the data structures it uses.

cbe7d24... by Joseph Myers <email address hidden>

Require GCC 4.4 or later to build glibc.

bb5bb87... by "H.J. Lu" <email address hidden>

Add a test for BZ #15674

fc74328... by "H.J. Lu" <email address hidden>

Mention BZ #15674

11b8a0e... by Liubov Dmitrieva <email address hidden>

Fix buffers overrun in x86_64 memcmp-ssse3.S

b003710... by "Maciej W. Rozycki" <email address hidden>

[BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.