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 a9f26f609e Fix build with GCC 8: strncpy ->strcpy new 7a26362d36 Target FP: Refactor use of host floating-point arithmetic new 2400729ecf Target FP: Make use of MPFR if available
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: gdb/ChangeLog | 134 +++ gdb/Makefile.in | 5 +- gdb/NEWS | 5 + gdb/README | 17 + gdb/config.in | 3 + gdb/configure | 499 ++++++++++ gdb/configure.ac | 22 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 15 + gdb/target-float.c | 1759 +++++++++++++++++++++++++---------- gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.arch/vsx-regs.exp | 12 +- gdb/testsuite/gdb.base/float128.c | 4 + gdb/testsuite/gdb.base/float128.exp | 3 + 14 files changed, 1994 insertions(+), 498 deletions(-)