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 880d97770b6 [gdb/testsuite] Don't use O2 for inlining in break-inline-p [...] new 6a35491162b gdb/testsuite: Add compiler options parameter to function_r [...] new 34e9a9fa0a1 gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler new c90d28ac890 gdb: Don't remove duplicate entries from the line table
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/ChangeLog | 7 + gdb/buildsym.c | 14 -- gdb/testsuite/ChangeLog | 20 +++ .../gdb.dwarf2/dw2-inline-small-func-lbls.c | 37 +++++ gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.c | 22 +++ gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp | 158 +++++++++++++++++++++ gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.h | 21 +++ gdb/testsuite/gdb.opt/inline-small-func.c | 22 +++ gdb/testsuite/gdb.opt/inline-small-func.exp | 60 ++++++++ gdb/testsuite/gdb.opt/inline-small-func.h | 21 +++ gdb/testsuite/lib/dwarf.exp | 9 +- 11 files changed, 375 insertions(+), 16 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func-lbls.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.h create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.c create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.exp create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.h