From 97e1553c0679fbd68551b880ef57fbf18dcbfc85 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 17 Jan 2017 10:39:08 +0100 Subject: c-user: Add support for references via bibtex https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871. --- cpu-supplement/port.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu-supplement/port.rst') diff --git a/cpu-supplement/port.rst b/cpu-supplement/port.rst index 2e15a70..68c1471 100644 --- a/cpu-supplement/port.rst +++ b/cpu-supplement/port.rst @@ -329,7 +329,7 @@ facilities mandated by the application binary interface (ABI) of the CPU architecture. The CPU port must initialize the TLS area in the ``_CPU_Context_Initialize()`` function. There are support functions available via ``#include `` which implement Variants I and II -according to Ulrich Drepper, *ELF Handling For Thread-Local Storage*. +according to :cite:`Drepper:2013:TLS`. ``_TLS_TCB_at_area_begin_initialize()`` Uses Variant I, TLS offsets emitted by linker takes the TCB into account. -- cgit v1.2.3