langref: add the new addrspace keyword

Add the new addrspace keyword in the Keyword Reference section, without
documentation.

Move the linksection keyword in order to keep the keywords list sorted.
This commit is contained in:
Manlio Perillo
2023-01-16 19:32:24 +01:00
committed by Veikka Tuominen
parent f3107e2cb2
commit 0973f36389

View File

@@ -11506,6 +11506,17 @@ fn readU32Be() u32 {}
</tr>
</thead>
<tbody>
<tr>
<th scope="row">
<pre>{#syntax#}addrspace{#endsyntax#}</pre>
</th>
<td>
The {#syntax#}addrspace{#endsyntax#} keyword.
<ul>
<li>TODO add documentation for addrspace</li>
</ul>
</td>
</tr>
<tr>
<th scope="row">
<pre>{#syntax#}align{#endsyntax#}</pre>
@@ -11785,6 +11796,17 @@ fn readU32Be() u32 {}
</ul>
</td>
</tr>
<tr>
<th scope="row">
<pre>{#syntax#}linksection{#endsyntax#}</pre>
</th>
<td>
The {#syntax#}linksection{#endsyntax#} keyword.
<ul>
<li>TODO add documentation for linksection</li>
</ul>
</td>
</tr>
<tr>
<th scope="row">
<pre>{#syntax#}noalias{#endsyntax#}</pre>
@@ -11879,17 +11901,6 @@ fn readU32Be() u32 {}
</ul>
</td>
</tr>
<tr>
<th scope="row">
<pre>{#syntax#}linksection{#endsyntax#}</pre>
</th>
<td>
The {#syntax#}linksection{#endsyntax#} keyword.
<ul>
<li>TODO add documentation for linksection</li>
</ul>
</td>
</tr>
<tr>
<th scope="row">
<pre>{#syntax#}struct{#endsyntax#}</pre>