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

Support MIPS64 .o files - don't remove has_addend #495

Merged
merged 6 commits into from
Sep 4, 2023

Commits on Aug 24, 2023

  1. Update relocation.py to support MIPS64 .o files. Add a test file. DWA…

    …RF test still shows an error.
    Noam Yorav-Raphael committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    321ac6c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Make test pass for test/testfiles_for_readelf/simple_mips_gcc.o.elf b…

    …y having two _RELOCATION_RECIPES_MIPS, one for REL and one for RELA
    Noam Yorav-Raphael committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d86e951 View commit details
    Browse the repository at this point in the history
  2. Adjust llvm-dwarfdump output for MIPS64 to match pyelftools and gcc-o…

    …bjdump.
    Noam Yorav-Raphael committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    1ba18b3 View commit details
    Browse the repository at this point in the history
  3. update dwarf_mips64el.o.elf

    Noam Yorav-Raphael authored and Noam Yorav-Raphael committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a1ccf95 View commit details
    Browse the repository at this point in the history
  4. Change dwarf_mips64el.c to not use globals

    Now we don't depend on whether relocations on globals in .o should be performed or not.
    Noam Yorav-Raphael authored and Noam Yorav-Raphael committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    b9b449d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    38da969 View commit details
    Browse the repository at this point in the history