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

[LoongArch] Use R_LARCH_ALIGN without symbol as much as possible #93775

Merged
merged 2 commits into from
Jun 4, 2024

Commits on May 29, 2024

  1. [LoongArch] Use R_LARCH_ALIGN without symbol as much as possible

    In LoongArch psABI v2.30, the R_LARCH_ALIGN requires symbol index to
    to support the third parameter of alignment directive. Following this
    extended R_LARCH_ALIGN make the symbol index be redundant in some case.
    E.g. `.align 4` or `.align 4,,16`. Thus, use the extended R_LARCH_ALIGN
    only when the third parameter is effective. Otherwise use the orginal
    R_LARCH_ALIGN for simple.
    MQ-mengqing authored and SixWeining committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5dec9e8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Address @MaskRay's comments

    SixWeining committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3c3c763 View commit details
    Browse the repository at this point in the history