ソースを参照

fw: use -malign-data=natural

Use -malign-data=natural; this makes structures align the way one
should have the right to expect.
H. Peter Anvin 3 年 前
コミット
09d392bd4c

BIN
fpga/output_files/max80.jbc


BIN
fpga/output_files/max80.jic


BIN
fpga/output_files/max80.pof


BIN
fpga/output_files/max80.sof


ファイルの差分が大きいため隠しています
+ 507 - 507
fw/boot.mif


+ 2 - 1
riscv-opts.mk

@@ -3,7 +3,8 @@ riscv_target_flags =	-fvisibility=hidden \
 			-fno-pic -Wa,-fno-pic -fno-PIE \
 			-frename-registers -fshort-enums -fshort-wchar \
 			-ffunction-sections -fdata-sections \
-			-mshorten-memrefs -mstrict-align -fno-exceptions
+			-mshorten-memrefs -mstrict-align -fno-exceptions \
+			-malign-data=natural
 
 # Additional flags during application build
 riscv_flags = $(riscv_target_flags) \

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません