diff --git a/.idea/objutils@1.iml b/.idea/objutils@1.iml index 8e33d7d..6276174 100644 --- a/.idea/objutils@1.iml +++ b/.idea/objutils@1.iml @@ -8,4 +8,4 @@ - \ No newline at end of file + diff --git a/.idea/pyLspTools.xml b/.idea/pyLspTools.xml index bb0a380..f4e568c 100644 --- a/.idea/pyLspTools.xml +++ b/.idea/pyLspTools.xml @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00aac5f..36a6385 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: ["--line-length=132"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.16 + rev: v0.15.17 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"] diff --git a/objutils/elf/defs.py b/objutils/elf/defs.py index e6797ea..3c89f0b 100644 --- a/objutils/elf/defs.py +++ b/objutils/elf/defs.py @@ -1332,7 +1332,6 @@ class ProgramHeader(enum.IntEnum): # MIPS_OPTIONS = 0x70000002 MIPS_ABIFLAGS = 0x70000003 - PT_LOPROC = 0x70000000 # Start of processor-specific. PT_ARM_EXIDX = PT_LOPROC + 1 # Frame unwind information PT_HIPROC = 0x7FFFFFFF # End of processor-specific