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 2e7d431af88 Automatic date update in version.in new b3aa594daae gas: add .cv_ucomp and .cv_scomp pseudo-directives
The 1 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: gas/as.h | 5 +- gas/codeview.c | 84 +++++++++++++++++++++++++++++++++ gas/codeview.h | 2 + gas/read.c | 98 ++++++++++++++++++++++++++++++++++++++ gas/testsuite/gas/pe/cv_comp.d | 14 ++++++ gas/testsuite/gas/pe/cv_comp.s | 105 +++++++++++++++++++++++++++++++++++++++++ gas/testsuite/gas/pe/pe.exp | 5 ++ gas/write.c | 44 +++++++++++++++++ 8 files changed, 356 insertions(+), 1 deletion(-) create mode 100644 gas/testsuite/gas/pe/cv_comp.d create mode 100644 gas/testsuite/gas/pe/cv_comp.s