Skip to content

Commit 958d0a3

Browse files
committed
Align VEX V5 boot routine to 4 bytes
1 parent 292be5c commit 958d0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/armv7a_vex_v5_linker_script.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SECTIONS {
6060
/*
6161
* Executable program instructions.
6262
*/
63-
.text : {
63+
.text ALIGN(4) : {
6464
/* _boot routine (entry point from VEXos, must be at 0x03800020) */
6565
*(.boot)
6666

0 commit comments

Comments
 (0)