Skip to content

Commit 4efdc71

Browse files
committed
Change policy for Tag_RISCV_stack_align, report error if got different values.
1 parent 55e493c commit 4efdc71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

riscv-elf.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,7 @@ Each attribute is described in the following structure:
10491049
Tag_RISCV_strict_align records the N-byte stack alignment for this object. The
10501050
default value is 16 for RV32I or RV64I, and 4 for RV32E.
10511051

1052-
The smallest value will be used if object files with different Tag_RISCV_stack_align
1053-
values are merged.
1052+
It will report erros if link object files with different Tag_RISCV_stack_align values.
10541053

10551054
#### Tag_RISCV_arch, 5, NTBS=subarch
10561055
Tag_RISCV_arch contains a string for the target architecture taken from

0 commit comments

Comments
 (0)