mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 02:46:30 +08:00
initilization_code.rst, linker_script.rst: Fix cross reference
This commit is contained in:
@@ -350,7 +350,7 @@ copied into RAM, then the data section recopy is initiated
|
||||
This code performs the following actions:
|
||||
|
||||
- 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).
|
||||
|
||||
|
@@ -299,6 +299,8 @@ BSP This file can be found at $BSP340_ROOT/startup/linkcmds.
|
||||
__WorkspaceBase = .;
|
||||
} >ram
|
||||
|
||||
.. _Initialized Data:
|
||||
|
||||
Initialized Data
|
||||
================
|
||||
|
||||
|
Reference in New Issue
Block a user