aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2015-11-08 21:38:35 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2015-11-08 21:46:14 -0800
commitaee719fc288f9fee5bb4418f3fbe76f2d9125589 (patch)
treee43005c4195f7183630acc723f364a20bc0070db /binutils
parent8bfe9ed2d16dcb58bb2f2cc22299d1fb2fd092ad (diff)
downloadriscv-gnu-toolchain-aee719fc288f9fee5bb4418f3fbe76f2d9125589.zip
riscv-gnu-toolchain-aee719fc288f9fee5bb4418f3fbe76f2d9125589.tar.gz
riscv-gnu-toolchain-aee719fc288f9fee5bb4418f3fbe76f2d9125589.tar.bz2
Bump binutils to 2.25.1
This just requires a single extra argument to a function call, which I copied from aarch64. I've only tested that newlib builds, but I don't see how this could cause any problems... :) I was hoping this would help with my attempts to integrate the GDB and binutils ports into one repo for upstreaming, but it looks like 2.25.1 is still a bit too old for this.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/bfd/elfnn-riscv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/bfd/elfnn-riscv.c b/binutils/bfd/elfnn-riscv.c
index 5a46678..9d5419d 100644
--- a/binutils/bfd/elfnn-riscv.c
+++ b/binutils/bfd/elfnn-riscv.c
@@ -973,9 +973,9 @@ riscv_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
}
if (eh->tls_type & ~GOT_NORMAL)
- return _bfd_elf_adjust_dynamic_copy (h, htab->sdyntdata);
+ return _bfd_elf_adjust_dynamic_copy (info, h, htab->sdyntdata);
- return _bfd_elf_adjust_dynamic_copy (h, htab->sdynbss);
+ return _bfd_elf_adjust_dynamic_copy (info, h, htab->sdynbss);
}
/* Allocate space in .plt, .got and associated reloc sections for