mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 06:27:21 +08:00
initilization_code.rst, linker_script.rst: Fix cross reference
This commit is contained in:
parent
f3a7c9641b
commit
a0c6979f16
@ -350,7 +350,7 @@ copied into RAM, then the data section recopy is initiated
|
|||||||
This code performs the following actions:
|
This code performs the following actions:
|
||||||
|
|
||||||
- copies the .data section from ROM to its location reserved in RAM (see
|
- copies the .data section from ROM to its location reserved in RAM (see
|
||||||
`Initialized Data`_ for more details about this copy),
|
:ref:`Initialized Data` for more details about this copy),
|
||||||
|
|
||||||
- clear ``.bss`` section (all the non-initialized data will take value 0).
|
- clear ``.bss`` section (all the non-initialized data will take value 0).
|
||||||
|
|
||||||
|
@ -299,6 +299,8 @@ BSP This file can be found at $BSP340_ROOT/startup/linkcmds.
|
|||||||
__WorkspaceBase = .;
|
__WorkspaceBase = .;
|
||||||
} >ram
|
} >ram
|
||||||
|
|
||||||
|
.. _Initialized Data:
|
||||||
|
|
||||||
Initialized Data
|
Initialized Data
|
||||||
================
|
================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user