From owner-cvs-gnu Tue Feb 4 14:26:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA18123 for cvs-gnu-outgoing; Tue, 4 Feb 1997 14:26:58 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA18113; Tue, 4 Feb 1997 14:26:55 -0800 (PST) Date: Tue, 4 Feb 1997 14:26:55 -0800 (PST) From: Joerg Wunsch Message-Id: <199702042226.OAA18113@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/gdb/elf common.h dwarf.h external.h internal.h src/gnu/usr.bin/gdb/mmalloc COPYING.LIB Makefile README.FreeBSD attach.c detach.c keys.c mcalloc.c mfree.c mmalloc.c mmalloc.h mmalloc.texi mmap-sup.c mmcheck.c mmemalign.c mmstats.c mmtrace.c mrealloc.c mvalloc.c sbrk-sup.c src/gnu/usr.bin/gdb/gdb/aout aout64.h ar.h encap.h host.h ranlib.h reloc.h stab.def stab_gnu.h src/gnu/usr.bin/gdb/gdb/coff ecoff.h i386.h internal.h sym.h symconst.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/04 14:26:54 Branch: gnu/usr.bin/gdb/gdb/aout RELENG_2_2 gnu/usr.bin/gdb/gdb/coff RELENG_2_2 gnu/usr.bin/gdb/gdb/elf RELENG_2_2 gnu/usr.bin/gdb/mmalloc RELENG_2_2 Removed: gnu/usr.bin/gdb/gdb/aout aout64.h ar.h encap.h host.h ranlib.h reloc.h stab.def stab_gnu.h gnu/usr.bin/gdb/gdb/coff ecoff.h i386.h internal.h sym.h symconst.h gnu/usr.bin/gdb/gdb/elf common.h dwarf.h external.h internal.h gnu/usr.bin/gdb/mmalloc COPYING.LIB Makefile README.FreeBSD attach.c detach.c keys.c mcalloc.c mfree.c mmalloc.c mmalloc.h mmalloc.texi mmap-sup.c mmcheck.c mmemalign.c mmstats.c mmtrace.c mrealloc.c mvalloc.c sbrk-sup.c Log: Remove extraneous cruft we don't need anymore. This fixes the compilation problems people have been seeing (which were caused by the compilation picking up the old header files). I've already wondered while doing the mega-merge why these files had magically disappeared... of course, they weren't cvs rm'ed yet.