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 7470adb testsuite: solib-disc: Use `standard_output_file' new 08ec958 [ARC] Fix parsing leave_s and enter_s mnemonics. new a691226 mips-tdep: Rearrange comments in `mips_pseudo_register_type' new 78b8632 mips-tdep: Make FCRs always 32-bit
The 3 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/ChangeLog | 9 ++++ gas/config/tc-arc.c | 3 +- gas/testsuite/gas/arc/leave_enter.d | 21 +++++++++ gas/testsuite/gas/arc/leave_enter.s | 16 +++++++ gas/testsuite/gas/arc/regnames.d | 13 ++++++ gas/testsuite/gas/arc/regnames.s | 8 ++++ gdb/ChangeLog | 10 ++++ gdb/mips-tdep.c | 29 +++++++----- gdb/testsuite/ChangeLog | 5 ++ .../break-fun-addr1.c => gdb.arch/mips-fcr.c} | 0 gdb/testsuite/gdb.arch/mips-fcr.exp | 54 ++++++++++++++++++++++ 11 files changed, 154 insertions(+), 14 deletions(-) create mode 100644 gas/testsuite/gas/arc/leave_enter.d create mode 100644 gas/testsuite/gas/arc/leave_enter.s create mode 100644 gas/testsuite/gas/arc/regnames.d create mode 100644 gas/testsuite/gas/arc/regnames.s copy gdb/testsuite/{gdb.base/break-fun-addr1.c => gdb.arch/mips-fcr.c} (100%) create mode 100644 gdb/testsuite/gdb.arch/mips-fcr.exp