diff options
author | Pedro Alves <palves@redhat.com> | 2012-04-19 15:27:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-04-19 15:27:52 +0000 |
commit | 809277f8ce3065577b99603f221d63216fb2de33 (patch) | |
tree | 4f3be23a3a8f4577c795aae80cb6dedad939bfdc /gdb/ChangeLog | |
parent | fd9bb8b878bd629e228ad51ae1168134e9630b78 (diff) | |
download | gdb-809277f8ce3065577b99603f221d63216fb2de33.zip gdb-809277f8ce3065577b99603f221d63216fb2de33.tar.gz gdb-809277f8ce3065577b99603f221d63216fb2de33.tar.bz2 |
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* gnulib/: Move whole directory ...
* gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
* Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
(REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
(aclocal_m4_deps): Adjust.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* configure.ac: Adjust AC_OUTPUT output.
gdbserver/
* Makefile.in (LIBGNU, INCGNU): Adjust.
(GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
(all, install-only, uninstall, clean-info, all-lib, clean)
(maintainer-clean, Makefile, gnulib/Makefile): Adjust.
* configure.ac: Adjust AC_OUTPUT output.
* aclocal.m4: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aa53ada..8888fb5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2012-04-19 Pedro Alves <palves@redhat.com> + + * gnulib/: Move whole directory ... + * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust. + * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS) + (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS) + (aclocal_m4_deps): Adjust. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * configure.ac: Adjust AC_OUTPUT output. + 2012-04-19 Yao Qi <yao@codesourcery.com> * Makefile.in (SFILES): Add common/vec.c and remove vec.c. |