diff options
Diffstat (limited to 'gdbsupport/ChangeLog')
-rw-r--r-- | gdbsupport/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index bb7ae97..0634e37 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,12 @@ +2020-02-13 Simon Marchi <simon.marchi@efficios.com> + + * Makefile.am: Rename source files from .c to .cc. + (CC, CFLAGS): Don't override. + (AM_CFLAGS): Rename to ... + (AM_CXXFLAGS): ... this. + * Makefile.in: Re-generate. + * %.c: Rename to %.cc. + 2020-02-11 Simon Marchi <simon.marchi@efficios.com> * configure: Re-generate. |