diff options
author | Ayke <aykevanlaethem@gmail.com> | 2024-05-23 03:18:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 09:18:32 +0800 |
commit | 5ae8567640e495296acc0e20c966548aec401119 (patch) | |
tree | 24a42d84b2a2ab7e92ab5e80f20b5c3f5b8aa06b /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | b91b8fea8c58e9b414e291df677b12ca44197784 (diff) | |
download | llvm-5ae8567640e495296acc0e20c966548aec401119.zip llvm-5ae8567640e495296acc0e20c966548aec401119.tar.gz llvm-5ae8567640e495296acc0e20c966548aec401119.tar.bz2 |
Fix R_AVR_7_PCREL and R_AVR_13_PCREL range checking (#92695)
Fix incorrect range check of R_AVR_7_PCREL. R_AVR_7_PCREL has 7 bits
available, but it works in instruction words and the actual range is [-128, 126].
Disable range check of R_AVR_13_PCREL. This matches the behavior of avr-ld,
and is needed for devices like the ATtiny85 which only have rjmp/rcall but have
8KiB flash memory.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions