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 32a7293a027 [gdb] Fix assertion failure due to null frame new 4208f50c6d3 arc gas: don't use X_md as input to expression() new aa895663925 gas: initialisation of expressionS in operand() new e3f9c2f90ef gas: more expression initialisation new 3fc9616817e mips gas: expression initialisation new 58a722afdb6 gdb: PR 33384 invalid disassembler option message new c572eb343a2 opcodes: PR 33384 invalid disassembler option message
The 6 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: gas/cgen.c | 14 +++--- gas/config/obj-coff.c | 10 ++-- gas/config/tc-alpha.c | 10 ++-- gas/config/tc-arc.c | 22 +++------ gas/config/tc-i386-intel.c | 10 ++-- gas/config/tc-microblaze.c | 3 ++ gas/config/tc-microblaze.h | 6 +++ gas/config/tc-mips.c | 117 +++++++++++++++++++-------------------------- gas/config/tc-ppc.c | 8 +--- gas/config/tc-tic54x.c | 8 ++-- gas/config/tc-z80.h | 6 +++ gas/dw2gencfi.c | 11 ++--- gas/ecoff.c | 6 +++ gas/expr.c | 62 ++++++------------------ gas/gen-sframe.c | 114 +++++++++++++++++++++---------------------- gas/read.c | 8 ++-- gdb/arm-tdep.c | 17 +++++-- gdb/disasm.c | 16 +++++-- include/dis-asm.h | 38 ++++++--------- opcodes/arc-dis.c | 49 ++++++++++--------- opcodes/arm-dis.c | 93 ++++++++++++++++------------------- opcodes/csky-dis.c | 28 ++++------- opcodes/disassemble.c | 42 ++++++++-------- opcodes/nfp-dis.c | 46 +++++++++--------- opcodes/ppc-dis.c | 77 ++++++++++++++++------------- 25 files changed, 387 insertions(+), 434 deletions(-)