- 11 Nov, 2015 1 commit
-
-
Vladimir Serbinenko authored
We already check that jump over 300 bytes gap is 3 bytes in code16-mode. Some clang versions generate 3-byte opcode for short jumps which makes boot.img blow over 512-byte limit. Enforce -no-integrated-as in such cases
-
- 11 Oct, 2015 1 commit
-
-
Vladimir Serbinenko authored
There are no $t4 or $t5 in N32 but there are $a4 and $a5.
-
- 22 Feb, 2015 1 commit
-
-
Vladimir Serbinenko authored
These platforms don't have a hard limit on size of resulting code16 code, so we don't care if assembly is bigger than necessarry.
-
- 21 Feb, 2015 1 commit
-
-
Vladimir Serbinenko authored
Previously we relied on assumption that clang always needs -no-integrated-as but it's not always true.
-