summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/base-gdb.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-03-17 13:42:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-03-17 13:42:17 +0000
commit1a58b1f9d925dd6a16071a106c1aad0827c8e19d (patch)
tree992a883359e4960adf2603da0491187cc53236db /scripts/gdb/base-gdb.add
parent2005-03-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1a58b1f9d925dd6a16071a106c1aad0827c8e19d.tar.bz2
2005-03-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* gdb/Makefile.am: Add avr, mips64. Cosmetics. * gdb/base-gdb.add: Reflect gdb-6.3 not shipping mmalloc.info*. * gdb/target-gdb.add: Add support for gcc-6.3's gdbtui. * gdb/mkspec.in: Add PATCH-magic. Add gdb_suffix.
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*