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: mirage/mirage
base: 97833d786eac
Choose a base ref
...
head repository: mirage/mirage
compare: 9d2793f5c2ed
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 20, 2014

  1. xen: fixed link order in generated Makefile

    libm has to come last because other libraries might depend on maths
    functions, not just main.o. Moved libocaml and libxencaml to the end
    for the same reason (they certainly won't depend on any of the
    project-specific C libraries).
    
    This uncovered some "multiple definition" errors because mirage-xen
    overrides the functions in bigarray and shared_memory_ring_stubs, but
    was also listing them as libraries. These libraries are now removed
    from the linker command.
    talex5 committed Nov 20, 2014
    Copy the full SHA
    888ea19 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Merge branch 'link-order' of git://github.com/talex5/mirage

    Conflicts:
    	CHANGES
    avsm committed Nov 26, 2014
    Copy the full SHA
    b97ceb1 View commit details
    Browse the repository at this point in the history
  2. bump working version to 2.0.2

    avsm committed Nov 26, 2014
    Copy the full SHA
    9d2793f View commit details
    Browse the repository at this point in the history