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

cmd/link: clear up the Shlib record when building a pkg #26540

Closed
wants to merge 3 commits into from
Closed

cmd/link: clear up the Shlib record when building a pkg #26540

wants to merge 3 commits into from

Commits on Jul 23, 2018

  1. Update exec.go

    hengwu0 authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    7b06248 View commit details
    Browse the repository at this point in the history
  2. Update buildid.go

    hengwu0 authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    93f882c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Fix mips64 instruction UNPREDICTABLE bug

    Replace `addu` with a `sll` instruction with a definite behavior (`sll` will discard the upper 32 bits of the 64 bits, then do sign extensions, with certain behavior). It won't have any UNPREDICTABLE expectation.
    hengwu0 authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    1f5f489 View commit details
    Browse the repository at this point in the history