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 bdd582d Arc assembler: Convert nps400 from a machine type to an extension. new 04d59df Improve user experience in printing Fortran derived types. new 5f68df2 MIPS/BFD: Don't stop processing on a cross-mode jump conversi [...]
The 2 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 | 8 +++ bfd/elfxx-mips.c | 12 ++--- gdb/ChangeLog | 5 ++ gdb/f-valprint.c | 34 +++++++++--- gdb/testsuite/ChangeLog | 9 ++++ .../{charset.exp => derived-type-function.exp} | 32 +++++------ .../gdb.fortran/derived-type-function.f90 | 62 ++++++++++++++++++++++ gdb/testsuite/gdb.fortran/derived-type.exp | 6 +-- gdb/testsuite/gdb.fortran/vla-type.exp | 4 +- ld/ChangeLog | 7 +++ ld/testsuite/ld-mips-elf/mode-change-error-1.d | 5 +- ld/testsuite/ld-mips-elf/mode-change-error-1a.s | 3 ++ 12 files changed, 147 insertions(+), 40 deletions(-) copy gdb/testsuite/gdb.fortran/{charset.exp => derived-type-function.exp} (58%) create mode 100644 gdb/testsuite/gdb.fortran/derived-type-function.f90