mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
This patch reserves space for HWCAP3/HWCAP4 in the TCB of powerpc. These hardware capabilities bits will be used by future Power architectures. Versioned symbol '__parse_hwcap_3_4_and_convert_at_platform' advertises the availability of the new HWCAP3/HWCAP4 data in the TCB. This is an ABI change for GLIBC 2.39. Suggested-by: Peter Bergner <bergner@linux.ibm.com> Reviewed-by: Peter Bergner <bergner@linux.ibm.com>
11 lines
377 B
Text
11 lines
377 B
Text
GLIBC_2.0 _r_debug D 0x14
|
|
GLIBC_2.1 __libc_stack_end D 0x4
|
|
GLIBC_2.1 _dl_mcount F
|
|
GLIBC_2.22 __tls_get_addr_opt F
|
|
GLIBC_2.23 __parse_hwcap_and_convert_at_platform F
|
|
GLIBC_2.3 __tls_get_addr F
|
|
GLIBC_2.34 __rtld_version_placeholder F
|
|
GLIBC_2.35 __rseq_flags D 0x4
|
|
GLIBC_2.35 __rseq_offset D 0x4
|
|
GLIBC_2.35 __rseq_size D 0x4
|
|
GLIBC_2.39 __parse_hwcap_3_4_and_convert_at_platform F
|