From 1a58b1f9d925dd6a16071a106c1aad0827c8e19d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 17 Mar 2005 13:42:17 +0000 Subject: 2005-03-17 Ralf Corsepius * 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. --- scripts/gdb/base-gdb.add | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/gdb/base-gdb.add') 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* -- cgit v1.2.3