This patch corrects the behaviour of code such as:
.local foo jal foo foo:
to use the correct jal expansion when writing ELF files.
Patch by: Daniel Sanders
Differential D24722
[mips] Correct jal expansion for local symbols in .local directives. sdardis on Sep 19 2016, 5:23 AM. Authored by
Details This patch corrects the behaviour of code such as: .local foo jal foo foo: to use the correct jal expansion when writing ELF files. Patch by: Daniel Sanders
Diff Detail
Event TimelineComment Actions Reverted this patch to Daniel's original version. The fix for the assembly case will be resolved once D24721 is committed. Comment Actions @vkalintiris this patch ok without the dependency and FIXMEs? I should be able to get the other patch in as I can provide cleaner test cases. |