Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/misoc
base: b5048f6cf1fa
Choose a base ref
...
head repository: m-labs/misoc
compare: f6639c18330b
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 26, 2015

  1. Add a stub pthread header.

    The header implements only the pthread rwlock interface, which
    never actually locks.
    
    This is necessary to build libunwind.
    whitequark committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    b2710e4 View commit details
    Browse the repository at this point in the history
  2. Add a stub getenv() implementation.

    This is not strictly necessary to build libunwind (it can
    be built with -DNDEBUG), but it will be handy while it is
    debugged.
    
    It can be removed afterwards.
    whitequark committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    24463a1 View commit details
    Browse the repository at this point in the history
  3. Add libunwind.

    whitequark committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    f6639c1 View commit details
    Browse the repository at this point in the history