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 cd074e04155 gdb/tui: fix issue with handling the return character new 0309f9549d8 sim/rx: define sim_memory_map new 93a01471f3d sim/rx: fix an issue where we try to modify a const string new 1c3e93a41f8 sim/rx: fill in missing 'void' for empty argument lists new 73d4725f218 sim/rx: mark some functions as static new 4b426396368 sim/rx: delete an unused function new b9fe9957975 sim/rx: provide a format string for printf new 783a7b12d34 sim/rx: move some variable declarations to the start of the block new ae41b4ce9f3 sim/rx: use PRIx64 in printf format string new fab2b376e30 sim/rx: add some missing includes new da9ecd6085a sim/rx: avoid pointer arithmetic on void * pointers new 6bf99988c68 sim/rx: enable build with warnings new 2708dbbd58f gdb/python: reformat an error string
The 12 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 | 4 ++ gdb/python/python.c | 2 +- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.python/py-framefilter.exp | 2 +- gdb/testsuite/gdb.python/python.exp | 2 +- sim/rx/ChangeLog | 65 +++++++++++++++++++++++++++++ sim/rx/configure | 3 ++ sim/rx/configure.ac | 1 - sim/rx/cpu.h | 2 +- sim/rx/err.c | 11 +---- sim/rx/fpu.c | 2 +- sim/rx/gdb-if.c | 14 +++++-- sim/rx/load.c | 3 +- sim/rx/mem.c | 18 ++++---- sim/rx/mem.h | 4 +- sim/rx/reg.c | 14 +++---- sim/rx/rx.c | 6 +-- sim/rx/syscalls.c | 7 ++-- sim/rx/trace.c | 4 +- 19 files changed, 125 insertions(+), 44 deletions(-)