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/artiq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1fc51f32ed6c
Choose a base ref
...
head repository: m-labs/artiq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f28b259b5f08
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 15, 2016

  1. doc: binutils patch is not needed any more.

    whitequark committed Feb 15, 2016
    Copy the full SHA
    3da9bfc View commit details
  2. Commit missing parts of 74a7584.

    whitequark committed Feb 15, 2016
    Copy the full SHA
    f28b259 View commit details
Showing with 8 additions and 37 deletions.
  1. +5 −2 artiq/test/lit/embedding/error_name_absent_suggest.py
  2. +3 −6 doc/manual/installing.rst
  3. +0 −29 misc/binutils-2.25.1-or1k-R_PCREL-pcrel_offset.patch
7 changes: 5 additions & 2 deletions artiq/test/lit/embedding/error_name_absent_suggest.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,10 @@
from artiq.language.core import *
from artiq.language.types import *

def foo():
pass

@kernel
def entrypoint():
# CHECK-L: ${LINE:+1}: fatal: name 'prnt' is not bound to anything; did you mean 'print'?
prnt()
# CHECK-L: ${LINE:+1}: fatal: name 'fo0' is not bound to anything; did you mean 'foo'?
fo0()
9 changes: 3 additions & 6 deletions doc/manual/installing.rst
Original file line number Diff line number Diff line change
@@ -127,12 +127,9 @@ and the ARTIQ kernels.
* Install OpenRISC binutils (or1k-linux-...): ::

$ cd ~/artiq-dev
$ wget https://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.bz2
$ tar xvf binutils-2.25.1.tar.bz2
$ rm binutils-2.25.1.tar.bz2

$ cd binutils-2.25.1
$ patch -p1 <~/artiq-dev/misc/binutils-2.25.1-or1k-R_PCREL-pcrel_offset.patch
$ wget https://ftp.gnu.org/gnu/binutils/binutils-2.26.tar.bz2
$ tar xvf binutils-2.26.tar.bz2
$ rm binutils-2.26.tar.bz2

$ mkdir build
$ cd build
29 changes: 0 additions & 29 deletions misc/binutils-2.25.1-or1k-R_PCREL-pcrel_offset.patch

This file was deleted.