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 c4b126b87a6 ELF: Don't check relocations in non-loaded, non-alloced sections new 0cfcd4f003c [gdb/testsuite] Fix use of fail in gdb_cmd_file new b3db6d07be4 opcodes: support insn endianness in cgen_cpu_open new e9bffec9afc opcodes: discriminate endianness and insn-endianness in CGEN ports new d8740be1593 cpu,gas,opcodes: remove no longer needed workaround from th [...]
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: binutils/ChangeLog | 6 ++++ binutils/objdump.c | 2 ++ cpu/ChangeLog | 10 ++++++ cpu/bpf.cpu | 10 ++---- cpu/bpf.opc | 1 - cpu/mep.opc | 2 +- gas/ChangeLog | 17 ++++++++++ gas/cgen.c | 9 +++-- gas/config/tc-bpf.c | 9 +++-- gas/config/tc-mep.c | 2 +- gdb/testsuite/ChangeLog | 4 +++ gdb/testsuite/lib/gdb.exp | 2 +- include/ChangeLog | 10 ++++++ include/opcode/cgen.h | 11 +++++-- opcodes/ChangeLog | 84 +++++++++++++++++++++++++++++++++++++++++++++++ opcodes/bpf-desc.c | 16 +++++---- opcodes/bpf-dis.c | 10 ++++-- opcodes/bpf-ibld.c | 10 +++--- opcodes/bpf-opc.c | 48 +++++++++++++-------------- opcodes/cgen-dis.in | 9 ++++- opcodes/cgen-ibld.in | 10 +++--- opcodes/cgen-opc.c | 18 ++++++---- opcodes/disassemble.c | 1 + opcodes/epiphany-desc.c | 12 ++++--- opcodes/epiphany-dis.c | 9 ++++- opcodes/epiphany-ibld.c | 10 +++--- opcodes/fr30-desc.c | 12 ++++--- opcodes/fr30-dis.c | 9 ++++- opcodes/fr30-ibld.c | 10 +++--- opcodes/frv-desc.c | 12 ++++--- opcodes/frv-dis.c | 9 ++++- opcodes/frv-ibld.c | 10 +++--- opcodes/ip2k-desc.c | 12 ++++--- opcodes/ip2k-dis.c | 9 ++++- opcodes/ip2k-ibld.c | 10 +++--- opcodes/iq2000-desc.c | 12 ++++--- opcodes/iq2000-dis.c | 9 ++++- opcodes/iq2000-ibld.c | 10 +++--- opcodes/lm32-desc.c | 12 ++++--- opcodes/lm32-dis.c | 9 ++++- opcodes/lm32-ibld.c | 10 +++--- opcodes/m32c-desc.c | 12 ++++--- opcodes/m32c-dis.c | 9 ++++- opcodes/m32c-ibld.c | 10 +++--- opcodes/m32r-desc.c | 12 ++++--- opcodes/m32r-dis.c | 9 ++++- opcodes/m32r-ibld.c | 10 +++--- opcodes/mep-desc.c | 12 ++++--- opcodes/mep-dis.c | 11 +++++-- opcodes/mep-ibld.c | 10 +++--- opcodes/mt-desc.c | 12 ++++--- opcodes/mt-dis.c | 9 ++++- opcodes/mt-ibld.c | 10 +++--- opcodes/or1k-desc.c | 12 ++++--- opcodes/or1k-dis.c | 9 ++++- opcodes/or1k-ibld.c | 10 +++--- opcodes/xc16x-desc.c | 12 ++++--- opcodes/xc16x-dis.c | 9 ++++- opcodes/xc16x-ibld.c | 10 +++--- opcodes/xstormy16-desc.c | 12 ++++--- opcodes/xstormy16-dis.c | 9 ++++- opcodes/xstormy16-ibld.c | 10 +++--- 62 files changed, 490 insertions(+), 216 deletions(-)