aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/nptl/tcb-offsets.sym
diff options
context:
space:
mode:
authorManjunath Matti <mmatti@linux.ibm.com>2023-12-05 06:38:47 -0600
committerRajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>2023-12-15 20:20:14 -0600
commit93a739d4a1c34c9dbb96ced4fbeaa18e02000b6a (patch)
treec2cbab5a0c95f5d40a31514131098ff00d11fded /sysdeps/powerpc/nptl/tcb-offsets.sym
parent90bcc8721ef82b7378d2b080141228660e862d56 (diff)
downloadglibc-93a739d4a1c34c9dbb96ced4fbeaa18e02000b6a.zip
glibc-93a739d4a1c34c9dbb96ced4fbeaa18e02000b6a.tar.gz
glibc-93a739d4a1c34c9dbb96ced4fbeaa18e02000b6a.tar.bz2
powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.
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>
Diffstat (limited to 'sysdeps/powerpc/nptl/tcb-offsets.sym')
-rw-r--r--sysdeps/powerpc/nptl/tcb-offsets.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/nptl/tcb-offsets.sym b/sysdeps/powerpc/nptl/tcb-offsets.sym
index 4c01615..9b29fe8 100644
--- a/sysdeps/powerpc/nptl/tcb-offsets.sym
+++ b/sysdeps/powerpc/nptl/tcb-offsets.sym
@@ -26,3 +26,4 @@ TCB_AT_PLATFORM (offsetof (tcbhead_t, at_platform) - TLS_TCB_OFFSET - sizeof(t
PADDING (offsetof (tcbhead_t, padding) - TLS_TCB_OFFSET - sizeof(tcbhead_t))
#endif
TCB_HWCAP (offsetof (tcbhead_t, hwcap) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
+TCB_HWCAP_EXTN (offsetof (tcbhead_t, hwcap_extn) - TLS_TCB_OFFSET - sizeof (tcbhead_t))