X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=13a1e46ca251c722190011513d705fcba15829bd;hb=80fd2826411c1033ec403658c5f3187bf9c1740a;hp=03c249815e6bf9f92a101d52af403760e5b4038b;hpb=700545387df82388b054947dc74cc0bb5cbd2a60;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 03c249815e..13a1e46ca2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2019-10-02 Tom Tromey + + * Makefile.in (COMMON_SFILES): Add common-inferior.c. + * gdbsupport/common-inferior.c: New file. + * infcmd.c (startup_with_shell): Don't define. + * nat/fork-inferior.h (startup_with_shell): Don't declare. + * gdbsupport/common-inferior.h (startup_with_shell): Declare. + * inferior.h (startup_with_shell): Don't declare. + 2019-10-02 Christian Biesinger * gdbsupport/gdb_assert.h: Include errors.h.