From ed5d7e73ebda31b07878ef670ced999f42b4690c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 Sep 2002 10:31:16 +0000 Subject: [PATCH] Remove some survivors of the old-toolchain removal. --- gnu/usr.bin/gdb/.gdbinit | 27 --------------------------- gnu/usr.bin/gdb/gdb-cfg.texi | 2 -- 2 files changed, 29 deletions(-) delete mode 100644 gnu/usr.bin/gdb/.gdbinit delete mode 100644 gnu/usr.bin/gdb/gdb-cfg.texi diff --git a/gnu/usr.bin/gdb/.gdbinit b/gnu/usr.bin/gdb/.gdbinit deleted file mode 100644 index 7d20be8fa3ea..000000000000 --- a/gnu/usr.bin/gdb/.gdbinit +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: .gdbinit,v 1.4 2000/11/28 22:33:49 jmc Exp $ - -# .gdbinit for debugging gdb with itself - -echo Setting up the environment for debugging gdb.\n - -set complaints 1 - -b fatal - -b info_command -commands - silent - return -end - -dir ../../dist/gdb -dir ../../dist/readline - -dir ../../lib/libbfd - -dir ../../dist/bfd -dir ../../dist/opcodes -dir ../../dist/libiberty -dir ../../dist/include - -set prompt (top-gdb) diff --git a/gnu/usr.bin/gdb/gdb-cfg.texi b/gnu/usr.bin/gdb/gdb-cfg.texi deleted file mode 100644 index 7a757d5bb0cd..000000000000 --- a/gnu/usr.bin/gdb/gdb-cfg.texi +++ /dev/null @@ -1,2 +0,0 @@ -@c $NetBSD: gdb-cfg.texi,v 1.1 1999/02/16 20:19:04 tv Exp $ -@include all-cfg.texi