From 3da9bfc70492adc0ae87873ce01ed413f5b7a4e1 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 15 Feb 2016 18:24:11 +0000 Subject: [PATCH] doc: binutils patch is not needed any more. --- doc/manual/installing.rst | 9 ++---- ...ils-2.25.1-or1k-R_PCREL-pcrel_offset.patch | 29 ------------------- 2 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 misc/binutils-2.25.1-or1k-R_PCREL-pcrel_offset.patch diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index f2aba9b58..7f3cb332c 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -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 diff --git a/misc/binutils-2.25.1-or1k-R_PCREL-pcrel_offset.patch b/misc/binutils-2.25.1-or1k-R_PCREL-pcrel_offset.patch deleted file mode 100644 index 22bdc3d12..000000000 --- a/misc/binutils-2.25.1-or1k-R_PCREL-pcrel_offset.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/bfd/elf32-or1k.c 2015-08-02 15:45:34.275922535 +0300 -+++ b/bfd/elf32-or1k.c 2015-08-02 15:45:36.635931622 +0300 -@@ -199,7 +199,7 @@ - FALSE, /* partial_inplace */ - 0, /* src_mask */ - 0xffffffff, /* dst_mask */ -- FALSE), /* pcrel_offset */ -+ TRUE), /* pcrel_offset */ - - HOWTO (R_OR1K_16_PCREL, - 0, /* rightshift */ -@@ -213,7 +213,7 @@ - FALSE, /* partial_inplace */ - 0, /* src_mask */ - 0xffff, /* dst_mask */ -- FALSE), /* pcrel_offset */ -+ TRUE), /* pcrel_offset */ - - HOWTO (R_OR1K_8_PCREL, - 0, /* rightshift */ -@@ -227,7 +227,7 @@ - FALSE, /* partial_inplace */ - 0, /* src_mask */ - 0xff, /* dst_mask */ -- FALSE), /* pcrel_offset */ -+ TRUE), /* pcrel_offset */ - - HOWTO (R_OR1K_GOTPC_HI16, /* Type. */ - 16, /* Rightshift. */ \ No newline at end of file