[rtems commit] initilization_code.rst, linker_script.rst: Fix cross reference

Joel Sherrill joel at rtems.org
Fri Oct 28 17:22:09 UTC 2016


Module:    rtems
Branch:    master
Commit:    a0c6979f160f4ea0f65bb76bafda04077ad2c7b3
Changeset: http://git.rtems.org/rtems/commit/?id=a0c6979f160f4ea0f65bb76bafda04077ad2c7b3

Author:    Joel Sherrill <joel at rtems.org>
Date:      Fri Oct 28 11:51:15 2016 -0500

initilization_code.rst, linker_script.rst: Fix cross reference

---

 bsp_howto/initilization_code.rst | 2 +-
 bsp_howto/linker_script.rst      | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bsp_howto/initilization_code.rst b/bsp_howto/initilization_code.rst
index 5899bb2..a69731e 100644
--- a/bsp_howto/initilization_code.rst
+++ b/bsp_howto/initilization_code.rst
@@ -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).
 
diff --git a/bsp_howto/linker_script.rst b/bsp_howto/linker_script.rst
index 8283695..9fe046b 100644
--- a/bsp_howto/linker_script.rst
+++ b/bsp_howto/linker_script.rst
@@ -299,6 +299,8 @@ BSP This file can be found at $BSP340_ROOT/startup/linkcmds.
       __WorkspaceBase = .;
     } >ram
 
+.. _Initialized Data:
+   
 Initialized Data
 ================
 




More information about the vc mailing list