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 ff9064cfb4 Update w/HEAD. adds be628ab814 Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h) adds 4f70a99490 Automatic date update in version.in adds f5336ca55c breakpoint.c: bp_location (the array) shadows bp_location (t [...] adds bfb8cf9091 struct breakpoint: Fix indentation adds e6ddc3bfed XCNEW gdbarch_tdep in rl78 and rx adds ad3d022a77 Fix a typo in rx_fpsw_type adds 4af8774e15 Regen bfd-in2.h adds 10463f39c7 Missing _bfd_error_handler args adds c08bb8dd9b Rewrite bfd error handler adds dae82561a2 Use %A and %B in more error messages adds 63a5468afa Wrap long lines adds b1b45502bd Add ChangeLog entries adds 8f0dd45fde * config.sub: Sync with master version in config project. adds 808480f667 fork-child.c: Avoid unnecessary heap-allocation / string copying adds 4274208406 Regen cgen files adds 1d15e434f4 Add note merging to strip and add code to merge stack size notes. adds 7296a62a2a readelf: fix out of range subtraction, seg fault from a NULL [...] adds 441d7c9378 watch_command_1: Fix dangling frame access adds 2a00d7ce26 Fix follow-fork latent bug adds c6609450b3 C++fy thread_apply_all_command adds 5fd69d0ab2 Improve coverage of the PR threads/13217 regression test adds e3d60dfc00 GC inferior.c:init_inferior_list adds 0550c95595 Make inferior a class with cdtors, and use new/delete new 44b6ce7b5d Update w/HEAD.
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: ChangeLog | 4 + bfd/ChangeLog | 102 +++++++++ bfd/aout-cris.c | 4 +- bfd/aoutx.h | 17 +- bfd/archive.c | 4 +- bfd/bfd-in2.h | 3 +- bfd/bfd.c | 360 ++++++++++++++++++------------ bfd/binary.c | 5 +- bfd/coff-arm.c | 11 +- bfd/coff-mcore.c | 2 +- bfd/coff-ppc.c | 2 +- bfd/coff-rs6000.c | 9 +- bfd/coff-tic4x.c | 4 +- bfd/coff-tic80.c | 2 +- bfd/coffcode.h | 23 +- bfd/coffgen.c | 3 +- bfd/cofflink.c | 19 +- bfd/coffswap.h | 10 +- bfd/cpu-arm.c | 4 +- bfd/elf-eh-frame.c | 16 +- bfd/elf-m10300.c | 4 +- bfd/elf-s390-common.c | 2 +- bfd/elf.c | 44 ++-- bfd/elf32-arc.c | 8 +- bfd/elf32-arm.c | 78 +++---- bfd/elf32-avr.c | 3 +- bfd/elf32-bfin.c | 13 +- bfd/elf32-frv.c | 23 +- bfd/elf32-i386.c | 19 +- bfd/elf32-iq2000.c | 8 +- bfd/elf32-m32c.c | 9 +- bfd/elf32-m32r.c | 4 +- bfd/elf32-mep.c | 6 +- bfd/elf32-microblaze.c | 20 +- bfd/elf32-msp430.c | 19 +- bfd/elf32-nds32.c | 8 +- bfd/elf32-rl78.c | 20 +- bfd/elf32-rx.c | 5 +- bfd/elf32-score.c | 5 +- bfd/elf32-score7.c | 5 +- bfd/elf32-sh64.c | 27 +-- bfd/elf32-spu.c | 2 +- bfd/elf32-v850.c | 28 +-- bfd/elf32-vax.c | 27 +-- bfd/elf32-visium.c | 5 +- bfd/elf64-ia64-vms.c | 45 ++-- bfd/elf64-mmix.c | 41 ++-- bfd/elf64-ppc.c | 2 +- bfd/elf64-sh64.c | 20 +- bfd/elf64-sparc.c | 18 +- bfd/elf64-x86-64.c | 25 ++- bfd/elfcode.h | 13 +- bfd/elflink.c | 49 ++-- bfd/elfnn-aarch64.c | 4 +- bfd/elfnn-ia64.c | 30 +-- bfd/elfxx-mips.c | 48 ++-- bfd/hpux-core.c | 6 +- bfd/ieee.c | 8 +- bfd/ihex.c | 4 +- bfd/linker.c | 3 +- bfd/merge.c | 4 +- bfd/mmo.c | 116 +++++----- bfd/oasys.c | 3 +- bfd/pdp11.c | 9 +- bfd/peXXigen.c | 13 +- bfd/rs6000-core.c | 3 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 9 +- bfd/xcofflink.c | 8 +- binutils/ChangeLog | 22 ++ binutils/doc/binutils.texi | 16 +- binutils/objcopy.c | 101 ++++++++- binutils/readelf.c | 43 +++- config.sub | 6 +- gdb/ChangeLog | 111 +++++++++ gdb/Makefile.in | 1 + gdb/breakpoint.c | 167 +++++++------- gdb/breakpoint.h | 205 +++++++++-------- gdb/common/common.m4 | 3 +- gdb/{terminal.h => common/gdb_termios.h} | 42 +--- gdb/fork-child.c | 317 ++++++++++++++++---------- gdb/gdbserver/ChangeLog | 6 + gdb/gdbserver/remote-utils.c | 2 +- gdb/gdbserver/terminal.h | 51 ----- gdb/inferior.c | 47 ++-- gdb/inferior.h | 70 +++--- gdb/inflow.c | 1 + gdb/inflow.h | 2 +- gdb/infrun.c | 5 +- gdb/rl78-tdep.c | 2 +- gdb/rx-tdep.c | 4 +- gdb/ser-unix.c | 1 + gdb/terminal.h | 57 ----- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.threads/threadapply.exp | 31 ++- gdb/thread.c | 137 ++++++------ opcodes/ChangeLog | 16 ++ opcodes/epiphany-desc.c | 5 +- opcodes/fr30-desc.c | 5 +- opcodes/frv-desc.c | 1 + opcodes/ip2k-desc.c | 5 +- opcodes/iq2000-desc.c | 5 +- opcodes/lm32-desc.c | 5 +- opcodes/m32c-desc.c | 5 +- opcodes/m32r-desc.c | 5 +- opcodes/mep-desc.c | 5 +- opcodes/mt-desc.c | 5 +- opcodes/or1k-desc.c | 5 +- opcodes/xc16x-desc.c | 5 +- opcodes/xstormy16-desc.c | 5 +- 110 files changed, 1727 insertions(+), 1284 deletions(-) copy gdb/{terminal.h => common/gdb_termios.h} (68%) delete mode 100644 gdb/gdbserver/terminal.h