From 2b9a7ebbdce1002b4468664aec388aee3edf996cea579e4dcdb1fa6d63698530 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 2 Jul 2015 13:27:58 +0000 Subject: [PATCH] - Remove auto-loading non-existent /etc/gdbinit.d/gdb-heap.py from /etc/gdbinit OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=123 --- gdb.changes | 6 ++++++ gdbinit | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb.changes b/gdb.changes index d7a41a2..3626981 100644 --- a/gdb.changes +++ b/gdb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 2 13:26:29 UTC 2015 - rguenther@suse.com + +- Remove auto-loading non-existent /etc/gdbinit.d/gdb-heap.py + from /etc/gdbinit + ------------------------------------------------------------------- Mon Jun 29 07:27:44 UTC 2015 - schwab@suse.de diff --git a/gdbinit b/gdbinit index 119b387..2699a7b 100644 --- a/gdbinit +++ b/gdbinit @@ -1,4 +1,3 @@ # System-wide GDB initialization file. -# FIXME: provide a wildcard. -source %{_sysconfdir}/gdbinit.d/gdb-heap.py +# FIXME: provide a wildcard for sourcing files in /etc/gdbinit.d/