Skip to content

Commit 1621376

Browse files
peter-mitsisnashif
authored andcommitted
docs: release: 3.4: List removed absolute symbols
Updates the release notes to document which absolute symbols (generated via GEN_ABSOLUTE_SYM) have been removed. Signed-off-by: Peter Mitsis <[email protected]>
1 parent e1aa139 commit 1621376

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

doc/releases/release-notes-3.4.rst

+19-1
Original file line numberDiff line numberDiff line change
@@ -175,17 +175,35 @@ New APIs in this release
175175
Kernel
176176
******
177177

178+
* Removed absolute symbols :c:macro:`___cpu_t_SIZEOF`,
179+
:c:macro:`_STRUCT_KERNEL_SIZE`, :c:macro:`K_THREAD_SIZEOF` and
180+
:c:macro:`_DEVICE_STRUCT_SIZEOF`
181+
178182
Architectures
179183
*************
180184

181-
* ARM
185+
* ARC
186+
* Removed absolute symbols :c:macro:`___callee_saved_t_SIZEOF` and
187+
:c:macro:`_K_THREAD_NO_FLOAT_SIZEOF`
182188

183189
* ARM
190+
* Removed absolute symbols :c:macro:`___basic_sf_t_SIZEOF`,
191+
:c:macro:`_K_THREAD_NO_FLOAT_SIZEOF`, :c:macro:`___cpu_context_t_SIZEOF`
192+
and :c:macro:`___thread_stack_info_t_SIZEOF`
184193

185194
* ARM64
195+
* Removed absolute symbol :c:macro:`___callee_saved_t_SIZEOF`
196+
197+
* NIOS2
198+
* Removed absolute symbol :c:macro:`_K_THREAD_NO_FLOAT_SIZEOF`
186199

187200
* RISC-V
188201

202+
* SPARC
203+
* Removed absolute symbol :c:macro:`_K_THREAD_NO_FLOAT_SIZEOF`
204+
205+
* X86
206+
189207
* Xtensa
190208

191209
Bluetooth

0 commit comments

Comments
 (0)