diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-05-21 06:50:12 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-05-21 06:50:12 +0000 |
commit | 776af39ed756acf5f49eff83a6ca265e35c4b217 (patch) | |
tree | 5d9df414353810139bce2501618ed92395cafe9d /gdb/ChangeLog | |
parent | 1509e5737f8b0d499117aefbd68ca8e9548f701f (diff) | |
download | gdb-776af39ed756acf5f49eff83a6ca265e35c4b217.zip gdb-776af39ed756acf5f49eff83a6ca265e35c4b217.tar.gz gdb-776af39ed756acf5f49eff83a6ca265e35c4b217.tar.bz2 |
Add new system-gdbinit infrastructure
gdb/ChangeLog:
* data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
variable.
(VPATH): Add SYSTEM_GDBINIT_SRCDIR.
(SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
(SYSTEM_GDBINIT_FILES): New variables.
(all): Add stamp-system-gdbinit.
(stamp-system-gdbinit): New rule.
(clean-system-gdbinit, install-system-gdbinit)
(uninstall-system-gdbinit): New rules. Make them .PHONY.
(install-only): Add dependency on install-system-gdbinit.
(uninstall): Add dependency on uninstall-system-gdbinit.
(clean): Add dependency on clean-system-gdbinit.
* system-gdbinit/elinos.py: New file.
* system-gdbinit/wrs-linux.py: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c48f7e7..ece0942 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,22 @@ 2013-05-21 Joel Brobecker <brobecker@adacore.com> + * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New + variable. + (VPATH): Add SYSTEM_GDBINIT_SRCDIR. + (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR) + (SYSTEM_GDBINIT_FILES): New variables. + (all): Add stamp-system-gdbinit. + (stamp-system-gdbinit): New rule. + (clean-system-gdbinit, install-system-gdbinit) + (uninstall-system-gdbinit): New rules. Make them .PHONY. + (install-only): Add dependency on install-system-gdbinit. + (uninstall): Add dependency on uninstall-system-gdbinit. + (clean): Add dependency on clean-system-gdbinit. + * system-gdbinit/elinos.py: New file. + * system-gdbinit/wrs-linux.py: New file. + +2013-05-21 Joel Brobecker <brobecker@adacore.com> + * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak. 2013-05-21 Hui Zhu <hui@codesourcery.com> |