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 8f432634a53 [gdb/testsuite] Remove stale exec in gdb_compile_ada new 06b3c5bdb01 gdbsupport: rename source files to .cc new feacfcacaac gdbserver: rename source files to .cc
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: gdbserver/ChangeLog | 11 ++ gdbserver/Makefile.in | 188 ++++++++++----------- gdbserver/{ax.c => ax.cc} | 0 gdbserver/configure | 2 +- gdbserver/configure.ac | 2 +- gdbserver/{debug.c => debug.cc} | 0 gdbserver/{dll.c => dll.cc} | 0 gdbserver/{event-loop.c => event-loop.cc} | 0 gdbserver/{fork-child.c => fork-child.cc} | 0 gdbserver/{gdbreplay.c => gdbreplay.cc} | 0 gdbserver/{hostio-errno.c => hostio-errno.cc} | 0 gdbserver/{hostio.c => hostio.cc} | 0 gdbserver/{i387-fp.c => i387-fp.cc} | 0 gdbserver/{inferiors.c => inferiors.cc} | 0 .../{linux-aarch32-low.c => linux-aarch32-low.cc} | 0 ...inux-aarch32-tdesc.c => linux-aarch32-tdesc.cc} | 0 .../{linux-aarch64-ipa.c => linux-aarch64-ipa.cc} | 0 .../{linux-aarch64-low.c => linux-aarch64-low.cc} | 0 ...inux-aarch64-tdesc.c => linux-aarch64-tdesc.cc} | 0 .../{linux-amd64-ipa.c => linux-amd64-ipa.cc} | 0 gdbserver/{linux-arm-low.c => linux-arm-low.cc} | 0 .../{linux-arm-tdesc.c => linux-arm-tdesc.cc} | 0 gdbserver/{linux-bfin-low.c => linux-bfin-low.cc} | 0 gdbserver/{linux-cris-low.c => linux-cris-low.cc} | 0 .../{linux-crisv32-low.c => linux-crisv32-low.cc} | 0 gdbserver/{linux-i386-ipa.c => linux-i386-ipa.cc} | 0 gdbserver/{linux-ia64-low.c => linux-ia64-low.cc} | 0 gdbserver/{linux-low.c => linux-low.cc} | 0 gdbserver/{linux-m32r-low.c => linux-m32r-low.cc} | 0 gdbserver/{linux-m68k-low.c => linux-m68k-low.cc} | 0 gdbserver/{linux-mips-low.c => linux-mips-low.cc} | 0 .../{linux-nios2-low.c => linux-nios2-low.cc} | 0 gdbserver/{linux-ppc-ipa.c => linux-ppc-ipa.cc} | 0 gdbserver/{linux-ppc-low.c => linux-ppc-low.cc} | 0 gdbserver/{linux-s390-ipa.c => linux-s390-ipa.cc} | 0 gdbserver/{linux-s390-low.c => linux-s390-low.cc} | 0 gdbserver/{linux-sh-low.c => linux-sh-low.cc} | 0 .../{linux-sparc-low.c => linux-sparc-low.cc} | 0 .../{linux-tic6x-low.c => linux-tic6x-low.cc} | 0 gdbserver/{linux-tile-low.c => linux-tile-low.cc} | 0 gdbserver/{linux-x86-low.c => linux-x86-low.cc} | 0 .../{linux-x86-tdesc.c => linux-x86-tdesc.cc} | 0 .../{linux-xtensa-low.c => linux-xtensa-low.cc} | 0 gdbserver/{lynx-i386-low.c => lynx-i386-low.cc} | 0 gdbserver/{lynx-low.c => lynx-low.cc} | 0 gdbserver/{lynx-ppc-low.c => lynx-ppc-low.cc} | 0 gdbserver/{mem-break.c => mem-break.cc} | 0 gdbserver/{notif.c => notif.cc} | 0 gdbserver/{nto-low.c => nto-low.cc} | 0 gdbserver/{nto-x86-low.c => nto-x86-low.cc} | 0 gdbserver/{proc-service.c => proc-service.cc} | 0 gdbserver/{regcache.c => regcache.cc} | 0 gdbserver/{remote-utils.c => remote-utils.cc} | 0 gdbserver/{server.c => server.cc} | 0 gdbserver/{symbol.c => symbol.cc} | 0 gdbserver/{target.c => target.cc} | 0 gdbserver/{tdesc.c => tdesc.cc} | 0 gdbserver/{thread-db.c => thread-db.cc} | 0 gdbserver/{tracepoint.c => tracepoint.cc} | 0 gdbserver/{utils.c => utils.cc} | 0 gdbserver/{win32-arm-low.c => win32-arm-low.cc} | 0 gdbserver/{win32-i386-low.c => win32-i386-low.cc} | 0 gdbserver/{win32-low.c => win32-low.cc} | 0 gdbserver/{wincecompat.c => wincecompat.cc} | 0 gdbserver/{x86-low.c => x86-low.cc} | 0 gdbserver/{xtensa-xtregs.c => xtensa-xtregs.cc} | 0 gdbsupport/ChangeLog | 9 + gdbsupport/Makefile.am | 73 ++++---- gdbsupport/Makefile.in | 126 +++++++------- gdbsupport/{agent.c => agent.cc} | 0 gdbsupport/{btrace-common.c => btrace-common.cc} | 0 gdbsupport/{buffer.c => buffer.cc} | 0 gdbsupport/{cleanups.c => cleanups.cc} | 0 gdbsupport/{common-debug.c => common-debug.cc} | 0 .../{common-exceptions.c => common-exceptions.cc} | 0 .../{common-inferior.c => common-inferior.cc} | 0 .../{common-regcache.c => common-regcache.cc} | 0 gdbsupport/{common-utils.c => common-utils.cc} | 0 gdbsupport/{environ.c => environ.cc} | 0 gdbsupport/{errors.c => errors.cc} | 0 gdbsupport/{fileio.c => fileio.cc} | 0 gdbsupport/{filestuff.c => filestuff.cc} | 0 gdbsupport/{format.c => format.cc} | 0 gdbsupport/{gdb-dlfcn.c => gdb-dlfcn.cc} | 0 .../{gdb_tilde_expand.c => gdb_tilde_expand.cc} | 0 gdbsupport/{gdb_vecs.c => gdb_vecs.cc} | 0 gdbsupport/{gdb_wait.c => gdb_wait.cc} | 0 gdbsupport/{job-control.c => job-control.cc} | 0 gdbsupport/{netstuff.c => netstuff.cc} | 0 gdbsupport/{new-op.c => new-op.cc} | 0 gdbsupport/{pathstuff.c => pathstuff.cc} | 0 gdbsupport/{print-utils.c => print-utils.cc} | 0 gdbsupport/{ptid.c => ptid.cc} | 0 gdbsupport/{rsp-low.c => rsp-low.cc} | 0 gdbsupport/{run-time-clock.c => run-time-clock.cc} | 0 gdbsupport/{safe-strerror.c => safe-strerror.cc} | 0 gdbsupport/{scoped_mmap.c => scoped_mmap.cc} | 0 gdbsupport/{selftest.c => selftest.cc} | 0 ...ave-restore.c => signals-state-save-restore.cc} | 0 gdbsupport/{signals.c => signals.cc} | 0 gdbsupport/{tdesc.c => tdesc.cc} | 0 gdbsupport/{thread-pool.c => thread-pool.cc} | 0 gdbsupport/{xml-utils.c => xml-utils.cc} | 0 gnulib/Makefile.in | 4 +- 104 files changed, 214 insertions(+), 201 deletions(-) rename gdbserver/{ax.c => ax.cc} (100%) rename gdbserver/{debug.c => debug.cc} (100%) rename gdbserver/{dll.c => dll.cc} (100%) rename gdbserver/{event-loop.c => event-loop.cc} (100%) rename gdbserver/{fork-child.c => fork-child.cc} (100%) rename gdbserver/{gdbreplay.c => gdbreplay.cc} (100%) rename gdbserver/{hostio-errno.c => hostio-errno.cc} (100%) rename gdbserver/{hostio.c => hostio.cc} (100%) rename gdbserver/{i387-fp.c => i387-fp.cc} (100%) rename gdbserver/{inferiors.c => inferiors.cc} (100%) rename gdbserver/{linux-aarch32-low.c => linux-aarch32-low.cc} (100%) rename gdbserver/{linux-aarch32-tdesc.c => linux-aarch32-tdesc.cc} (100%) rename gdbserver/{linux-aarch64-ipa.c => linux-aarch64-ipa.cc} (100%) rename gdbserver/{linux-aarch64-low.c => linux-aarch64-low.cc} (100%) rename gdbserver/{linux-aarch64-tdesc.c => linux-aarch64-tdesc.cc} (100%) rename gdbserver/{linux-amd64-ipa.c => linux-amd64-ipa.cc} (100%) rename gdbserver/{linux-arm-low.c => linux-arm-low.cc} (100%) rename gdbserver/{linux-arm-tdesc.c => linux-arm-tdesc.cc} (100%) rename gdbserver/{linux-bfin-low.c => linux-bfin-low.cc} (100%) rename gdbserver/{linux-cris-low.c => linux-cris-low.cc} (100%) rename gdbserver/{linux-crisv32-low.c => linux-crisv32-low.cc} (100%) rename gdbserver/{linux-i386-ipa.c => linux-i386-ipa.cc} (100%) rename gdbserver/{linux-ia64-low.c => linux-ia64-low.cc} (100%) rename gdbserver/{linux-low.c => linux-low.cc} (100%) rename gdbserver/{linux-m32r-low.c => linux-m32r-low.cc} (100%) rename gdbserver/{linux-m68k-low.c => linux-m68k-low.cc} (100%) rename gdbserver/{linux-mips-low.c => linux-mips-low.cc} (100%) rename gdbserver/{linux-nios2-low.c => linux-nios2-low.cc} (100%) rename gdbserver/{linux-ppc-ipa.c => linux-ppc-ipa.cc} (100%) rename gdbserver/{linux-ppc-low.c => linux-ppc-low.cc} (100%) rename gdbserver/{linux-s390-ipa.c => linux-s390-ipa.cc} (100%) rename gdbserver/{linux-s390-low.c => linux-s390-low.cc} (100%) rename gdbserver/{linux-sh-low.c => linux-sh-low.cc} (100%) rename gdbserver/{linux-sparc-low.c => linux-sparc-low.cc} (100%) rename gdbserver/{linux-tic6x-low.c => linux-tic6x-low.cc} (100%) rename gdbserver/{linux-tile-low.c => linux-tile-low.cc} (100%) rename gdbserver/{linux-x86-low.c => linux-x86-low.cc} (100%) rename gdbserver/{linux-x86-tdesc.c => linux-x86-tdesc.cc} (100%) rename gdbserver/{linux-xtensa-low.c => linux-xtensa-low.cc} (100%) rename gdbserver/{lynx-i386-low.c => lynx-i386-low.cc} (100%) rename gdbserver/{lynx-low.c => lynx-low.cc} (100%) rename gdbserver/{lynx-ppc-low.c => lynx-ppc-low.cc} (100%) rename gdbserver/{mem-break.c => mem-break.cc} (100%) rename gdbserver/{notif.c => notif.cc} (100%) rename gdbserver/{nto-low.c => nto-low.cc} (100%) rename gdbserver/{nto-x86-low.c => nto-x86-low.cc} (100%) rename gdbserver/{proc-service.c => proc-service.cc} (100%) rename gdbserver/{regcache.c => regcache.cc} (100%) rename gdbserver/{remote-utils.c => remote-utils.cc} (100%) rename gdbserver/{server.c => server.cc} (100%) rename gdbserver/{symbol.c => symbol.cc} (100%) rename gdbserver/{target.c => target.cc} (100%) rename gdbserver/{tdesc.c => tdesc.cc} (100%) rename gdbserver/{thread-db.c => thread-db.cc} (100%) rename gdbserver/{tracepoint.c => tracepoint.cc} (100%) rename gdbserver/{utils.c => utils.cc} (100%) rename gdbserver/{win32-arm-low.c => win32-arm-low.cc} (100%) rename gdbserver/{win32-i386-low.c => win32-i386-low.cc} (100%) rename gdbserver/{win32-low.c => win32-low.cc} (100%) rename gdbserver/{wincecompat.c => wincecompat.cc} (100%) rename gdbserver/{x86-low.c => x86-low.cc} (100%) rename gdbserver/{xtensa-xtregs.c => xtensa-xtregs.cc} (100%) rename gdbsupport/{agent.c => agent.cc} (100%) rename gdbsupport/{btrace-common.c => btrace-common.cc} (100%) rename gdbsupport/{buffer.c => buffer.cc} (100%) rename gdbsupport/{cleanups.c => cleanups.cc} (100%) rename gdbsupport/{common-debug.c => common-debug.cc} (100%) rename gdbsupport/{common-exceptions.c => common-exceptions.cc} (100%) rename gdbsupport/{common-inferior.c => common-inferior.cc} (100%) rename gdbsupport/{common-regcache.c => common-regcache.cc} (100%) rename gdbsupport/{common-utils.c => common-utils.cc} (100%) rename gdbsupport/{environ.c => environ.cc} (100%) rename gdbsupport/{errors.c => errors.cc} (100%) rename gdbsupport/{fileio.c => fileio.cc} (100%) rename gdbsupport/{filestuff.c => filestuff.cc} (100%) rename gdbsupport/{format.c => format.cc} (100%) rename gdbsupport/{gdb-dlfcn.c => gdb-dlfcn.cc} (100%) rename gdbsupport/{gdb_tilde_expand.c => gdb_tilde_expand.cc} (100%) rename gdbsupport/{gdb_vecs.c => gdb_vecs.cc} (100%) rename gdbsupport/{gdb_wait.c => gdb_wait.cc} (100%) rename gdbsupport/{job-control.c => job-control.cc} (100%) rename gdbsupport/{netstuff.c => netstuff.cc} (100%) rename gdbsupport/{new-op.c => new-op.cc} (100%) rename gdbsupport/{pathstuff.c => pathstuff.cc} (100%) rename gdbsupport/{print-utils.c => print-utils.cc} (100%) rename gdbsupport/{ptid.c => ptid.cc} (100%) rename gdbsupport/{rsp-low.c => rsp-low.cc} (100%) rename gdbsupport/{run-time-clock.c => run-time-clock.cc} (100%) rename gdbsupport/{safe-strerror.c => safe-strerror.cc} (100%) rename gdbsupport/{scoped_mmap.c => scoped_mmap.cc} (100%) rename gdbsupport/{selftest.c => selftest.cc} (100%) rename gdbsupport/{signals-state-save-restore.c => signals-state-save-restore.cc} (100%) rename gdbsupport/{signals.c => signals.cc} (100%) rename gdbsupport/{tdesc.c => tdesc.cc} (100%) rename gdbsupport/{thread-pool.c => thread-pool.cc} (100%) rename gdbsupport/{xml-utils.c => xml-utils.cc} (100%)