This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/pmuldoon/c++compile in repository binutils-gdb.
from a1cd1603c6 Update with origin/master. adds 262062fffd Automatic date update in version.in adds 24f1a75169 Alpha DT_RELA adds 7814882a65 Fix recent compiler warnings. adds 465197842a Fix compile time warning message in linker testsuite test. adds a51d7ecf3d Fix test names starting with uppercase in gdb.arch/ppc64-ato [...] adds 2039d74e78 [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping [...] adds 1b90b13906 Default initialize enum flags to 0 adds 6528b6eba8 PowerPC ld segfault on script discarding dynamic sections adds 58fdfd2c4a Fix a regression by: Code cleanup: Split dwarf2_ranges_read [...] adds e025ae6880 Automatic date update in version.in adds 11648de5a9 aarch64: actually copy first operand in convert_bfc_to_bfm() adds b0c53498a3 gas: require an operand to .startof.()/.sizeof.() adds 5ffbd927b9 Skip ARM vcmp-noprefix-imm test on non-ELF targets adds 25890fc239 Fix gas/all/err-sizeof.s for cris*-*-* adds 758d96d834 Align .gnu_debuglink sections on a 4-byte boundary. new 9cf88132f4 Update w/HEAD to grab dwarf2read.c assertion failure fixes. new 71f21024ff Add tests for array decay. new f00e5f470d Update copyrights, add "untested" messages for runto_main. new e3a38f5607 New cplus_add_input.
The 4 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: bfd/ChangeLog | 18 ++++ bfd/elf32-ppc.c | 14 +-- bfd/elf64-alpha.c | 22 +++-- bfd/elf64-ppc.c | 6 +- bfd/opncls.c | 7 ++ bfd/version.h | 2 +- gas/ChangeLog | 15 ++++ gas/expr.c | 22 +++++ gas/testsuite/gas/all/err-sizeof.s | 21 +++++ gas/testsuite/gas/arm/vcmp-noprefix-imm.d | 1 + gdb/ChangeLog | 24 +++++ gdb/common/enum-flags.h | 3 +- gdb/compile/compile-c-support.c | 15 ++-- gdb/compile/compile-cplus-types.c | 2 +- gdb/compile/compile-object-load.c | 2 +- gdb/dwarf2read.c | 5 +- gdb/rs6000-tdep.c | 53 +++++++---- gdb/testsuite/ChangeLog | 13 +++ gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp | 12 +-- gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.S | 100 +++++++++++++++++++++ .../ppc64-isa207-atomic-inst.c} | 52 ++++------- .../gdb.arch/ppc64-isa207-atomic-inst.exp | 99 ++++++++++++++++++++ .../{cp-simple-inherit.cc => cp-array-decay.cc} | 49 +++------- .../{cp-simple-inherit.exp => cp-array-decay.exp} | 18 ++-- .../gdb.compile/cp-namespace-template.exp | 1 + gdb/testsuite/gdb.compile/cp-simple-anonymous.cc | 2 +- gdb/testsuite/gdb.compile/cp-simple-anonymous.exp | 3 +- gdb/testsuite/gdb.compile/cp-simple-inherit.cc | 2 +- gdb/testsuite/gdb.compile/cp-simple-inherit.exp | 3 +- gdb/testsuite/gdb.compile/cp-simple-member.cc | 2 +- gdb/testsuite/gdb.compile/cp-simple-member.exp | 6 +- gdb/testsuite/gdb.compile/cp-simple-method.cc | 2 +- gdb/testsuite/gdb.compile/cp-simple-method.exp | 1 + gdb/testsuite/gdb.compile/cp-simple-nested.cc | 2 +- gdb/testsuite/gdb.compile/cp-simple-nested.exp | 3 +- gdb/testsuite/gdb.compile/cp-simple-ns.cc | 15 ++++ gdb/testsuite/gdb.compile/cp-simple-ns.exp | 3 +- gdb/testsuite/gdb.compile/cp-simple-template.cc | 5 +- gdb/testsuite/gdb.compile/cp-simple-template.exp | 3 +- gdb/testsuite/gdb.compile/cp-simple-virtual.cc | 2 +- gdb/testsuite/gdb.compile/cp-simple-virtual.exp | 3 +- gdb/testsuite/gdb.compile/cp-special-function.cc | 2 +- gdb/testsuite/gdb.compile/cp-special-function.exp | 3 +- gold/ChangeLog | 6 ++ gold/powerpc.cc | 14 +-- ld/ChangeLog | 5 ++ ld/testsuite/ld-ifunc/pr18808b.c | 14 +-- opcodes/ChangeLog | 5 ++ opcodes/aarch64-asm.c | 4 +- 49 files changed, 519 insertions(+), 167 deletions(-) create mode 100644 gas/testsuite/gas/all/err-sizeof.s create mode 100644 gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.S copy gdb/testsuite/{gdb.compile/cp-simple-inherit.cc => gdb.arch/ppc64-isa207-atom [...] create mode 100644 gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.exp copy gdb/testsuite/gdb.compile/{cp-simple-inherit.cc => cp-array-decay.cc} (55%) copy gdb/testsuite/gdb.compile/{cp-simple-inherit.exp => cp-array-decay.exp} (72%)