This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 0618ecf6eb9 gdb/guile: don't try to print location for watchpoints new a76ef689b60 or1k: Fix issue with plt link failure for local calls new 0b3e14c9028 or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha() new 3c3de29b048 or1k: Avoid R_OR1K_GOT16 overflow failures in presence of R [...] new 284a1309021 or1k: Support large plt_relocs when generating plt entries
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 40 +++++++++ bfd/bfd-in2.h | 1 + bfd/elf32-or1k.c | 190 +++++++++++++++++++++++++++++---------- bfd/libbfd.h | 1 + bfd/reloc.c | 2 + cpu/ChangeLog | 6 ++ cpu/or1k.opc | 7 +- gas/ChangeLog | 7 ++ gas/testsuite/gas/or1k/reloc-1.d | 4 +- gas/testsuite/gas/or1k/reloc-1.s | 4 + include/ChangeLog | 5 ++ include/elf/or1k.h | 1 + ld/ChangeLog | 12 +++ ld/testsuite/ld-or1k/gotha1.dd | 34 +++++++ ld/testsuite/ld-or1k/gotha1.s | 24 +++++ ld/testsuite/ld-or1k/gotha2.dd | 21 +++++ ld/testsuite/ld-or1k/gotha2.s | 22 +++++ ld/testsuite/ld-or1k/or1k.exp | 8 ++ ld/testsuite/ld-or1k/pltlib.s | 1 + opcodes/ChangeLog | 5 ++ opcodes/or1k-asm.c | 7 +- 21 files changed, 354 insertions(+), 48 deletions(-) create mode 100644 ld/testsuite/ld-or1k/gotha1.dd create mode 100644 ld/testsuite/ld-or1k/gotha1.s create mode 100644 ld/testsuite/ld-or1k/gotha2.dd create mode 100644 ld/testsuite/ld-or1k/gotha2.s