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

xcoff improvements #527

Merged
merged 8 commits into from
Apr 3, 2023
Merged

xcoff improvements #527

merged 8 commits into from
Apr 3, 2023

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    67bd81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f3c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d58b8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd0653d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. xcoff: add more fields to XCOFF symbol flags

    Also handle XCOFF flags in objcopy.
    philipc committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6b40b8b View commit details
    Browse the repository at this point in the history
  2. xcoff: use x_smclas to determine symbol kinds

    This is more reliable than looking at section kinds.
    
    Also change the write logic to give preference to the symbol kind
    rather than the section kind.
    philipc committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    573e457 View commit details
    Browse the repository at this point in the history
  3. write/xcoff: fix symbol values

    write::Symbol::value is a section offset, but xcoff::Symbol*::value is
    absolute.
    philipc committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1164fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947481d View commit details
    Browse the repository at this point in the history