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 47a39c6e183 Fix gdb.ada/arrayptr.exp results new c9bfa277e9e Fix Ada integer literals with exponents new 63fc2437ded Implement real literal extension for Ada new aacf24b4db3 Fix bug in ada_print_floating
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: gdb/NEWS | 8 ++ gdb/ada-lex.l | 107 ++++++++++++++++----- gdb/ada-valprint.c | 7 ++ gdb/doc/gdb.texinfo | 16 +++ gdb/testsuite/gdb.ada/float-bits.exp | 53 ++++++++++ .../callee.adb => float-bits/prog.adb} | 13 ++- .../gdb.ada/{O2_float_param.exp => literals.exp} | 31 +++--- 7 files changed, 189 insertions(+), 46 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/float-bits.exp copy gdb/testsuite/gdb.ada/{inline-section-gc/callee.adb => float-bits/prog.adb} (81%) copy gdb/testsuite/gdb.ada/{O2_float_param.exp => literals.exp} (55%)