Changeset eb630cf in mainline for uspace/lib/c/arch/arm32/src/crt0.S
- Timestamp:
- 2023-01-18T20:20:29Z (23 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b67ce1ff
- Parents:
- b83c5e4
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-09-02 18:43:01)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-01-18 20:20:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/src/crt0.S
rb83c5e4 reb630cf 40 40 SYMBOL(_start) 41 41 # Store the RAS page address into the ras_page variable 42 // FIXME: This only works for not-PIC executables. 42 43 ldr r0, =ras_page 43 44 str r2, [r0]
Note:
See TracChangeset
for help on using the changeset viewer.