This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b0919cd147 tree-optimization/114760 - check variants of >> and << in l [...] new 36781ef8fd2 [PATCH v2 1/4] Support for CodeView debugging format new ed6690a0ca9 [PATCH v2 2/4] Output file checksums in CodeView section
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: gcc/Makefile.in | 2 + gcc/config/i386/cygming.h | 2 + gcc/dwarf2codeview.cc | 308 +++++++++++++++++++++ gcc/{rtlhash.h => dwarf2codeview.h} | 20 +- gcc/dwarf2out.cc | 11 + gcc/flag-types.h | 3 + gcc/flags.h | 4 + gcc/opts.cc | 23 +- .../debug/{btf/btf-1.c => codeview/codeview-1.c} | 2 +- .../debug/{btf/btf.exp => codeview/codeview.exp} | 10 +- gcc/toplev.cc | 4 + 11 files changed, 368 insertions(+), 21 deletions(-) create mode 100644 gcc/dwarf2codeview.cc copy gcc/{rtlhash.h => dwarf2codeview.h} (60%) copy gcc/testsuite/gcc.dg/debug/{btf/btf-1.c => codeview/codeview-1.c} (56%) copy gcc/testsuite/gcc.dg/debug/{btf/btf.exp => codeview/codeview.exp} (88%)