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 75c554cf9c Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i38 [...] new 9a6c7d9c02 C++ify gdb/common/environ.c
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: gdb/ChangeLog | 45 +++++++++ gdb/Makefile.in | 2 + gdb/charset.c | 11 +-- gdb/common/environ.c | 202 +++++++++++++++----------------------- gdb/common/environ.h | 70 +++++++++---- gdb/gdbserver/ChangeLog | 12 +++ gdb/gdbserver/linux-low.c | 2 +- gdb/gdbserver/lynx-low.c | 2 +- gdb/gdbserver/server.c | 9 +- gdb/gdbserver/server.h | 6 +- gdb/gdbserver/spu-low.c | 2 +- gdb/infcmd.c | 28 +++--- gdb/inferior.c | 4 +- gdb/inferior.h | 6 +- gdb/mi/mi-cmd-env.c | 6 +- gdb/solib.c | 7 +- gdb/unittests/environ-selftests.c | 151 ++++++++++++++++++++++++++++ 17 files changed, 376 insertions(+), 189 deletions(-) create mode 100644 gdb/unittests/environ-selftests.c