Changeset 69690f6 in rtems
- Timestamp:
- Apr 21, 2020, 11:10:07 AM (9 months ago)
- Branches:
- master
- Children:
- 70b803b5
- Parents:
- 9b5af6a
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/21/20 11:10:07)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/05/20 10:56:01)
- Location:
- bsps/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/psim/start/start.S
r9b5af6a r69690f6 25 25 26 26 .LCTOC1 = .+32768 27 28 .extern FUNC_NAME(atexit)29 .globl FUNC_NAME(__atexit)30 .section ".sdata","aw"31 .align 232 FUNC_NAME(__atexit): /* tell C's eabi-ctor's we have an atexit function */33 .long FUNC_NAME(atexit)@fixup /* and that it is to register __do_global_dtors */34 35 .section ".fixup","aw"36 .align 237 .long FUNC_NAME(__atexit)38 27 39 28 .section ".got2","aw" -
bsps/powerpc/ss555/start/start.S
r9b5af6a r69690f6 185 185 .L_D4_e: 186 186 .L_D2: 187 .previous188 189 /*190 * Tell C's eabi-ctor's that we have an atexit function,191 * and that it is to register __do_global_dtors.192 */193 EXTERN_PROC(atexit)194 PUBLIC_VAR(__atexit)195 .section ".sdata","aw"196 .align 2197 SYM(__atexit):198 EXT_PROC_REF(atexit)@fixup199 .previous200 201 .section ".fixup","aw"202 .align 2203 EXT_SYM_REF(__atexit)204 187 .previous 205 188
Note: See TracChangeset
for help on using the changeset viewer.