Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bruno relocation fixes #69

Merged
merged 2 commits into from
Jun 21, 2023
Merged

Bruno relocation fixes #69

merged 2 commits into from
Jun 21, 2023

Commits on Jun 19, 2023

  1. Relocations: Fix some 32 bit relocations

    Fix for issue #564
    
    The following 32 bit relocations were set as signed but should be bitfield:
     ARC_32_ME, ARC_GLOB_DAT, ARC_JMP_SLOT, ARC_RELATIVE
    
    Signed-off-by: Bruno Mauricio <brunoasmauricio@gmail.com>
    BrunoASMauricio committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5ecb033 View commit details
    Browse the repository at this point in the history
  2. Relocations: Remove unused relocation ARC_32_ME_S

    Fix for issue #565
    
    Signed-off-by: Bruno Mauricio <brunoasmauricio@gmail.com>
    BrunoASMauricio committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    97868e2 View commit details
    Browse the repository at this point in the history