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 1cfb73dbb7 Target FP: Merge doublest.c and dfp.c into target-float.c new 726e13564b Assume termios is available, remove support for termio and sgtty new a94799ac1e Don't set terminal flags twice in a row new 6aa899ce25 Eliminate STOP_SIGNAL, use SIGTSTP directly
The 3 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 | 72 ++++++++++++ gdb/Makefile.in | 10 +- gdb/common/gdb_termios.h | 78 ------------- gdb/common/job-control.c | 23 ++-- gdb/configure | 3 +- gdb/configure.ac | 3 +- gdb/event-top.c | 26 ++--- gdb/event-top.h | 10 +- gdb/gdbserver/configure | 2 +- gdb/gdbserver/configure.ac | 2 +- gdb/gdbserver/remote-utils.c | 33 +----- gdb/inflow.c | 97 ++++------------ gdb/inflow.h | 12 +- gdb/ser-base.c | 8 -- gdb/ser-base.h | 3 - gdb/ser-event.c | 1 - gdb/ser-go32.c | 12 -- gdb/ser-mingw.c | 4 - gdb/ser-pipe.c | 1 - gdb/ser-tcp.c | 1 - gdb/ser-unix.c | 264 +------------------------------------------ gdb/serial.c | 8 -- gdb/serial.h | 12 -- gdb/testsuite/ChangeLog | 8 ++ gdb/top.c | 8 +- 25 files changed, 143 insertions(+), 558 deletions(-) delete mode 100644 gdb/common/gdb_termios.h