summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/base-gdb.add
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gdb/base-gdb.add')
-rw-r--r--scripts/gdb/base-gdb.add3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gdb/base-gdb.add b/scripts/gdb/base-gdb.add
index 3e7cc4a632..ba97543536 100644
--- a/scripts/gdb/base-gdb.add
+++ b/scripts/gdb/base-gdb.add
@@ -17,7 +17,10 @@ This is the base for gdb regardless of target CPU.
%dir %{_prefix}/info
%doc %{_prefix}/info/gdb.info*
+# FIXME: When had mmalloc.info been removed?
+%if "%{gdb_version}" < "6.3"
%doc %{_prefix}/info/mmalloc.info*
+%endif
# FIXME: When had gdbint and stabs been introduced?
%if "%{gdb_version}" >= "5.0"
%doc %{_prefix}/info/gdbint.info*