Up to [cvs.NetBSD.org] / src / share / mk
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.730 / (download) - annotate - [select for diffs], Fri May 3 16:05:11 2013 UTC (2 weeks, 3 days ago) by matt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.729: +2 -2
lines
Diff to previous 1.729 (colored)
Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.
Revision 1.729 / (download) - annotate - [select for diffs], Fri May 3 15:55:21 2013 UTC (2 weeks, 3 days ago) by matt
Branch: MAIN
Changes since 1.728: +2 -2
lines
Diff to previous 1.728 (colored)
Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != ""
Revision 1.728 / (download) - annotate - [select for diffs], Sun Apr 28 04:05:41 2013 UTC (3 weeks, 2 days ago) by joerg
Branch: MAIN
Changes since 1.727: +2 -2
lines
Diff to previous 1.727 (colored)
Introduce MKLIBSTDCXX, defaulting to yes.
Revision 1.727 / (download) - annotate - [select for diffs], Sat Apr 27 23:02:22 2013 UTC (3 weeks, 2 days ago) by joerg
Branch: MAIN
Changes since 1.726: +2 -2
lines
Diff to previous 1.726 (colored)
Add build glue for libc++.
Revision 1.726 / (download) - annotate - [select for diffs], Sat Apr 27 08:42:44 2013 UTC (3 weeks, 3 days ago) by matt
Branch: MAIN
Changes since 1.725: +3 -1
lines
Diff to previous 1.725 (colored)
Default MKCOMPAT to no for earm
Revision 1.725 / (download) - annotate - [select for diffs], Wed Feb 27 21:25:08 2013 UTC (2 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver
Changes since 1.724: +2 -2
lines
Diff to previous 1.724 (colored)
Add infrastructure for building MCLinker.
Revision 1.706.2.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:16 2013 UTC (2 months, 3 weeks ago) by tls
Branch: tls-maxphys
Changes since 1.706.2.1: +39 -9
lines
Diff to previous 1.706.2.1 (colored) to branchpoint 1.706 (colored) next main 1.707 (colored)
resync with head
Revision 1.724 / (download) - annotate - [select for diffs], Fri Feb 15 19:49:49 2013 UTC (3 months ago) by jmmv
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base
Changes since 1.723: +3 -1
lines
Diff to previous 1.723 (colored)
Add the MKKYUA knob. MKKYUA defaults to no and will remain as such until the import is complete and validated. This knob does not currently have any effects on the build as nothing relies on it yet. Upcoming imports and changes in this area will all be guarded by this flag.
Revision 1.723 / (download) - annotate - [select for diffs], Sun Feb 10 22:05:51 2013 UTC (3 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.722: +3 -1
lines
Diff to previous 1.722 (colored)
add TOOL_MKNOD
Revision 1.722 / (download) - annotate - [select for diffs], Sun Feb 3 05:36:36 2013 UTC (3 months, 2 weeks ago) by matt
Branch: MAIN
Changes since 1.721: +8 -5
lines
Diff to previous 1.721 (colored)
Add support for MACHINE_ARCH earmhf and earmhfeb
Revision 1.721 / (download) - annotate - [select for diffs], Sun Jan 27 02:31:44 2013 UTC (3 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.720: +14 -1
lines
Diff to previous 1.720 (colored)
Move HAS_SSP and USE_SSP out of bsd.sys.mk. They did not belong there in the first place. Rename HAS_SSP to HAVE_SSP to match existing practice.
Revision 1.720 / (download) - annotate - [select for diffs], Sun Jan 27 02:22:27 2013 UTC (3 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.719: +1 -3
lines
Diff to previous 1.719 (colored)
we cannot include bsd.sys.mk because of YHEADER. The incestious relation of the .mk files needs to be fixed.
Revision 1.719 / (download) - annotate - [select for diffs], Sat Jan 26 21:48:58 2013 UTC (3 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.718: +3 -1
lines
Diff to previous 1.718 (colored)
include <bsd.sys.mk> This is a mess. HAS_SSP (which should really be HAVE_SSP), is defined in bsd.sys.mk. So things that need it, include the file directly. The trouble comes because bsd.sys.mk, needs stuff that bsd.own.mk defines, so including first does not work. Anyway most other files include bsd.sys.mk directly, so user Makefiles should just not do that, and just include <bsd.own.mk> to get all the defines they need.
Revision 1.691.2.4 / (download) - annotate - [select for diffs], Wed Jan 23 00:05:36 2013 UTC (3 months, 3 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.691.2.3: +8 -2
lines
Diff to previous 1.691.2.3 (colored) to branchpoint 1.691 (colored) next main 1.692 (colored)
sync with head
Revision 1.718 / (download) - annotate - [select for diffs], Fri Jan 18 19:32:09 2013 UTC (4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.717: +6 -1
lines
Diff to previous 1.717 (colored)
Now that ctf is fixed for at least amd64, go back to an equivalent to the original functionality, use the tool only if it exists.
Revision 1.691.2.3 / (download) - annotate - [select for diffs], Wed Jan 16 05:32:38 2013 UTC (4 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.691.2.2: +31 -17
lines
Diff to previous 1.691.2.2 (colored) to branchpoint 1.691 (colored)
sync with (a bit old) head
Revision 1.717 / (download) - annotate - [select for diffs], Fri Jan 11 12:55:29 2013 UTC (4 months, 1 week ago) by matt
Branch: MAIN
Changes since 1.716: +3 -2
lines
Diff to previous 1.716 (colored)
Make MKSOFTFLOAT = yes for ARM (since arm is softfloat by default).
Revision 1.696.2.2.2.4 / (download) - annotate - [select for diffs], Fri Nov 30 23:34:22 2012 UTC (5 months, 2 weeks ago) by matt
Branch: matt-nb6-plus
Changes since 1.696.2.2.2.3: +2 -1
lines
Diff to previous 1.696.2.2.2.3 (colored) to branchpoint 1.696.2.2 (colored) next main 1.696.2.3 (colored)
Switch ARM to USE_COMPILERCRTSTUFF=no
Revision 1.716 / (download) - annotate - [select for diffs], Fri Nov 30 17:51:50 2012 UTC (5 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.715: +2 -2
lines
Diff to previous 1.715 (colored)
Don't force link and CSS options in bsd.own.mk, bsd.man.mk sets them.
Revision 1.696.2.4 / (download) - annotate - [select for diffs], Sat Nov 24 19:45:11 2012 UTC (5 months, 3 weeks ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1
Changes since 1.696.2.3: +1 -11
lines
Diff to previous 1.696.2.3 (colored) to branchpoint 1.696 (colored) next main 1.697 (colored)
Pull up following revision(s) (requested by nick in ticket #668): gnu/usr.bin/gdb6/libiberty/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/eorb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bang.exp: file removal gnu/dist/gdb6/bfd/mach-o-target.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdstoi.cgs: file removal gnu/dist/gdb6/sim/cris/decodev32.c: file removal gnu/dist/gdb6/include/nlm/internal.h: file removal gnu/dist/gdb6/gdb/remote-est.c: file removal gnu/dist/gdb6/gdb/blockframe.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/and3.cgs: file removal gnu/dist/gdb6/sim/d10v/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/optimize.exp: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb680.exp: file removal gnu/usr.bin/gdb6/arch/mipseb/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bs15503.cc: file removal gnu/dist/gdb6/bfd/cpu-dlx.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrotli.cgs: file removal gnu/dist/gdb6/libiberty/insque.c: file removal gnu/dist/gdb6/gdb/cp-abi.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-exec.c: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrb-imm.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_com.c: file removal gnu/dist/gdb6/sim/mips/acconfig.h: file removal gnu/dist/gdb6/libiberty/testsuite/demangle-expected: file removal gnu/dist/gdb6/bfd/ChangeLog-2004: file removal gnu/dist/gdb6/sim/testsuite/configure.ac: file removal gnu/dist/gdb6/readline/keymaps.h: file removal gnu/dist/gdb6/opcodes/m32c-desc.h: file removal gnu/dist/gdb6/opcodes/pj-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/killed.exp: file removal gnu/dist/gdb6/gdb/cli/cli-dump.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bgtz.cgs: file removal gnu/dist/gdb6/bfd/cpu-m10300.c: file removal gnu/dist/gdb6/gdb/m32c-tdep.c: file removal gnu/dist/gdb6/sim/frv/cache.h: file removal gnu/dist/gdb6/include/elf/or32.h: file removal gnu/dist/gdb6/include/coff/sparc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t01_mov.exp: file removal gnu/dist/gdb6/bfd/aout-adobe.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movscr.ms: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11tim.c: file removal gnu/dist/gdb6/sim/common/sim-n-bits.h: file removal gnu/dist/gdb6/include/opcode/cgen-bitset.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/linux-dp.exp: file removal gnu/dist/gdb6/sim/arm/thumbemu.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pc-fp.c: file removal gnu/dist/gdb6/gdb/config/nm-nbsdaout.h: file removal gnu/usr.bin/gdb6/arch/i386/init.c: file removal gnu/dist/gdb6/sim/common/cgen-scache.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mipseb/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldubi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxru.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/linux-dp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldmia.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc.c: file removal gnu/dist/gdb6/gdb/testsuite/config/gdbserver.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckle.cgs: file removal gnu/dist/gdb6/bfd/srec.c: file removal gnu/dist/gdb6/sim/d10v/configure.ac: file removal gnu/dist/gdb6/gdb/alpha-linux-tdep.c: file removal gnu/dist/gdb6/gdb/doc/fdl.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfdivs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sll3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsbu.cgs: file removal gnu/dist/gdb6/sim/mn10300/mn10300_sim.h: file removal gnu/dist/gdb6/libiberty/pex-one.c: file removal gnu/dist/gdb6/sim/m32r/mloop.in: file removal gnu/dist/gdb6/include/opcode/ns32k.h: file removal gnu/dist/gdb6/bfd/elf64-sh64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/and.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone3.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-is.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1555-main.c: file removal gnu/dist/gdb6/etc/configdev.ein: file removal gnu/dist/gdb6/gdb/config/vax/nbsdelf.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone4.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cursal.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/clip.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/add.cgs: file removal gnu/dist/gdb6/sim/frv/options.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mov.cgs: file removal gnu/dist/gdb6/gdb/cli/cli-script.h: file removal gnu/dist/gdb6/gdb/config/m88k/obsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/siginfo.exp: file removal gnu/dist/gdb6/gdb/frame.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cop2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbgtlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstbu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mremap.c: file removal gnu/dist/gdb6/sim/common/hw-ports.h: file removal gnu/dist/gdb6/gdb/remote-utils.h: file removal gnu/dist/gdb6/gdb/tracepoint.h: file removal gnu/dist/gdb6/sim/ppc/hw_opic.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecpc.ms: file removal gnu/dist/gdb6/sim/h8300/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread-specific.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/truncate1.c: file removal gnu/dist/gdb6/readline/chardefs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stc.cgs: file removal gnu/dist/gdb6/sim/testsuite/configure: file removal gnu/dist/gdb6/libiberty/pexecute.c: file removal gnu/dist/gdb6/gdb/vaxbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/dump.exp: file removal gnu/dist/gdb6/sim/cris/rvdummy.c: file removal gnu/dist/gdb6/config/mh-sysv5: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/adds.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/str-imm.cgs: file removal gnu/dist/gdb6/gdb/config/pa/nbsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/tools/test-objdbg.cc: file removal gnu/dist/gdb6/gdb/m68k-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bl8.cgs: file removal gnu/dist/gdb6/libiberty/setenv.c: file removal gnu/dist/gdb6/include/coff/pe.h: file removal gnu/dist/gdb6/bfd/bfdio.c: file removal gnu/dist/gdb6/gdb/terminal.h: file removal gnu/dist/gdb6/gdb/coffread.c: file removal gnu/dist/gdb6/gdb/config/arm/nbsdaout.mh: file removal gnu/dist/gdb6/sim/common/run.1: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x1.cc: file removal gnu/dist/gdb6/include/opcode/h8300.h: file removal gnu/dist/gdb6/include/fopen-same.h: file removal gnu/dist/gdb6/gdb/mi/ChangeLog-1999-2003: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcklg.cgs: file removal gnu/dist/gdb6/sim/common/config.in: file removal gnu/dist/gdb6/sim/arm/armcopro.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_list.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mulh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io9.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rte.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/sbfs.ms: file removal gnu/dist/gdb6/gdb/linux-thread-db.c: file removal gnu/dist/gdb6/sim/arm/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq6.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/sparc.inc: file removal gnu/dist/gdb6/bfd/po/sv.po: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr.cgs: file removal gnu/dist/gdb6/opcodes/po/ro.po: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t10_and.s: file removal gnu/dist/gdb6/sim/frv/README: file removal gnu/dist/gdb6/opcodes/ia64-ic.tbl: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/std.dev: file removal gnu/dist/gdb6/include/opcode/vax.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/commands.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/checkpoint.exp: file removal gnu/dist/gdb6/bfd/elf32-ppc.c: file removal gnu/dist/gdb6/gdb/tui/tui-win.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftige.cgs: file removal gnu/dist/gdb6/libiberty/getpagesize.c: file removal gnu/dist/gdb6/gdb/testsuite/config/d10v.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bl24.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/exprs.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcplhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addr.ms: file removal gnu/dist/gdb6/gettext.m4: file removal gnu/dist/gdb6/gdb/config/vax/nbsdaout.mh: file removal gnu/dist/gdb6/gdb/mips-mdebug-tdep.c: file removal gnu/dist/gdb6/opcodes/xc16x-desc.c: file removal gnu/dist/gdb6/gdb/c-valprint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m32c.inc: file removal gnu/dist/gdb6/gdb/sparc-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapq.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr-sprel.cgs: file removal gnu/dist/gdb6/sim/ppc/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/pthreads.c: file removal gnu/dist/gdb6/gdb/mi/mi-parse.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lsr.cgs: file removal gnu/dist/gdb6/opcodes/config.in: file removal gnu/dist/gdb6/gdb/config/m32r/linux.mh: file removal gnu/dist/gdb6/gdb/mi/mi-cmds.h: file removal gnu/dist/gdb6/gdb/scm-valprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/host1.ms: file removal gnu/dist/gdb6/sim/igen/gen-support.h: file removal gnu/dist/gdb6/gdb/i386bsd-tdep.c: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmp.cgs: file removal gnu/dist/gdb6/sim/ppc/debug.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/consecutive.c: file removal gnu/dist/gdb6/opcodes/m88k-dis.c: file removal gnu/dist/gdb6/readline/doc/readline.3: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigrepeat.c: file removal gnu/dist/gdb6/gdb/gdbserver/linux-cris-low.c: file removal gnu/dist/gdb6/include/elf/m68hc11.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t03_add.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/class2.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/jmpl.pcgs: file removal gnu/dist/gdb6/gdb/testsuite/config/i960.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/bfd.h: file removal gnu/dist/gdb6/libiberty/md5.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdcmps.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccknv.cgs: file removal gnu/dist/gdb6/opcodes/frv-dis.c: file removal gnu/dist/gdb6/gdb/gdb_proc_service.h: file removal gnu/dist/gdb6/sim/cris/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/clrjmp1.ms: file removal gnu/dist/gdb6/sim/ppc/pk_disklabel.c: file removal gnu/dist/gdb6/gdb/config/rs6000/tm-rs6000.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lduh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsad.cgs: file removal gnu/usr.bin/gdb6/libiberty/Makefile: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return/pck.ads: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fadds.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsl2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mulx.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/movgs.cgs: file removal gnu/dist/gdb6/sim/ppc/sim-endian-n.h: file removal gnu/dist/gdb6/sim/d10v/ChangeLog: file removal gnu/dist/gdb6/gdb/amd64-linux-nat.c: file removal gnu/dist/gdb6/bfd/cpu-arm.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqc.cgs: file removal gnu/dist/gdb6/gdb/gdbarch.sh: file removal gnu/dist/gdb6/sim/m32r/README: file removal gnu/dist/gdb6/opcodes/fr30-ibld.c: file removal gnu/dist/gdb6/opcodes/cgen-bitset.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/objcdecode.m: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mvn.cgs: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-var.c: file removal gnu/dist/gdb6/opcodes/cgen-ops.h: file removal gnu/dist/gdb6/bfd/m68knetbsd.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/auxv.exp: file removal gnu/dist/gdb6/bfd/hosts/m88kmach3.h: file removal gnu/dist/gdb6/libiberty/splay-tree.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-watch.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig8.c: file removal gnu/dist/gdb6/sim/common/dv-glue.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig9.c: file removal gnu/dist/gdb6/opcodes/cgen-asm.c: file removal gnu/dist/gdb6/bfd/cpu-openrisc.c: file removal gnu/dist/gdb6/bfd/ChangeLog-9193: file removal gnu/dist/gdb6/gdb/linux-fork.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/cp-support.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldres.cgs: file removal gnu/dist/gdb6/sim/frv/registers.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ori.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts.exp: file removal gnu/dist/gdb6/include/nlm/i386-ext.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m68hc11.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/call.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulhs.cgs: file removal gnu/dist/gdb6/include/opcode/cris.h: file removal gnu/dist/gdb6/etc/standards.info: file removal gnu/dist/gdb6/etc/Makefile.in: file removal gnu/dist/gdb6/gdb/cli/cli-logging.c: file removal gnu/dist/gdb6/gdb/config/mips/linux.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsetloh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bctrlr.cgs: file removal gnu/dist/gdb6/sim/ppc/dp-bit.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecrt32.ms: file removal gnu/dist/gdb6/opcodes/ia64-opc-i.c: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/cache.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftlg.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/optimize.c: file removal gnu/dist/gdb6/gdb/testsuite/config/mips-idt.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/config.h: file removal gnu/dist/gdb6/bfd/elf64-x86-64.c: file removal gnu/dist/gdb6/gdb/infrun.c: file removal gnu/usr.bin/gdb6/arch/mips64el/version.c: file removal gnu/dist/gdb6/include/elf/mn10300.h: file removal gnu/dist/gdb6/sim/arm/bag.h: file removal gnu/dist/gdb6/gdb/stabsread.h: file removal gnu/dist/gdb6/opcodes/xstormy16-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/trace-support.exp: file removal gnu/dist/gdb6/configure.in: file removal gnu/dist/gdb6/gdb/mips-tdep.h: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched4.c: file removal gnu/dist/gdb6/sim/cris/cris-sim.h: file removal gnu/dist/gdb6/bfd/ppcboot.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched5.c: file removal gnu/dist/gdb6/opcodes/ia64-asmtab.c: file removal gnu/dist/gdb6/gdb/annotate.h: file removal gnu/dist/gdb6/opcodes/tic4x-dis.c: file removal gnu/dist/gdb6/opcodes/arc-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw8.ms: file removal gnu/dist/gdb6/opcodes/mt-asm.c: file removal gnu/dist/gdb6/opcodes/xc16x-ibld.c: file removal gnu/dist/gdb6/sim/ppc/gen-support.c: file removal gnu/dist/gdb6/libiberty/tmpnam.c: file removal gnu/dist/gdb6/opcodes/s390-opc.txt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs2.c: file removal gnu/usr.bin/gdb6/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/common/configure: file removal gnu/dist/gdb6/bfd/elf64-gen.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqsubhss.cgs: file removal gnu/dist/gdb6/gdb/eval.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmsubhss.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/complex.exp: file removal gnu/dist/gdb6/config/mh-m68kpic: file removal gnu/dist/gdb6/gdb/config/v850/v850.mt: file removal gnu/dist/gdb6/gdb/solib-osf.c: file removal gnu/usr.bin/gdb6/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bvc.cgs: file removal gnu/dist/gdb6/readline/examples/rlfe/ChangeLog: file removal gnu/usr.bin/gdb6/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/iq2000/iq2000.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll2.s: file removal gnu/dist/gdb6/gdb/wince-stub.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmain.exp: file removal gnu/dist/gdb6/config/nls.m4: file removal gnu/dist/gdb6/sim/frv/TODO: file removal gnu/dist/gdb6/sim/common/sim-abort.c: file removal gnu/dist/gdb6/bfd/elf64-mmix.c: file removal gnu/dist/gdb6/gdb/ChangeLog-2004: file removal gnu/dist/gdb6/include/elf/sh.h: file removal gnu/dist/gdb6/bfd/po/zh_CN.po: file removal gnu/dist/gdb6/sim/testsuite/ChangeLog: file removal gnu/usr.bin/gdb6/arch/mipsel/tm.h: file removal gnu/dist/gdb6/libiberty/fnmatch.txh: file removal gnu/dist/gdb6/bfd/elf32-d30v.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/btsth.cgs: file removal gnu/dist/gdb6/sim/common/sim-events.h: file removal gnu/dist/gdb6/opcodes/po/tr.po: file removal gnu/dist/gdb6/gdb/gdb.h: file removal gnu/dist/gdb6/gdb/doc/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial4.ms: file removal gnu/dist/gdb6/gdb/solib-som.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/freebpcmd.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbuge.cgs: file removal gnu/dist/gdb6/sim/ppc/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdadds.cgs: file removal gnu/dist/gdb6/sim/arm/iwmmxt.h: file removal gnu/dist/gdb6/gdb/proc-events.c: file removal gnu/usr.bin/gdb6/readline/arch/i386/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/i386/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smul.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_bugapi.h: file removal gnu/dist/gdb6/bfd/libcoff.h: file removal gnu/dist/gdb6/include/partition.h: file removal gnu/dist/gdb6/include/fopen-bin.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/d10v.ld: file removal gnu/dist/gdb6/gdb/objc-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jumpmp.ms: file removal gnu/dist/gdb6/libiberty/rename.c: file removal gnu/dist/gdb6/bfd/hosts/pc532mach.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnelr.cgs: file removal gnu/dist/gdb6/sim/arm/communicate.h: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sco5.h: file removal gnu/usr.bin/gdb6/bfd/arch/vax/bfdver.h: file removal gnu/dist/gdb6/sim/common/hw-base.c: file removal gnu/dist/gdb6/gdb/serial.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields.c: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/exit47.s: file removal gnu/dist/gdb6/config/gettext-sister.m4: file removal gnu/dist/gdb6/opcodes/m10300-opc.c: file removal gnu/dist/gdb6/config/stdint.m4: file removal gnu/dist/gdb6/gdb/testsuite/config/i386-bozo.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/caddcc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigaltstack.exp: file removal external/gpl3/gdb/dist/gdb/mipsnbsd-tdep.c: revision 1.2 gnu/dist/gdb6/gdb/config/iq2000/iq2000.mt: file removal gnu/dist/gdb6/bfd/configure.com: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotl.s: file removal gnu/dist/gdb6/include/sort.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-aix-prologue.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial4.r: file removal gnu/dist/gdb6/gdb/config/sparc/nbsdelf.mh: file removal gnu/dist/gdb6/gdb/ppc-bdm.c: file removal gnu/dist/gdb6/gdb/sh3-rom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/xcoff.sed: file removal gnu/dist/gdb6/bfd/coffcode.h: file removal gnu/dist/gdb6/sim/sh/syscall.h: file removal gnu/dist/gdb6/readline/doc/rltech.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x1.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/bic.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bar.c: file removal gnu/dist/gdb6/readline/examples/rlfe/os.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ex1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list0.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsm.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/psymtab.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1250.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/deltrace.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/eor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/sh.exp: file removal gnu/dist/gdb6/config/gettext.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink8.c: file removal gnu/dist/gdb6/include/aout/aout64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/msr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/sh.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbulr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiuge.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sp.s: file removal gnu/dist/gdb6/gdb/top.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/pa-nullify.exp: file removal gnu/dist/gdb6/gdb/config/arm/nbsdelf.mh: file removal gnu/dist/gdb6/include/floatformat.h: file removal gnu/dist/gdb6/bfd/elf32-dlx.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bgelr.cgs: file removal gnu/dist/gdb6/config/mh-cxux: file removal gnu/dist/gdb6/gdb/copying.awk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstbf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addqpc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr8.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div1.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls-main.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x2.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/args.exp: file removal gnu/dist/gdb6/bfd/cpu-xstormy16.c: file removal gnu/dist/gdb6/gdb/scm-lang.h: file removal gnu/dist/gdb6/gdb/ser-base.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addoc.ms: file removal gnu/dist/gdb6/sim/ppc/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcmpeq.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsr.ms: file removal gnu/dist/gdb6/sim/common/sim-endian.c: file removal gnu/dist/gdb6/gdb/sparc64-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/scope0.c: file removal gnu/dist/gdb6/bfd/cpu-arc.c: file removal gnu/dist/gdb6/gdb/alphabsd-nat.c: file removal gnu/dist/gdb6/gdb/obsd-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/teq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/configure.ac: file removal gnu/dist/gdb6/sim/igen/misc.h: file removal gnu/dist/gdb6/gdb/m68kbsd-nat.c: file removal gnu/dist/gdb6/gdb/sol2-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmpui.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq3.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/mra.cgs: file removal gnu/dist/gdb6/gdb/rs6000-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xori.cgs: file removal gnu/dist/gdb6/libiberty/config/mh-fbsd21: file removal gnu/dist/gdb6/sim/common/nrun.c: file removal gnu/dist/gdb6/gdb/gdb_stat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundmv32.ms: file removal gnu/dist/gdb6/sim/erc32/config.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/Makefile.in: file removal gnu/dist/gdb6/gdb/configure.ac: file removal gnu/dist/gdb6/gdb/doc/annotate.texinfo: file removal gnu/dist/gdb6/gdb/ppc-sysv-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/am33.exp: file removal gnu/dist/gdb6/gdb/config/s390/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmacxhs.cgs: file removal gnu/dist/gdb6/readline/parens.c: file removal gnu/dist/gdb6/bfd/doc/Makefile.in: file removal gnu/dist/gdb6/sim/ppc/filter_filename.h: file removal gnu/dist/gdb6/gdb/ser-tcp.h: file removal gnu/dist/gdb6/gdb/config/mips/irix5.mh: file removal gnu/dist/gdb6/bfd/archive64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lapc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/corcc.cgs: file removal gnu/usr.bin/gdb6/libiberty/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/subi8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/orr.cgs: file removal gnu/dist/gdb6/gdb/vax-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-vfork.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmnot.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tinsr.cgs: file removal gnu/dist/gdb6/libiberty/config/mh-aix: file removal gnu/dist/gdb6/gdb/ada-lang.h: file removal gnu/dist/gdb6/gdb/inf-ttrace.h: file removal gnu/dist/gdb6/sim/configure.ac: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static.h: file removal gnu/dist/gdb6/bfd/i386os9k.c: file removal gnu/dist/gdb6/libiberty/strncasecmp.c: file removal gnu/dist/gdb6/gdb/i386-nto-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ba.ms: file removal gnu/dist/gdb6/opcodes/po/fi.po: file removal gnu/dist/gdb6/include/fnmatch.h: file removal gnu/dist/gdb6/sim/common/hw-tree.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/threadapply.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srai.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmbtohe.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bltlr.cgs: file removal gnu/dist/gdb6/sim/mips/m16.dc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-abi.c: file removal gnu/dist/gdb6/sim/common/ChangeLog: file removal gnu/dist/gdb6/gdb/regformats/reg-sh.dat: file removal gnu/dist/gdb6/gdb/gdbserver/server.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldub.cgs: file removal gnu/dist/gdb6/include/elf/hppa.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/unload.c: file removal gnu/dist/gdb6/bfd/vaxbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovgfd.cgs: file removal gnu/dist/gdb6/bfd/ecoff.c: file removal gnu/dist/gdb6/bfd/cpu-w65.c: file removal gnu/dist/gdb6/include/alloca-conf.h: file removal gnu/dist/gdb6/gdb/config/arm/tm-arm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/hilo-hazard-1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmachs.cgs: file removal gnu/dist/gdb6/sim/common/sim-engine.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/hilo-hazard-2.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/macwhi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthread_cond_wait.exp: file removal gnu/dist/gdb6/gdb/ax-gdb.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbgtlr.cgs: file removal gnu/dist/gdb6/readline/doc/ChangeLog.gdb: file removal gnu/dist/gdb6/gdb/inf-loop.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitga.cgs: file removal gnu/dist/gdb6/readline/util.c: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckgt.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_disk.c: file removal gnu/dist/gdb6/readline/display.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return.exp: file removal gnu/dist/gdb6/gdb/gdb_wait.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/icpl.cgs: file removal gnu/dist/gdb6/sim/iq2000/arch.h: file removal gnu/dist/gdb6/gdb/dictionary.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/norcr.cgs: file removal gnu/dist/gdb6/gdb/c-lang.c: file removal gnu/dist/gdb6/readline/readline.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fschg.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckeh.cgs: file removal gnu/dist/gdb6/libiberty/COPYING.LIB: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckue.cgs: file removal gnu/dist/gdb6/gdb/go32-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srli.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckn.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/testutils.inc: file removal gnu/dist/gdb6/sim/mn10300/configure.ac: file removal gnu/dist/gdb6/opcodes/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shr1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/faddd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/freopen1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/derivation.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shr2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mpackh.cgs: file removal gnu/dist/gdb6/sim/igen/config.in: file removal gnu/dist/gdb6/bfd/elfxx-sparc.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_tcb_defs.h: file removal gnu/dist/gdb6/sim/common/hw-handles.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfabss.cgs: file removal gnu/dist/gdb6/gdb/configure.tgt: file removal gnu/dist/gdb6/sim/ppc/gen-idecode.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/member-ptr.exp: file removal gnu/dist/gdb6/opcodes/mcore-opc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/umull.cgs: file removal gnu/dist/gdb6/bfd/pe-sh.c: file removal gnu/dist/gdb6/bfd/nlm.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/not.cgs: file removal gnu/dist/gdb6/gdb/p-lang.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/b.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/watchpoint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/relational.exp: file removal gnu/dist/gdb6/gdb/config/sh/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/and.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/overlays.c: file removal gnu/dist/gdb6/readline/xmalloc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfitos.cgs: file removal gnu/dist/gdb6/sim/igen/gen-model.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota2.cc: file removal gnu/dist/gdb6/gdb/gdb_regex.h: file removal gnu/dist/gdb6/sim/ppc/README: file removal gnu/dist/gdb6/readline/config.h.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/namespace1.cc: file removal gnu/dist/gdb6/gdb/f-valprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbugelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmas.cgs: file removal gnu/usr.bin/gdb6/arch/mips64eb/tm.h: file removal gnu/dist/gdb6/libiberty/bzero.c: file removal gnu/dist/gdb6/config.sub: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftule.cgs: file removal gnu/dist/gdb6/sim/common/sim-signal.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-fork.c: file removal gnu/dist/gdb6/bfd/elf32-iq2000.c: file removal gnu/dist/gdb6/config/mh-necv4: file removal gnu/dist/gdb6/sim/README-HACKING: file removal gnu/dist/gdb6/config/mh-interix: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftra.cgs: file removal gnu/dist/gdb6/gdb/doc/Makefile.in: file removal gnu/dist/gdb6/gdb/proc-service.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/jmpl.cgs: file removal gnu/dist/gdb6/gdb/proc-utils.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqxmacxhs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-break.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movei.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/scope.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/restore.c: file removal gnu/dist/gdb6/bfd/elf32-m68hc1x.h: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x1-v32.ms: file removal gnu/dist/gdb6/opcodes/z8kgen.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/append1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/configure.ac: file removal gnu/usr.bin/gdb6/opcodes/arch/m68k/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/xorw.s: file removal gnu/dist/gdb6/readline/complete.c: file removal gnu/dist/gdb6/gdb/tui/tui-file.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/sh3.exp: file removal gnu/dist/gdb6/gdb/cli/cli-setshow.h: file removal gnu/dist/gdb6/sim/erc32/configure: file removal gnu/dist/gdb6/libiberty/xmalloc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/manythreads.exp: file removal gnu/usr.bin/gdb6/arch/alpha/tm.h: file removal gnu/dist/gdb6/bfd/host-aout.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial1.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/virtfunc.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ctti.exp: file removal gnu/dist/gdb6/bfd/cpu-m32r.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbolr.cgs: file removal gnu/dist/gdb6/sim/m32c/syscalls.c: file removal gnu/dist/gdb6/sim/common/sim-bits.c: file removal gnu/usr.bin/gdb6/libiberty/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/asmsrc2.s: file removal gnu/dist/gdb6/gdb/alpha-mdebug-tdep.c: file removal gnu/dist/gdb6/gdb/jv-lang.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmulv32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.server/server-run.exp: file removal gnu/dist/gdb6/bfd/cpu-tic54x.c: file removal gnu/dist/gdb6/gdb/gnu-v2-abi.c: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/configure.ac: file removal gnu/dist/gdb6/sim/d10v/acconfig.h: file removal gnu/usr.bin/gdb6/arch/arm/config.h: file removal gnu/usr.bin/gdb6/libiberty/arch/arm/config.h: file removal gnu/dist/gdb6/gdb/cli/cli-cmds.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/breakpoint.exp: file removal gnu/dist/gdb6/opcodes/m32r-desc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftue.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf1.c: file removal gnu/dist/gdb6/gdb/config/s390/s390.mt: file removal gnu/usr.bin/gdb6/readline/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig12.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/frv.inc: file removal gnu/usr.bin/gdb6/readline/arch/sparc/defs.mk: file removal gnu/dist/gdb6/include/opcode/s390.h: file removal gnu/dist/gdb6/gdb/config/m68k/nbsdelf.mh: file removal gnu/dist/gdb6/opcodes/ip2k-dis.c: file removal gnu/dist/gdb6/gdb/user-regs.c: file removal gnu/dist/gdb6/gdb/m32r-tdep.c: file removal gnu/dist/gdb6/sim/common/sim-alu.h: file removal gnu/dist/gdb6/include/coff/xcoff.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64: file removal gnu/dist/gdb6/sim/v850/simops.h: file removal gnu/dist/gdb6/opcodes/h8300-dis.c: file removal gnu/dist/gdb6/bfd/cf-i386lynx.c: file removal gnu/dist/gdb6/gdb/ChangeLog-2003: file removal gnu/dist/gdb6/sim/mcore/configure.ac: file removal gnu/dist/gdb6/opcodes/MAINTAINERS: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msllhi.cgs: file removal gnu/dist/gdb6/include/elf/cr16c.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbeq.cgs: file removal gnu/dist/gdb6/include/elf/m32c.h: file removal gnu/dist/gdb6/sim/mn10300/Makefile.in: file removal gnu/dist/gdb6/gdb/tui/tui-winsource.c: file removal gnu/dist/gdb6/bfd/cpu-sparc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/muluh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/common.inc: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-linux.mh: file removal gnu/dist/gdb6/sim/ppc/cpu.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andi.cgs: file removal gnu/dist/gdb6/include/elf/ip2k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/stb.cgs: file removal gnu/dist/gdb6/opcodes/po/ro.gmo: file removal gnu/dist/gdb6/bfd/hash.c: file removal gnu/dist/gdb6/sim/ppc/hw_phb.c: file removal gnu/dist/gdb6/gdb/sparc64fbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-msbu.s: file removal gnu/dist/gdb6/sim/ppc/gdb-sim.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/assign.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sect-cmd.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/vxworks.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwtacc.cgs: file removal gnu/dist/gdb6/sim/igen/configure: file removal gnu/dist/gdb6/sim/common/cgen-par.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386gnu.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sachi.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/psmang.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverwpc.ms: file removal gnu/dist/gdb6/opcodes/m32r-opc.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/msteppc1.ms: file removal gnu/dist/gdb6/gdb/PROBLEMS: file removal gnu/usr.bin/gdb6/readline/arch/x86_64/config.h: file removal gnu/dist/gdb6/include/elf/xc16x.h: file removal gnu/dist/gdb6/gdb/testsuite/config/vx.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subw.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/msubhss.cgs: file removal gnu/dist/gdb6/bfd/nlmswap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/testutils.inc: file removal gnu/dist/gdb6/sim/arm/maverick.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x3.cc: file removal gnu/dist/gdb6/gdb/symfile.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulhu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/waligni.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/unload.exp: file removal gnu/usr.bin/gdb6/readline/arch/m68000/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-display.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bnez.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/smlal.cgs: file removal gnu/dist/gdb6/gdb/config/tm-nto.h: file removal gnu/usr.bin/gdb6/libiberty/arch/vax/defs.mk: file removal external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh: revision 1.4 gnu/dist/gdb6/sim/testsuite/sim/frv/cmhtob.cgs: file removal external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh: revision 1.5 gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb1.c: file removal gnu/dist/gdb6/include/gdb/sim-ppc.h: file removal gnu/dist/gdb6/bfd/cofflink.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/padd.s: file removal gnu/dist/gdb6/bfd/elf-vxworks.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp-rd-hs.cgs: file removal gnu/dist/gdb6/gdb/sparc-linux-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/config/arm-ice.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setvar.c: file removal gnu/dist/gdb6/gdb/target.c: file removal gnu/dist/gdb6/gdb/config/sh/tm-linux.h: file removal gnu/dist/gdb6/gdb/solib-pa64.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/include/opcode/tic54x.h: file removal gnu/dist/gdb6/include/opcode/mn10300.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/start/dummy.adb: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthread_cond_wait.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/killed.c: file removal gnu/dist/gdb6/bfd/hosts/vaxlinux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/slli.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mulhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/smass.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_register.c: file removal gnu/dist/gdb6/include/coff/ChangeLog: file removal gnu/dist/gdb6/gdb/completer.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_attr.h: file removal gnu/dist/gdb6/gdb/testsuite/TODO: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshar.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movepcb.ms: file removal gnu/dist/gdb6/libiberty/getpwd.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d1.c: file removal gnu/dist/gdb6/bfd/format.c: file removal gnu/dist/gdb6/bfd/vms.h: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64eb/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d2.c: file removal gnu/dist/gdb6/bfd/pei-mips.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64el/config.h: file removal gnu/dist/gdb6/bfd/ieee.c: file removal gnu/dist/gdb6/sim/cris/cris-desc.h: file removal gnu/dist/gdb6/sim/h8300/acconfig.h: file removal gnu/dist/gdb6/libiberty/strdup.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/dmxy.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1558.c: file removal gnu/dist/gdb6/gdb/config/mips/irix6.mt: file removal gnu/dist/gdb6/gdb/dwarf2read.c: file removal gnu/dist/gdb6/libiberty/pex-unix.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io8.ms: file removal gnu/dist/gdb6/bfd/po/ja.gmo: file removal gnu/dist/gdb6/bfd/reloc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bx-rs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-rt-st.c: file removal gnu/dist/gdb6/gdb/mipsnbsd-tdep.h: file removal gnu/dist/gdb6/gdb/regformats/reg-x86-64.dat: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11spi.c: file removal gnu/dist/gdb6/sim/common/Make-common.in: file removal gnu/dist/gdb6/include/opcode/pyr.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fldi1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq5.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/echo.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nandncr.cgs: file removal gnu/dist/gdb6/bfd/efi-app-ia64.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/fileio.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckls.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/userdef.cc: file removal gnu/dist/gdb6/gdb/testsuite/config/nind.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/flds.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/allinsn.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmsubhus.cgs: file removal gnu/dist/gdb6/sim/iq2000/configure.ac: file removal gnu/dist/gdb6/gdb/gdb_string.h: file removal gnu/dist/gdb6/gdb/mi/mi-out.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/cmpl.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/time1.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mvtac.s: file removal gnu/dist/gdb6/opcodes/m32c-opc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ss.h: file removal gnu/dist/gdb6/bfd/cpu-msp430.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add.cgs: file removal gnu/dist/gdb6/bfd/COPYING: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverpcd.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addq.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/selftest.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdrotli.cgs: file removal gnu/dist/gdb6/sim/arm/COPYING: file removal gnu/dist/gdb6/libiberty/getruntime.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/logical.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/huge.c: file removal gnu/dist/gdb6/gdb/config/sparc/obsd64.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/varargs.c: file removal gnu/dist/gdb6/gdb/config/mips/nbsd.mt: file removal gnu/dist/gdb6/gdb/gdbtypes.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/charset.exp: file removal gnu/dist/gdb6/bfd/elf32-m32r.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_stack_int.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sethi.cgs: file removal gnu/dist/gdb6/sim/igen/gen-semantics.h: file removal gnu/dist/gdb6/bfd/cpu-h8500.c: file removal gnu/dist/gdb6/gdb/i386-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lda-pc.cgs: file removal gnu/dist/gdb6/opcodes/crx-opc.c: file removal gnu/dist/gdb6/gdb/tui/tui-command.c: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/libiberty/asprintf.c: file removal gnu/dist/gdb6/include/objalloc.h: file removal gnu/dist/gdb6/gdb/gdb_curses.h: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/allinsn.exp: file removal gnu/dist/gdb6/sim/iq2000/config.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/attach2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-sse.exp: file removal gnu/dist/gdb6/sim/common/sim-hload.c: file removal external/gpl3/gdb/lib/libgdb/arch/mips64el/defs.mk: revision 1.5 gnu/usr.bin/gdb6/bfd/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/sim/common/sim-watch.c: file removal gnu/dist/gdb6/bfd/cpu-z8k.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckge.cgs: file removal gnu/dist/gdb6/sim/cris/decodev32.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxiu.cgs: file removal gnu/dist/gdb6/include/coff/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/config/i386/nto.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqxmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfnegs.cgs: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103cpu.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-file.exp: file removal gnu/dist/gdb6/include/coff/symconst.h: file removal gnu/dist/gdb6/gdb/demangle.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stq.cgs: file removal gnu/dist/gdb6/sim/common/sim-arange.c: file removal gnu/dist/gdb6/opcodes/ns32k-dis.c: file removal gnu/dist/gdb6/gdb/config/mips/tm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldub.cgs: file removal gnu/dist/gdb6/include/xregex2.h: file removal gnu/dist/gdb6/gdb/m2-typeprint.c: file removal gnu/dist/gdb6/include/coff/or32.h: file removal gnu/dist/gdb6/gdb/cp-abi.h: file removal gnu/dist/gdb6/gdb/jv-valprint.c: file removal gnu/dist/gdb6/include/bout.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/namespace.cc: file removal gnu/dist/gdb6/sim/mn10300/mn10300.dc: file removal gnu/dist/gdb6/sim/erc32/README.sis: file removal gnu/dist/gdb6/opcodes/mmix-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/start.exp: file removal gnu/dist/gdb6/libiberty/sigsetmask.c: file removal gnu/dist/gdb6/libiberty/safe-ctype.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/mn10200.s: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc64/config.h: file removal gnu/dist/gdb6/opcodes/d10v-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/d10v.inc: file removal gnu/dist/gdb6/bfd/elf32-crx.c: file removal gnu/dist/gdb6/gdb/cli/cli-dump.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread3.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/arithmet.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/movsg.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/printcmds.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/interp.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmpb.cgs: file removal gnu/dist/gdb6/sim/ppc/gen-itable.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pabs.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmpba.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ovlymgr.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cadd.cgs: file removal gnu/dist/gdb6/sim/common/cgen-scache.h: file removal gnu/dist/gdb6/opcodes/ip2k-desc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sizeof.exp: file removal gnu/usr.bin/gdb6/readline/arch/i386/config.h: file removal gnu/dist/gdb6/sim/testsuite/lib/sim-defs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-data.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhdseth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckul.cgs: file removal gnu/dist/gdb6/gdb/gdbserver/linux-m68k-low.c: file removal gnu/dist/gdb6/include/elf/mcore.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/Makefile.in: file removal gnu/dist/gdb6/gdb/sim-regno.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subxm.ms: file removal gnu/dist/gdb6/sim/igen/ChangeLog: file removal gnu/dist/gdb6/gdb/ChangeLog-1992: file removal gnu/dist/gdb6/include/splay-tree.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/main.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldi16.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdtoi.cgs: file removal gnu/dist/gdb6/gdb/hppa-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movur.ms: file removal gnu/dist/gdb6/bfd/elfxx-target.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmulhu.cgs: file removal gnu/dist/gdb6/config/mt-gnu: file removal gnu/dist/gdb6/opcodes/ia64-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ending-run.exp: file removal external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h: revision 1.3 gnu/dist/gdb6/gdb/ia64-linux-tdep.c: file removal gnu/dist/gdb6/opcodes/vax-dis.c: file removal gnu/dist/gdb6/gdb/hppabsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovgf.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/pa64.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbralr.cgs: file removal gnu/dist/gdb6/libiberty/regex.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-stack.exp: file removal gnu/dist/gdb6/config/warnings.m4: file removal gnu/dist/gdb6/gdb/frame.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csthfu.cgs: file removal gnu/dist/gdb6/include/opcode/tic4x.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw7.ms: file removal gnu/dist/gdb6/libiberty/strtol.c: file removal gnu/dist/gdb6/gdb/armnbsd-nat.c: file removal gnu/dist/gdb6/readline/examples/rlfe/pty.c: file removal gnu/dist/gdb6/gdb/abug-rom.c: file removal gnu/dist/gdb6/gdb/config/pa/tm-linux.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp.exp: file removal gnu/dist/gdb6/gdb/config/powerpc/ppc-sim.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ret.cgs: file removal gnu/dist/gdb6/opcodes/po/fi.gmo: file removal gnu/dist/gdb6/libtool.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-child-f.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/vr4300.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmachu.cgs: file removal gnu/dist/gdb6/gdb/arch-utils.c: file removal gnu/dist/gdb6/opcodes/m10200-opc.c: file removal gnu/dist/gdb6/gdb/ser-pipe.c: file removal gnu/dist/gdb6/gdb/ax.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/eval-skip.exp: file removal gnu/dist/gdb6/bfd/elf32-i960.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmas.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/maddhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/configure.ac: file removal gnu/dist/gdb6/gdb/infcall.c: file removal gnu/dist/gdb6/bfd/liboasys.h: file removal gnu/dist/gdb6/bfd/bfd-in2.h: file removal gnu/dist/gdb6/gdb/config/alpha/alpha.mt: file removal gnu/dist/gdb6/sim/frv/decode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/mips32-dsp.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/templates.exp: file removal gnu/dist/gdb6/bfd/doc/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/nop.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulxhs.cgs: file removal gnu/dist/gdb6/sim/ppc/basics.h: file removal gnu/dist/gdb6/sim/cris/semcrisv32f-switch.c: file removal gnu/dist/gdb6/sim/mcore/interp.c: file removal gnu/dist/gdb6/sim/arm/kid.c: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/or.cgs: file removal gnu/dist/gdb6/sim/frv/frv-sim.h: file removal gnu/dist/gdb6/opcodes/po/de.po: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/jl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmrdhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mdaddaccs.cgs: file removal gnu/dist/gdb6/libiberty/make-relative-prefix.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/Makefile.in: file removal gnu/usr.bin/gdb6/sim/arch/powerpc64/cconfig.h: file removal gnu/dist/gdb6/include/gdb/sim-h8300.h: file removal gnu/dist/gdb6/include/elf/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/regformats/reg-cris.dat: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/store.exp: file removal gnu/dist/gdb6/bfd/elf32-h8300.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/str-sprel.cgs: file removal gnu/dist/gdb6/bfd/som.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/orcr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcv32c.ms: file removal gnu/dist/gdb6/sim/common/cgen-types.h: file removal gnu/dist/gdb6/bfd/elf32-ppc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundm.ms: file removal gnu/dist/gdb6/gdb/tui/tui-win.h: file removal gnu/dist/gdb6/sim/iq2000/configure: file removal gnu/dist/gdb6/sim/igen/gen.c: file removal gnu/dist/gdb6/config/mh-i370pic: file removal gnu/dist/gdb6/sim/igen/gen-engine.c: file removal gnu/dist/gdb6/gdb/mips-mdebug-tdep.h: file removal gnu/dist/gdb6/opcodes/xc16x-desc.h: file removal gnu/dist/gdb6/include/hp-symtab.h: file removal gnu/dist/gdb6/sim/common/sim-cpu.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckug.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/misc.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.server/server.c: file removal gnu/dist/gdb6/opcodes/ip2k-ibld.c: file removal gnu/usr.bin/gdb6/bfd/arch/i386/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckp.cgs: file removal gnu/dist/gdb6/bfd/libbfd.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/configure.ac: file removal gnu/dist/gdb6/include/elf/h8.h: file removal gnu/dist/gdb6/gdb/config/xstormy16/xstormy16.mt: file removal gnu/dist/gdb6/sim/configure: file removal gnu/dist/gdb6/readline/examples/rltest.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msaths.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movpr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftul.cgs: file removal gnu/dist/gdb6/sim/testsuite/common/alu-tst.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/maint.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tic.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/m32rovly.c: file removal gnu/dist/gdb6/bfd/coff-i960.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/exec_changed/first.adb: file removal gnu/dist/gdb6/include/coff/m68k.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/psmang2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll8.s: file removal gnu/dist/gdb6/gdb/mi/gdb-mi.el: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/borl.cgs: file removal gnu/dist/gdb6/sim/ppc/interrupts.c: file removal gnu/dist/gdb6/include/coff/tic30.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh: file removal gnu/dist/gdb6/gdb/alpha-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfsubs.cgs: file removal gnu/dist/gdb6/libiberty/strerror.c: file removal gnu/dist/gdb6/gdb/scm-exp.c: file removal gnu/usr.bin/gdb6/opcodes/arch/arm/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmovmsk.cgs: file removal gnu/dist/gdb6/sim/mips/mips3d.igen: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-ip.s: file removal gnu/dist/gdb6/sim/m32r/m32r-sim.h: file removal gnu/dist/gdb6/gdb/prologue-value.h: file removal gnu/dist/gdb6/sim/m32r/m32r2.c: file removal gnu/dist/gdb6/gdb/irix5-nat.c: file removal gnu/dist/gdb6/gdb/posix-hdep.c: file removal gnu/dist/gdb6/sim/cris/crisv10f.c: file removal gnu/usr.bin/gdb6/arch/powerpc/tm.h: file removal gnu/dist/gdb6/include/coff/i386.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/siginfo.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/file1.txt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/weird.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/ChangeLog-1999-2003: file removal gnu/dist/gdb6/gdb/config/ia64/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mrs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/cygmon.exp: file removal gnu/dist/gdb6/include/aout/stab_gnu.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/printmethod.cc: file removal gnu/dist/gdb6/etc/configbuild.fig: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/msteppc3.ms: file removal gnu/dist/gdb6/opcodes/po/pt_BR.po: file removal gnu/dist/gdb6/gdb/doc/gdb.info-1: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/icei.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bls.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-id.s: file removal gnu/dist/gdb6/gdb/gdbserver/aclocal.m4: file removal gnu/dist/gdb6/sim/arm/armos.c: file removal gnu/dist/gdb6/gdb/config/pa/obsd.mh: file removal gnu/dist/gdb6/sim/common/cgen-fpu.c: file removal gnu/dist/gdb6/bfd/aout-arm.c: file removal gnu/dist/gdb6/sim/frv/registers.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldr.cgs: file removal gnu/dist/gdb6/sim/ppc/BUGS: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x1.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotr.s: file removal gnu/dist/gdb6/include/coff/rs6000.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhdseth.cgs: file removal gnu/dist/gdb6/sim/ppc/idecode_branch.h: file removal gnu/dist/gdb6/gdb/solib-svr4.c: file removal gnu/dist/gdb6/sim/mips/tconfig.in: file removal gnu/dist/gdb6/gdb/config/pa/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io5.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/prelink.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csmulcc.cgs: file removal gnu/dist/gdb6/readline/bind.c: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/cconfig.h: file removal gnu/dist/gdb6/sim/common/cgen-ops.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq2.ms: file removal gnu/dist/gdb6/sim/common/sim-stop.c: file removal gnu/dist/gdb6/gdb/gdbserver/inferiors.c: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sth-d.cgs: file removal gnu/dist/gdb6/opcodes/cgen-dis.in: file removal gnu/dist/gdb6/bfd/cpu-m10200.c: file removal gnu/dist/gdb6/bfd/cpu-iq2000.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-line.inp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/relocate.c: file removal gnu/dist/gdb6/include/opcode/tahoe.h: file removal gnu/dist/gdb6/bfd/libaout.h: file removal gnu/dist/gdb6/gdb/wrapper.c: file removal gnu/dist/gdb6/bfd/cpu-bfin.c: file removal gnu/dist/gdb6/bfd/hosts/m68klinux.h: file removal gnu/dist/gdb6/bfd/aout-cris.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbulr.cgs: file removal gnu/dist/gdb6/opcodes/ia64-asmtab.h: file removal gnu/dist/gdb6/bfd/Makefile.am: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/bl.cgs: file removal gnu/dist/gdb6/readline/examples/histexamp.c: file removal gnu/dist/gdb6/gdb/tui/tui-wingeneral.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/breakpoint.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc1.h: file removal gnu/usr.bin/gdb6/arch/m68000/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/eor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc2.h: file removal gnu/dist/gdb6/gdb/alpha-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/utils-mdmx.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movepcd.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp2.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/anon-union.cc: file removal gnu/dist/gdb6/gdb/m32r-linux-tdep.c: file removal gnu/dist/gdb6/gdb/reply_mig_hack.awk: file removal gnu/dist/gdb6/sim/ppc/gen-support.h: file removal gnu/dist/gdb6/readline/USAGE: file removal gnu/dist/gdb6/gdb/expression.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapm.ms: file removal gnu/dist/gdb6/gdb/bfd-target.c: file removal gnu/dist/gdb6/gdb/i386-linux-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftug.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstd.cgs: file removal gnu/dist/gdb6/opcodes/disassemble.c: file removal gnu/dist/gdb6/bfd/elf64-sparc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdsads.cgs: file removal gnu/dist/gdb6/gdb/dsrec.c: file removal gnu/dist/gdb6/gdb/fbsd-nat.c: file removal gnu/dist/gdb6/gdb/ppcobsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs: file removal gnu/dist/gdb6/sim/m32r/tconfig.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intercu.S: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/regs.exp: file removal gnu/dist/gdb6/gdb/gdbserver/mem-break.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/timer.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bra.cgs: file removal gnu/dist/gdb6/sim/frv/sim-if.c: file removal gnu/dist/gdb6/bfd/pei-i386.c: file removal gnu/dist/gdb6/bfd/cpu-tic4x.c: file removal gnu/dist/gdb6/gdb/config/m32r/linux.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpxc.ms: file removal gnu/dist/gdb6/sim/frv/config.in: file removal gnu/dist/gdb6/bfd/libxcoff.h: file removal gnu/dist/gdb6/config/lib-ld.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/async.exp: file removal gnu/dist/gdb6/gdb/m88k-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csmul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t.ms: file removal gnu/dist/gdb6/bfd/cpu-or32.c: file removal gnu/dist/gdb6/bfd/stabs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstbfu.cgs: file removal gnu/dist/gdb6/include/nlm/common.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs: file removal gnu/dist/gdb6/sim/igen/ld-decode.h: file removal gnu/dist/gdb6/opcodes/s390-mkopc.c: file removal gnu/usr.bin/gdb6/arch/sh3el/config.h: file removal gnu/dist/gdb6/gdb/varobj.c: file removal gnu/dist/gdb6/gdb/config/i386/sol2-64.mt: file removal gnu/dist/gdb6/gdb/config/m68k/nm-linux.h: file removal gnu/dist/gdb6/gdb/testsuite/config/abug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mapbrk.c: file removal gnu/dist/gdb6/bfd/elfxx-mips.c: file removal gnu/dist/gdb6/gdb/gdbserver/gdb_proc_service.h: file removal gnu/dist/gdb6/gdb/solib-som.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mod-ld-pre.s: file removal gnu/dist/gdb6/bfd/init.c: file removal gnu/dist/gdb6/gdb/gdbserver/regcache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig4.c: file removal gnu/dist/gdb6/gdb/tui/tui-data.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/exec_changed/second.adb: file removal gnu/usr.bin/gdb6/libiberty/arch/arm/defs.mk: file removal gnu/dist/gdb6/gdb/config/alpha/nm-osf.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strh-imm.cgs: file removal gnu/dist/gdb6/include/elf/ppc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigbpt.exp: file removal gnu/dist/gdb6/bfd/pe-i386.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nsdivi.cgs: file removal gnu/dist/gdb6/sim/mn10300/op_utils.c: file removal gnu/dist/gdb6/sim/common/hw-base.h: file removal gnu/dist/gdb6/bfd/doc/archures.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldm.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signals.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/band.s: file removal gnu/dist/gdb6/sim/arm/armopts.h: file removal gnu/dist/gdb6/bfd/ChangeLog-9495: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x3-v32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tv.cgs: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11.c: file removal gnu/dist/gdb6/opcodes/ia64-opc-d.c: file removal gnu/dist/gdb6/gdb/config/avr/avr.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbnolr.cgs: file removal gnu/dist/gdb6/sim/ppc/altivec.igen: file removal gnu/dist/gdb6/gdb/tui/tui.h: file removal gnu/dist/gdb6/bfd/ecofflink.c: file removal gnu/dist/gdb6/gdb/libunwind-frame.c: file removal gnu/dist/gdb6/sim/common/cgen-utils.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang.H: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list1.c: file removal gnu/dist/gdb6/readline/README: file removal gnu/dist/gdb6/sim/cris/configure: file removal gnu/dist/gdb6/libiberty/concat.c: file removal gnu/dist/gdb6/gdb/solib-aix5.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbule.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov-hd-rs.cgs: file removal gnu/dist/gdb6/config.guess: file removal gnu/dist/gdb6/gdb/config/djgpp/config.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmor.cgs: file removal gnu/dist/gdb6/gdb/config/mips/linux.mt: file removal gnu/dist/gdb6/gdb/cpu32bug-rom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-watch.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfachi.cgs: file removal gnu/dist/gdb6/readline/rltypedefs.h: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf3.mh: file removal gnu/dist/gdb6/sim/frv/profile-fr500.h: file removal gnu/dist/gdb6/ltmain.sh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw4.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptype.exp: file removal gnu/dist/gdb6/readline/histsearch.c: file removal gnu/dist/gdb6/bfd/nlm-target.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-id.s: file removal gnu/dist/gdb6/gdb/monitor.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrga.cgs: file removal gnu/dist/gdb6/sim/m32c/trace.c: file removal gnu/dist/gdb6/sim/common/cgen-trace.c: file removal gnu/dist/gdb6/sim/ppc/emul_chirp.c: file removal gnu/usr.bin/gdb6/readline/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/gdb/ppc-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftieq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/psymtab1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/psymtab2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/remu.cgs: file removal gnu/dist/gdb6/sim/common/sim-hrw.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/nondebug.m: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/source.exp: file removal gnu/dist/gdb6/gdb/config/sh/tm-sh.h: file removal gnu/dist/gdb6/sim/m32r/mloop2.in: file removal gnu/dist/gdb6/gdb/ChangeLog-1991: file removal gnu/usr.bin/gdb6/arch/sh3eb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movepcw.ms: file removal gnu/dist/gdb6/sim/igen/ld-cache.c: file removal gnu/dist/gdb6/opcodes/sysdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wzero.cgs: file removal gnu/dist/gdb6/gdb/complaints.c: file removal gnu/dist/gdb6/sim/frv/arch.c: file removal gnu/dist/gdb6/bfd/pe-arm.c: file removal gnu/dist/gdb6/gdb/hppa-hpux-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-pthreads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmov.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/maddaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addxc.ms: file removal gnu/dist/gdb6/include/gdb/fileio.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cond-expr.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/overload.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movi.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bp.cgs: file removal gnu/dist/gdb6/sim/common/cgen-engine.h: file removal gnu/dist/gdb6/bfd/stab-syms.c: file removal gnu/dist/gdb6/gdb/rs6000-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbne.cgs: file removal gnu/dist/gdb6/sim/ppc/sim_calls.c: file removal gnu/usr.bin/gdb6/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/libiberty/strncmp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/div.s: file removal gnu/dist/gdb6/bfd/elf32-m68hc11.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/dec.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/netbsd.inc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record/bar.ads: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckc.cgs: file removal gnu/dist/gdb6/opcodes/s390-dis.c: file removal gnu/dist/gdb6/sim/m32r/Makefile.in: file removal gnu/dist/gdb6/bfd/cpu-mmix.c: file removal gnu/usr.bin/gdb6/gdb/Makefile: file removal gnu/dist/gdb6/libiberty/strcasecmp.c: file removal gnu/dist/gdb6/gdb/mi/mi-getopt.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrh.cgs: file removal gnu/dist/gdb6/bfd/elf32-gen.c: file removal gnu/dist/gdb6/gdb/gdbserver/configure.ac: file removal gnu/dist/gdb6/bfd/elf32-bfin.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/sbc.cgs: file removal gnu/dist/gdb6/sim/frv/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/local.cc: file removal gnu/dist/gdb6/bfd/cpu-xc16x.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/kill2.c: file removal gnu/dist/gdb6/gdb/cp-name-parser.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldsb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/kill3.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/orcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sigreturn1.c: file removal gnu/dist/gdb6/bfd/cpu-vax.c: file removal gnu/dist/gdb6/opcodes/i370-dis.c: file removal gnu/dist/gdb6/libiberty/strsignal.c: file removal gnu/dist/gdb6/bfd/hosts/alphalinux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldub.cgs: file removal gnu/dist/gdb6/opcodes/m32c-asm.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/add.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mnot.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x1.cc: file removal gnu/dist/gdb6/bfd/cpu-m68k.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/xscale.exp: file removal gnu/dist/gdb6/sim/testsuite/common/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/configure: file removal gnu/dist/gdb6/bfd/doc/mmo.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/stb-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mand.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldbfu.cgs: file removal gnu/dist/gdb6/sim/m32r/cpux.c: file removal gnu/dist/gdb6/sim/common/hw-tree.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbue.cgs: file removal gnu/dist/gdb6/sim/m32r/TODO: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/threadapply.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xoricc.cgs: file removal gnu/dist/gdb6/opcodes/po/ga.po: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t13_otr.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/addi.cgs: file removal gnu/dist/gdb6/config/mh-sco: file removal gnu/dist/gdb6/gdb/rs6000-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdpackh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink3.c: file removal gnu/dist/gdb6/sim/arm/armvirt.c: file removal gnu/usr.bin/gdb6/arch/sparc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwcuti.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink4.c: file removal gnu/dist/gdb6/sim/m32r/arch.c: file removal gnu/dist/gdb6/gdb/fork-child.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqlmths.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbralr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/test.ms: file removal gnu/dist/gdb6/sim/mips/dv-tx3904tmr.c: file removal gnu/dist/gdb6/sim/arm/wrapper.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsdelf.mh: file removal gnu/dist/gdb6/gdb/inf-loop.h: file removal gnu/dist/gdb6/gdb/sparc64-tdep.c: file removal gnu/dist/gdb6/bfd/elf32-or32.c: file removal gnu/dist/gdb6/config/mh-ppc-aix: file removal gnu/usr.bin/gdb6/libiberty/arch/alpha/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mclracc.cgs: file removal gnu/dist/gdb6/gdb/frv-linux-tdep.c: file removal gnu/dist/gdb6/sim/ppc/tree.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/syscall1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/ftrc.s: file removal gnu/dist/gdb6/bfd/coff-pmac.c: file removal gnu/dist/gdb6/config/mh-sparcpic: file removal gnu/dist/gdb6/gdb/dictionary.h: file removal gnu/dist/gdb6/include/gdb/remote-sim.h: file removal gnu/dist/gdb6/gdb/c-lang.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgfq.cgs: file removal gnu/dist/gdb6/readline/readline.h: file removal gnu/dist/gdb6/gdb/frv-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/allinsn.exp: file removal gnu/dist/gdb6/gdb/tui/tui-interp.c: file removal gnu/dist/gdb6/bfd/cpu-m68hc12.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/branch.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink10.c: file removal gnu/dist/gdb6/libiberty/pex-djgpp.c: file removal gnu/dist/gdb6/readline/examples/rlfe/config.h.in: file removal gnu/dist/gdb6/opcodes/ChangeLog-9899: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/environ.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/bx.cgs: file removal gnu/dist/gdb6/sim/m32r/model2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldi32.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/types.exp: file removal gnu/dist/gdb6/opcodes/m10200-dis.c: file removal gnu/dist/gdb6/bfd/elfxx-sparc.h: file removal gnu/dist/gdb6/gdb/gdb.gdb: file removal gnu/dist/gdb6/sim/common/hw-handles.h: file removal gnu/dist/gdb6/sim/m68hc11/gencode.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/mi-support.exp: file removal gnu/dist/gdb6/gdb/ChangeLog-1998: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrgr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bandl.cgs: file removal gnu/dist/gdb6/config/no-executables.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcklt.cgs: file removal gnu/dist/gdb6/gdb/amd64obsd-nat.c: file removal gnu/dist/gdb6/gdb/symtab.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd64.mh: file removal gnu/dist/gdb6/gdb/gdbserver/linux-i386-low.c: file removal gnu/dist/gdb6/gdb/p-lang.h: file removal gnu/usr.bin/gdb6/arch/hppa/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/icul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsubs.cgs: file removal gnu/dist/gdb6/sim/ppc/aclocal.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/derived-type.f90: file removal gnu/usr.bin/gdb6/libiberty/arch/hppa/defs.mk: file removal gnu/dist/gdb6/sim/arm/dbg_hif.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe5.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields.exp: file removal gnu/dist/gdb6/gdb/hppa-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmsubs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe6.c: file removal gnu/dist/gdb6/gdb/environ.c: file removal gnu/dist/gdb6/gdb/config/sparc/nbsd64.mt: file removal gnu/dist/gdb6/sim/ppc/gen-model.h: file removal gnu/dist/gdb6/sim/igen/gen-model.h: file removal gnu/dist/gdb6/opcodes/mt-desc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/testcmds: file removal gnu/dist/gdb6/bfd/cpu-maxq.c: file removal gnu/dist/gdb6/gdb/doc/lpsrc.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmas.cgs: file removal share/mk/bsd.own.mk: revision 1.711 gnu/dist/gdb6/sim/common/sim-info.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foo.c: file removal gnu/dist/gdb6/bfd/epoc-pei-arm.c: file removal gnu/dist/gdb6/bfd/po/vi.po: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addv.cgs: file removal gnu/dist/gdb6/libiberty/index.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-prologue.c: file removal gnu/dist/gdb6/include/opcode/avr.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/array-element.f: file removal gnu/dist/gdb6/bfd/coff-or32.c: file removal gnu/dist/gdb6/gdb/config/m32r/m32r.mt: file removal gnu/dist/gdb6/opcodes/openrisc-asm.c: file removal gnu/dist/gdb6/opcodes/frv-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld24.cgs: file removal gnu/dist/gdb6/opcodes/stamp-h.in: file removal gnu/dist/gdb6/bfd/vms-hdr.c: file removal gnu/dist/gdb6/bfd/peicode.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/arrayidx.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/wd1.ms: file removal gnu/dist/gdb6/sim/ppc/altivec_expression.h: file removal gnu/dist/gdb6/gdb/mips-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x1-v10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/halt.ms: file removal gnu/dist/gdb6/opcodes/cgen-asm.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t12_bit.s: file removal gnu/dist/gdb6/bfd/i386netbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/st.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldbfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldshu.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-main.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.c: file removal gnu/dist/gdb6/gdb/config/mips/wince.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulxhu.cgs: file removal gnu/dist/gdb6/sim/Makefile.in: file removal gnu/dist/gdb6/bfd/aix386-core.c: file removal gnu/dist/gdb6/config/enable.m4: file removal gnu/dist/gdb6/gdb/config/mips/irix5.mt: file removal gnu/dist/gdb6/readline/examples/rl-fgets.c: file removal gnu/dist/gdb6/gdb/nto-procfs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/abs.ms: file removal gnu/dist/gdb6/include/elf/dlx.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io7.ms: file removal gnu/dist/gdb6/gdb/osabi.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsethis.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq4.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orq.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.c: file removal gnu/usr.bin/gdb6/readline/arch/powerpc/config.h: file removal gnu/dist/gdb6/gdb/tui/tui-file.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/long_long.exp: file removal gnu/dist/gdb6/gdb/scm-tags.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umulcc.cgs: file removal gnu/dist/gdb6/include/aout/adobe.h: file removal gnu/dist/gdb6/gdb/objc-lang.c: file removal gnu/dist/gdb6/sim/ppc/device.c: file removal gnu/dist/gdb6/bfd/lynx-core.c: file removal gnu/dist/gdb6/gdb/regformats/reg-arm.dat: file removal gnu/dist/gdb6/sim/frv/profile-fr400.c: file removal gnu/dist/gdb6/bfd/hp300hpux.c: file removal gnu/dist/gdb6/bfd/aout32.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subq.ms: file removal gnu/usr.bin/gdb6/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/Makefile.in: file removal gnu/dist/gdb6/readline/ansi_stdlib.h: file removal gnu/dist/gdb6/readline/examples/rlptytest.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldhfu.cgs: file removal gnu/dist/gdb6/sim/m32c/syscalls.h: file removal gnu/dist/gdb6/opcodes/fr30-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cplusfuncs.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/interrupt.c: file removal gnu/dist/gdb6/bfd/po/zh_CN.gmo: file removal gnu/dist/gdb6/gdb/testsuite/config/rom68k.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/mips_pro.c: file removal gnu/dist/gdb6/bfd/xcofflink.c: file removal gnu/dist/gdb6/gdb/config/mips/irix6.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckil.cgs: file removal gnu/dist/gdb6/sim/h8300/Makefile.in: file removal gnu/dist/gdb6/sim/common/hw-properties.c: file removal gnu/dist/gdb6/gdb/config/mips/tm-nbsd.h: file removal gnu/dist/gdb6/gdb/rom68k-rom.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmrdhs.cgs: file removal gnu/dist/gdb6/sim/common/sim-profile.c: file removal gnu/dist/gdb6/sim/common/sim-model.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cor.cgs: file removal gnu/dist/gdb6/sim/mips/mips.igen: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bfp-test.c: file removal gnu/dist/gdb6/gdb/interps.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsr.cgs: file removal gnu/dist/gdb6/sim/ppc/e500_registers.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/miscexprs.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/dcpl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xorcr.cgs: file removal gnu/dist/gdb6/readline/support/install.sh: file removal gnu/dist/gdb6/include/opcode/hppa.h: file removal gnu/dist/gdb6/config/depstand.m4: file removal gnu/dist/gdb6/gdb/config/arm/wince.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wor.cgs: file removal gnu/dist/gdb6/gdb/procfs.c: file removal gnu/usr.bin/gdb6/arch/armeb/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/arrayidx/p.adb: file removal gnu/dist/gdb6/readline/Makefile.in: file removal gnu/dist/gdb6/gdb/ppcnbsd-tdep.h: file removal gnu/dist/gdb6/gdb/user-regs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stm0.cgs: file removal gnu/dist/gdb6/opcodes/arc-opc.c: file removal gnu/dist/gdb6/include/opcode/tic80.h: file removal gnu/dist/gdb6/gdb/m32r-tdep.h: file removal gnu/dist/gdb6/include/coff/m88k.h: file removal gnu/dist/gdb6/include/aout/stab.def: file removal gnu/usr.bin/gdb6/sim/psim/Makefile: file removal gnu/dist/gdb6/sim/m32c/mem.c: file removal gnu/dist/gdb6/sim/frv/ChangeLog: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/bfdver.h: file removal gnu/dist/gdb6/sim/m32c/safe-fgets.c: file removal gnu/dist/gdb6/opcodes/po/id.po: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/funcargs.c: file removal external/gpl3/gdb/lib/libdecnumber/arch/mipseb/gstdint.h: revision 1.3 gnu/dist/gdb6/bfd/po/ro.gmo: file removal gnu/dist/gdb6/sim/igen/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sysctl1.c: file removal gnu/dist/gdb6/gdb/tui/tui-winsource.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/classes.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdsubs.cgs: file removal gnu/dist/gdb6/sim/erc32/interf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mulv10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wxor.cgs: file removal gnu/dist/gdb6/sim/ppc/cpu.h: file removal gnu/dist/gdb6/gdb/i386-stub.c: file removal gnu/dist/gdb6/include/coff/i860.h: file removal gnu/dist/gdb6/bfd/dwarf1.c: file removal gnu/dist/gdb6/include/xtensa-isa-internal.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/local.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uwrite16.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/advance.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdsubs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/badalign.cgs: file removal gnu/dist/gdb6/opcodes/mt-ibld.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clddfu.cgs: file removal gnu/dist/gdb6/config/mh-decstation: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fto.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fstoi.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_phb.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/coremaker.c: file removal gnu/dist/gdb6/bfd/elf32.c: file removal gnu/dist/gdb6/gdb/main.c: file removal gnu/dist/gdb6/gdb/mi/mi-console.c: file removal gnu/dist/gdb6/libiberty/strverscmp.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t11_logs.s: file removal gnu/dist/gdb6/gdb/gdbserver/thread-db.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movemrv10.ms: file removal gnu/dist/gdb6/include/aout/ar.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg.s: file removal gnu/dist/gdb6/gdb/gdbarch.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp-hd-rs.cgs: file removal gnu/dist/gdb6/sim/common/cgen-par.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x7-v10.ms: file removal gnu/dist/gdb6/include/elf/common.h: file removal gnu/dist/gdb6/sim/mn10300/interp.c: file removal gnu/dist/gdb6/include/safe-ctype.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/msubhus.cgs: file removal gnu/dist/gdb6/opcodes/m32r-opc.h: file removal gnu/usr.bin/gdb6/readline/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sdivi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/gdb_c_test.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckuge.cgs: file removal gnu/dist/gdb6/gdb/config/alpha/nm-osf2.h: file removal gnu/dist/gdb6/gdb/nlmread.c: file removal gnu/dist/gdb6/gdb/config/alpha/nm-osf3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/allinsn.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-sse.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnolr.cgs: file removal gnu/dist/gdb6/gdb/symfile.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extuh.cgs: file removal gnu/dist/gdb6/gdb/gdbcore.h: file removal gnu/dist/gdb6/gdb/i386fbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/float.exp: file removal gnu/dist/gdb6/gdb/hppanbsd-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pending.c: file removal gnu/dist/gdb6/bfd/coff-apollo.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sep.exp: file removal gnu/dist/gdb6/bfd/pef.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/thi.cgs: file removal gnu/dist/gdb6/bfd/targmatch.sed: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/bfdver.h: file removal gnu/dist/gdb6/sim/m32r/model.c: file removal gnu/dist/gdb6/sim/iq2000/model.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti2.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/member-ptr.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/chng-syms.c: file removal gnu/usr.bin/gdb6/arch/i386/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csllcc.cgs: file removal gnu/dist/gdb6/gdb/config/i386/i386sol2.mh: file removal gnu/dist/gdb6/gdb/doc/refcard.tex: file removal gnu/dist/gdb6/gdb/remote-sim.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/subn.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/asr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/attach.c: file removal gnu/dist/gdb6/bfd/coff-sh.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovfg.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp: file removal gnu/dist/gdb6/opcodes/dep-in.sed: file removal gnu/dist/gdb6/bfd/elf-vxworks.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-sc.c: file removal gnu/dist/gdb6/gdb/sh-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw6.ms: file removal gnu/dist/gdb6/gdb/target.h: file removal gnu/dist/gdb6/gdb/gnu-v3-abi.c: file removal gnu/dist/gdb6/readline/doc/texi2dvi: file removal gnu/dist/gdb6/bfd/coff-m68k.c: file removal gnu/dist/gdb6/gdb/solib-pa64.h: file removal gnu/dist/gdb6/libiberty/bcmp.c: file removal gnu/dist/gdb6/sim/arm/README: file removal gnu/dist/gdb6/bfd/elf.c: file removal gnu/dist/gdb6/config/mh-solaris: file removal gnu/usr.bin/gdb6/bfd/lib_bfd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/slli.cgs: file removal gnu/dist/gdb6/gdb/completer.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/tst.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bandornot.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mcp.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/neg.cgs: file removal gnu/dist/gdb6/sim/m32r/m32r.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstf.cgs: file removal gnu/dist/gdb6/sim/m32c/main.c: file removal gnu/dist/gdb6/etc/configdev.fig: file removal gnu/dist/gdb6/gdb/ChangeLog-1990: file removal gnu/dist/gdb6/gdb/testsuite/lib/ada.exp: file removal gnu/dist/gdb6/bfd/elf32-openrisc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/calll.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/seek1.c: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/config.h: file removal gnu/usr.bin/gdb6/arch/vax/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/seek2.c: file removal gnu/dist/gdb6/opcodes/iq2000-dis.c: file removal gnu/usr.bin/gdb6/libiberty/arch/vax/config.h: file removal gnu/dist/gdb6/sim/frv/sem.c: file removal gnu/dist/gdb6/sim/m32r/decode2.c: file removal gnu/dist/gdb6/readline/tilde.c: file removal gnu/dist/gdb6/include/demangle.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckls.cgs: file removal gnu/dist/gdb6/sim/common/sim-n-endian.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/save-trace.exp: file removal gnu/usr.bin/gdb6/opcodes/arch/alpha/config.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-m32r-low.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/swap.s: file removal gnu/dist/gdb6/opcodes/z8k-dis.c: file removal gnu/dist/gdb6/bfd/po/da.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpli.cgs: file removal gnu/dist/gdb6/sim/m32c/gdb-if.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addv3.cgs: file removal gnu/dist/gdb6/readline/doc/rluser.texi: file removal gnu/dist/gdb6/gdb/sparc64obsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmsubhss.cgs: file removal gnu/dist/gdb6/gdb/typeprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftino.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bhi.cgs: file removal gnu/dist/gdb6/sim/cris/modelv32.c: file removal gnu/dist/gdb6/include/elf/arm.h: file removal gnu/dist/gdb6/bfd/elf64-mips.c: file removal gnu/dist/gdb6/gdb/config/sparc/tm-sol2.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bl-hi.cgs: file removal gnu/dist/gdb6/sim/erc32/sis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sllicc.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/sol2.mt: file removal gnu/usr.bin/gdb6/arch/powerpc/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdstoi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csdiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/allinsn.exp: file removal gnu/dist/gdb6/gdb/tui/tui-disasm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1821.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/udivi.cgs: file removal gnu/dist/gdb6/opcodes/po/es.po: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subs.s: file removal gnu/dist/gdb6/readline/posixdir.h: file removal gnu/dist/gdb6/include/opcode/d30v.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/blx.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdbvars.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bgez.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/dump.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmiaxy.cgs: file removal gnu/dist/gdb6/sim/m68hc11/Makefile.in: file removal gnu/dist/gdb6/bfd/cpu-tic30.c: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc64/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dup-psym.S: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldd.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigaltstack.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addc.cgs: file removal gnu/dist/gdb6/bfd/cpu-v850.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bchilr.cgs: file removal gnu/dist/gdb6/sim/common/sim-watch.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/psmang1.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/maint.exp: file removal gnu/dist/gdb6/bfd/coff-maxq.c: file removal gnu/dist/gdb6/gdb/config/i386/obsdaout.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wcmpeq.cgs: file removal gnu/dist/gdb6/sim/common/sim-memopt.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/xfullpath.exp: file removal gnu/dist/gdb6/config/po.m4: file removal gnu/dist/gdb6/gdb/cli/cli-decode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/bset.s: file removal gnu/dist/gdb6/opcodes/m68hc11-dis.c: file removal gnu/dist/gdb6/bfd/ticoff.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/msubaccs.cgs: file removal gnu/dist/gdb6/sim/cris/dv-cris.c: file removal gnu/dist/gdb6/sim/arm/gdbhost.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/aout.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsb.cgs: file removal gnu/dist/gdb6/sim/common/sim-arange.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb669.exp: file removal gnu/dist/gdb6/config/mt-d30v: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqsubhus.cgs: file removal gnu/dist/gdb6/opcodes/w65-opc.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_handle.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldbfu.cgs: file removal gnu/dist/gdb6/libiberty/xstrdup.c: file removal gnu/dist/gdb6/config/mh-cygwin: file removal gnu/dist/gdb6/gdb/exec.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckra.cgs: file removal gnu/dist/gdb6/sim/mips/dv-tx3904sio.c: file removal gnu/dist/gdb6/sim/arm/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/add2.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/limits.c: file removal gnu/dist/gdb6/sim/ppc/dc-test.02: file removal gnu/dist/gdb6/libiberty/argv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st-plus.cgs: file removal gnu/dist/gdb6/opcodes/mips16-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1431.exp: file removal gnu/dist/gdb6/bfd/elf32-vax.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-dbt.s: file removal gnu/dist/gdb6/bfd/cpu-tic80.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1555.c: file removal gnu/dist/gdb6/bfd/cpu-xtensa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/msteppc2.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckle.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/nop.cgs: file removal gnu/dist/gdb6/sim/ppc/psim.c: file removal gnu/dist/gdb6/sim/ppc/gen-itable.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/mdmx-ob-sb1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsubd.cgs: file removal gnu/dist/gdb6/sim/common/gentmap.c: file removal gnu/dist/gdb6/bfd/coff-we32k.c: file removal gnu/dist/gdb6/opcodes/ip2k-desc.h: file removal gnu/dist/gdb6/sim/ppc/device_table.h: file removal gnu/usr.bin/gdb6/libgdb/observer.inc: file removal gnu/dist/gdb6/sim/ppc/hw_pal.c: file removal gnu/dist/gdb6/gdb/objfiles.h: file removal gnu/dist/gdb6/gdb/tramp-frame.c: file removal gnu/dist/gdb6/bfd/binary.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/compiler.cc: file removal gnu/dist/gdb6/bfd/vms-tir.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lda-sp.cgs: file removal gnu/dist/gdb6/bfd/elfxx-ia64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmad.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/push-lr.cgs: file removal gnu/dist/gdb6/gdb/ChangeLog-1997: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone5.c: file removal gnu/dist/gdb6/gdb/testsuite/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io4.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/sett.s: file removal gnu/dist/gdb6/include/elf/sparc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq1.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wand.cgs: file removal gnu/dist/gdb6/sim/sh/config.in: file removal gnu/dist/gdb6/opcodes/ia64-opc.h: file removal gnu/dist/gdb6/include/nlm/sparc32-ext.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqc.pcgs: file removal gnu/dist/gdb6/bfd/doc/hash.texi: file removal gnu/usr.bin/gdb6/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/opcodes/po/zh_CN.gmo: file removal gnu/dist/gdb6/sim/frv/traps.c: file removal gnu/usr.bin/gdb6/arch/powerpc64/tm.h: file removal gnu/dist/gdb6/opcodes/fr30-desc.c: file removal gnu/usr.bin/gdb6/arch/sh3eb/nm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t02_mova.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addm.ms: file removal gnu/dist/gdb6/gdb/remote-m32r-sdi.c: file removal gnu/usr.bin/gdb6/libiberty/arch/alpha/defs.mk: file removal gnu/usr.bin/gdb6/arch/sh3eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/truncate2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/bs14602.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t09_xor.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdivs.cgs: file removal gnu/dist/gdb6/sim/ppc/corefile-n.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tils.cgs: file removal gnu/dist/gdb6/bfd/targets.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1210.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x5-v32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t06_ari2.s: file removal gnu/dist/gdb6/bfd/doc/Makefile.am: file removal gnu/dist/gdb6/bfd/acinclude.m4: file removal gnu/dist/gdb6/config/inttypes.m4: file removal gnu/dist/gdb6/gdb/arch-utils.h: file removal gnu/dist/gdb6/sim/iq2000/sem.c: file removal gnu/dist/gdb6/djunpack.bat: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/maddhss.cgs: file removal gnu/dist/gdb6/bfd/cpu-m32c.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/empty.inc: file removal gnu/dist/gdb6/sim/mcore/Makefile.in: file removal gnu/dist/gdb6/include/aout/hppa.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-simplerun.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblt.cgs: file removal gnu/dist/gdb6/gdb/infcall.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movucpc.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/configure.ac: file removal gnu/dist/gdb6/sim/m32c/syscall.h: file removal gnu/dist/gdb6/sim/frv/decode.h: file removal gnu/dist/gdb6/bfd/sparcnetbsd.c: file removal gnu/dist/gdb6/gdb/gcore.c: file removal gnu/usr.bin/gdb6/opcodes/arch/hppa/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-stepi.exp: file removal gnu/dist/gdb6/libiberty/obstacks.texi: file removal gnu/dist/gdb6/gdb/dummy-frame.c: file removal gnu/dist/gdb6/readline/COPYING: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/divu.cgs: file removal gnu/dist/gdb6/bfd/cpu-ip2k.c: file removal gnu/dist/gdb6/gdb/doc/a4rc.sed: file removal gnu/dist/gdb6/gdb/regformats/reg-ia64.dat: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/exprs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigstep.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bn.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/bfd/elf32-hppa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqfi.cgs: file removal gnu/dist/gdb6/readline/examples/excallback.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1090.c: file removal gnu/dist/gdb6/sim/cris/tconfig.in: file removal gnu/dist/gdb6/opcodes/ia64-waw.tbl: file removal gnu/dist/gdb6/gdb/config/i386/nto.mt: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbuelr.cgs: file removal gnu/dist/gdb6/gdb/ax-general.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xorcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/testutils.inc: file removal gnu/dist/gdb6/include/opcode/mn10200.h: file removal gnu/dist/gdb6/bfd/cpu-i860.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldu.cgs: file removal gnu/dist/gdb6/include/elf/i370.h: file removal gnu/dist/gdb6/include/aout/dynix3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movurpc.ms: file removal gnu/dist/gdb6/opcodes/xc16x-asm.c: file removal gnu/dist/gdb6/gdb/config/vax/vax.mh: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc64/config.h: file removal gnu/dist/gdb6/gdb/mi/mi-main.c: file removal gnu/dist/gdb6/readline/examples/rlfe/README: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-syn-frame.c: file removal gnu/dist/gdb6/gdb/doc/agentexpr.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/Makefile.in: file removal gnu/dist/gdb6/gdb/nbsd-nat.c: file removal gnu/dist/gdb6/sim/igen/Makefile.in: file removal gnu/dist/gdb6/sim/igen/gen.h: file removal gnu/dist/gdb6/sim/common/sim-hw.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs1.f: file removal gnu/dist/gdb6/bfd/elf32-sh64-com.c: file removal gnu/dist/gdb6/sim/mips/mdmx.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/maveh.cgs: file removal gnu/dist/gdb6/sim/m32c/sample.ld: file removal gnu/dist/gdb6/include/elf/external.h: file removal gnu/dist/gdb6/sim/igen/gen-engine.h: file removal gnu/dist/gdb6/readline/support/mkdist: file removal gnu/dist/gdb6/include/ieee.h: file removal gnu/dist/gdb6/bfd/hosts/vaxult.h: file removal gnu/dist/gdb6/gdb/config/sparc/sol2-64.mt: file removal gnu/dist/gdb6/readline/rlprivate.h: file removal gnu/dist/gdb6/sim/common/sim-cpu.h: file removal gnu/dist/gdb6/include/elf/mmix.h: file removal gnu/dist/gdb6/sim/h8300/tconfig.in: file removal gnu/dist/gdb6/libiberty/pex-msdos.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tira.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/swpb.cgs: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf1.mt: file removal gnu/dist/gdb6/sim/ppc/vm_n.h: file removal gnu/dist/gdb6/sim/arm/armfpe.h: file removal gnu/dist/gdb6/bfd/cpu-rs6000.c: file removal gnu/dist/gdb6/gdb/arm-linux-tdep.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-linux.h: file removal gnu/dist/gdb6/gdb/config/i386/sol2-64.mh: file removal gnu/dist/gdb6/sim/testsuite/common/fpu-tst.c: file removal gnu/usr.bin/gdb6/arch/arm/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moveqpc.ms: file removal gnu/dist/gdb6/sim/ppc/dc-complex: file removal gnu/dist/gdb6/libiberty/copysign.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1291.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bst.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqsllhi.cgs: file removal gnu/dist/gdb6/opcodes/po/vi.gmo: file removal gnu/dist/gdb6/etc/configure.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftine.cgs: file removal gnu/dist/gdb6/include/elf/arc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnlr.cgs: file removal gnu/dist/gdb6/opcodes/tic54x-dis.c: file removal gnu/dist/gdb6/libiberty/aclocal.m4: file removal gnu/dist/gdb6/bfd/hosts/tahoe.h: file removal gnu/dist/gdb6/include/elf/m68k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmaddhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mmap1.c: file removal gnu/dist/gdb6/sim/ppc/interrupts.h: file removal gnu/dist/gdb6/sim/m32r/sem2-switch.c: file removal gnu/dist/gdb6/bfd/doc/init.texi: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc/defs.mk: file removal gnu/dist/gdb6/gdb/tui/tui-regs.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return2.exp: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/exit47.s: file removal gnu/dist/gdb6/sim/cris/crisv32f.c: file removal gnu/dist/gdb6/etc/configure.info: file removal gnu/dist/gdb6/gdb/jv-typeprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcop2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldsh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/jump.exp: file removal gnu/usr.bin/gdb6/opcodes/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcut.cgs: file removal gnu/dist/gdb6/opcodes/ip2k-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/pcplus.ms: file removal gnu/dist/gdb6/sim/common/dv-sockser.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-prologue.exp: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf2.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjmpsrv32-2.ms: file removal gnu/dist/gdb6/bfd/ns32knetbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmadds.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw3.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movxy.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tn.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copop.cgs: file removal gnu/dist/gdb6/include/elf/i386.h: file removal gnu/dist/gdb6/bfd/elf32-cr16c.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/andccr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-cmd.exp: file removal gnu/dist/gdb6/gdb/testsuite/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmadds.cgs: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc/config.h: file removal gnu/dist/gdb6/readline/vi_mode.c: file removal gnu/dist/gdb6/bfd/doc/core.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tnc.cgs: file removal gnu/dist/gdb6/bfd/po/fr.po: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiue.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t04_sub.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-line.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/ldrc.s: file removal gnu/dist/gdb6/sim/arm/armos.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulhu.cgs: file removal gnu/dist/gdb6/sim/sh/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-prologue.c: file removal gnu/dist/gdb6/gdb/h8300-tdep.c: file removal gnu/dist/gdb6/sim/common/cgen-fpu.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/genso-thresh.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/brabc.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapqpc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subicc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmxor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-stack.exp: file removal gnu/dist/gdb6/gdb/config/arm/tm-embed.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckv.cgs: file removal gnu/dist/gdb6/sim/common/cgen.sh: file removal gnu/dist/gdb6/opcodes/po/da.po: file removal gnu/dist/gdb6/libiberty/vsprintf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/seth.cgs: file removal gnu/dist/gdb6/opcodes/ia64-war.tbl: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/circ.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-basic.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setshow.exp: file removal gnu/dist/gdb6/gdb/doc/stabs.info: file removal gnu/dist/gdb6/gdb/solib-svr4.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/swi.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/hello.s: file removal gnu/dist/gdb6/bfd/gen-aout.c: file removal gnu/dist/gdb6/md5.sum: file removal gnu/dist/gdb6/include/opcode/convex.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/derived-type.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/multi-forks.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsethis.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckeq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched6.c: file removal gnu/dist/gdb6/sim/mn10300/tconfig.in: file removal gnu/usr.bin/gdb6/opcodes/arch/vax/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bcc.cgs: file removal gnu/dist/gdb6/gdb/dbug-rom.c: file removal gnu/dist/gdb6/gdb/doc/gdbint.texinfo: file removal gnu/dist/gdb6/sim/ppc/table.c: file removal gnu/dist/gdb6/bfd/elf32-xc16x.c: file removal gnu/dist/gdb6/gdb/config/sparc/sparc64.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/page.exp: file removal gnu/dist/gdb6/gdb/ocd.h: file removal gnu/dist/gdb6/opcodes/sparc-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/start.c: file removal gnu/dist/gdb6/readline/INSTALL: file removal gnu/dist/gdb6/sim/v850/configure.ac: file removal gnu/dist/gdb6/sim/mn10300/sim-main.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t04_sub.s: file removal gnu/dist/gdb6/bfd/pe-mcore.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/savedregs.c: file removal gnu/dist/gdb6/bfd/i386aout.c: file removal gnu/dist/gdb6/bfd/elf32-msp430.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pushpop.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cst.cgs: file removal gnu/dist/gdb6/sim/frv/reset.c: file removal gnu/dist/gdb6/include/coff/alpha.h: file removal gnu/dist/gdb6/gdb/tui/tui-wingeneral.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/until.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmrdhu.cgs: file removal gnu/dist/gdb6/bfd/go32stub.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.s: file removal gnu/dist/gdb6/gdb/bfd-target.h: file removal gnu/dist/gdb6/opcodes/ppc-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t13_otr.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mulxu.s: file removal gnu/dist/gdb6/sim/h8300/ChangeLog: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/call.pcgs: file removal gnu/dist/gdb6/opcodes/arc-ext.c: file removal gnu/dist/gdb6/gdb/fbsd-nat.h: file removal gnu/dist/gdb6/gdb/ppcobsd-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldubu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/munpackh.cgs: file removal gnu/usr.bin/gdb6/readline/arch/m68000/defs.mk: file removal gnu/dist/gdb6/include/coff/go32exe.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-ppc-low.c: file removal gnu/dist/gdb6/libiberty/make-temp-file.c: file removal gnu/dist/gdb6/bfd/elf32-m32c.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqlclrhs.cgs: file removal gnu/dist/gdb6/bfd/hosts/alphavms.h: file removal gnu/dist/gdb6/gdb/m68klinux-nat.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd.mh: file removal gnu/dist/gdb6/gdb/gdbserver/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/setlos.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cvexpr.exp: file removal gnu/dist/gdb6/gdb/sparcnbsd-tdep.c: file removal gnu/usr.bin/gdb6/libgdb/observer.h: file removal gnu/dist/gdb6/opcodes/sh-opc.h: file removal gnu/dist/gdb6/opcodes/dis-init.c: file removal gnu/dist/gdb6/gdb/m88k-tdep.h: file removal gnu/dist/gdb6/gdb/m68klinux-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/demangle.exp: file removal gnu/dist/gdb6/libiberty/fdmatch.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/whatis.exp: file removal gnu/dist/gdb6/bfd/elf32-ip2k.c: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/configure.ac: file removal gnu/dist/gdb6/gdb/varobj.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tihi.cgs: file removal gnu/dist/gdb6/bfd/elfxx-mips.h: file removal gnu/dist/gdb6/gdb/dwarfread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tgt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/orh.cgs: file removal gnu/dist/gdb6/readline/support/shlib-install: file removal gnu/dist/gdb6/gdb/gdbserver/regcache.h: file removal gnu/dist/gdb6/sim/ppc/ld-insn.c: file removal gnu/dist/gdb6/gdb/tui/tui-data.h: file removal gnu/usr.bin/gdb6/opcodes/arch/vax/config.h: file removal gnu/dist/gdb6/gdb/config/pa/linux.mt: file removal gnu/dist/gdb6/libiberty/xstrndup.c: file removal gnu/dist/gdb6/gdb/i387-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/sh3el/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs2.c: file removal gnu/usr.bin/gdb6/readline/arch/mipsel/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x3-v10.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jv-print.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-pthreads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nsdiv.cgs: file removal gnu/dist/gdb6/sim/cris/semcrisv10f-switch.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/emc-support.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/sid.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/sbc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/basicclass.m: file removal gnu/dist/gdb6/libiberty/ternary.c: file removal gnu/dist/gdb6/libiberty/memcmp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxis.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/regalign.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/sparc64.inc: file removal gnu/dist/gdb6/gdb/stack.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t05_cmp.exp: file removal gnu/dist/gdb6/gdb/config/pa/obsd.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dup-psym.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmexpdhd.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-desc.c: file removal gnu/dist/gdb6/include/aout/reloc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-sc.exp: file removal gnu/dist/gdb6/bfd/hp300bsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmulcs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/andb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-eval.exp: file removal gnu/dist/gdb6/gdb/doc/gpl.texi: file removal gnu/dist/gdb6/sim/mips/m16.igen: file removal gnu/dist/gdb6/include/coff/ecoff.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/btst.ms: file removal gnu/dist/gdb6/sim/frv/cpuall.h: file removal gnu/dist/gdb6/sim/ppc/e500_expression.h: file removal gnu/dist/gdb6/bfd/ptrace-core.c: file removal gnu/dist/gdb6/gdb/config/tm-linux.h: file removal gnu/dist/gdb6/sim/ppc/inline.c: file removal gnu/dist/gdb6/sim/sh/tconfig.in: file removal gnu/dist/gdb6/opcodes/m32r-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/savedregs.exp: file removal gnu/dist/gdb6/gdb/config/i386/i386gnu.mt: file removal gnu/dist/gdb6/include/gdb/sim-d10v.h: file removal gnu/dist/gdb6/gdb/cli/cli-utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink9.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/stc.s: file removal gnu/dist/gdb6/bfd/newsos3.c: file removal gnu/dist/gdb6/sim/v850/sim-main.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/macl.s: file removal gnu/dist/gdb6/libiberty/makefile.vms: file removal gnu/dist/gdb6/gdb/language.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqfu.cgs: file removal gnu/dist/gdb6/opcodes/acinclude.m4: file removal gnu/dist/gdb6/sim/igen/gen-itable.c: file removal gnu/dist/gdb6/bfd/versados.c: file removal gnu/dist/gdb6/gdb/config/nm-lynx.h: file removal gnu/dist/gdb6/gdb/gdb_dirent.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptype.c: file removal gnu/dist/gdb6/gdb/monitor.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bgt.cgs: file removal gnu/dist/gdb6/sim/m32c/trace.h: file removal gnu/dist/gdb6/sim/common/cgen-trace.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptr-typedef.c: file removal gnu/dist/gdb6/etc/configure: file removal gnu/dist/gdb6/gdb/config/sparc/fbsd.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-hd-hs.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_chirp.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/virtfunc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bc.cgs: file removal gnu/dist/gdb6/opcodes/mmix-opc.c: file removal gnu/dist/gdb6/bfd/i386lynx.c: file removal gnu/dist/gdb6/bfd/cpu-pj.c: file removal gnu/dist/gdb6/config/mh-ia64pic: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcv32r.ms: file removal gnu/dist/gdb6/opcodes/po/sv.po: file removal gnu/dist/gdb6/gdb/bsd-uthread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ici.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mtrap.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpc.ms: file removal gnu/dist/gdb6/opcodes/d10v-opc.c: file removal gnu/usr.bin/gdb6/libgdb/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmpi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bra.cgs: file removal gnu/dist/gdb6/include/gdb/signals.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-regs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/scope1.c: file removal gnu/dist/gdb6/bfd/warning.m4: file removal gnu/dist/gdb6/gdb/ChangeLog-1996: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovfgd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io6.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-i.s: file removal gnu/dist/gdb6/sim/m32c/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t01_mov.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ref-types.cc: file removal gnu/dist/gdb6/gdb/config/sparc/nbsd64.mh: file removal gnu/dist/gdb6/bfd/doc/elfcode.texi: file removal gnu/dist/gdb6/sim/igen/ld-cache.h: file removal gnu/dist/gdb6/sim/erc32/func.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfacmi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsqrts.cgs: file removal gnu/dist/gdb6/gdb/complaints.h: file removal gnu/dist/gdb6/sim/frv/arch.h: file removal gnu/usr.bin/gdb6/libiberty/arch/i386/config.h: file removal gnu/usr.bin/gdb6/arch/vax/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csll.cgs: file removal gnu/dist/gdb6/sim/common/cgen-mem.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/ecoff.sed: file removal gnu/dist/gdb6/sim/ppc/vm.c: file removal gnu/dist/gdb6/include/aout/host.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfsqrts.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmas.cgs: file removal gnu/dist/gdb6/sim/sh/ChangeLog: file removal gnu/dist/gdb6/readline/doc/fdl.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftio.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcgtlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strb-imm.cgs: file removal gnu/dist/gdb6/config/mh-armpic: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsub.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fble.cgs: file removal external/gpl3/gdb/lib/libdecnumber/arch/mips64el/gstdint.h: revision 1.3 gnu/dist/gdb6/sim/testsuite/sim/fr30/add.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverpcb.ms: file removal gnu/dist/gdb6/include/opcode/sparc.h: file removal gnu/dist/gdb6/gdb/config/h8300/h8300.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strb.cgs: file removal gnu/dist/gdb6/bfd/elf32-mcore.c: file removal gnu/dist/gdb6/gdb/CONTRIBUTE: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x9-v10.ms: file removal gnu/dist/gdb6/config/mh-dgux386: file removal gnu/dist/gdb6/config/mh-sysv4: file removal gnu/usr.bin/gdb6/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misaligned2.ms: file removal gnu/dist/gdb6/sim/arm/armsupp.c: file removal gnu/dist/gdb6/bfd/cache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqaddhus.cgs: file removal gnu/dist/gdb6/sim/ppc/COPYING: file removal gnu/dist/gdb6/readline/posixjmp.h: file removal gnu/dist/gdb6/bfd/cpu-crx.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotxl.s: file removal gnu/dist/gdb6/libiberty/obstack.c: file removal gnu/dist/gdb6/gdb/mi/mi-getopt.h: file removal gnu/usr.bin/gdb6/arch/powerpc64/version.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-console.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldh.cgs: file removal gnu/dist/gdb6/sim/mips/cp1.c: file removal gnu/dist/gdb6/bfd/vms-gsd.c: file removal gnu/dist/gdb6/opcodes/or32-dis.c: file removal gnu/dist/gdb6/bfd/ChangeLog-9697: file removal gnu/dist/gdb6/gdb/exceptions.c: file removal gnu/dist/gdb6/gdb/sentinel-frame.c: file removal gnu/usr.bin/gdb6/readline/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sll.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmand.cgs: file removal gnu/dist/gdb6/sim/mn10300/am33-2.igen: file removal gnu/dist/gdb6/gdb/dwarf2expr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldf.cgs: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/gdb/macroscope.c: file removal gnu/usr.bin/gdb6/opcodes/arch/hppa/config.h: file removal gnu/usr.bin/gdb6/arch/sparc64/init.c: file removal gnu/dist/gdb6/include/gdbm.h: file removal gnu/dist/gdb6/gdb/amd64-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/remote.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/dmovh.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-ibld.c: file removal gnu/dist/gdb6/sim/common/sim-config.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc64-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrb.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/config.h: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/hilo-hazard-3.s: file removal gnu/dist/gdb6/sim/m32r/cpux.h: file removal gnu/dist/gdb6/gdb/dbxread.c: file removal gnu/dist/gdb6/gdb/testsuite/config/netware.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/interrupt.exp: file removal gnu/dist/gdb6/bfd/cpu-mt.c: file removal gnu/dist/gdb6/bfd/aout-target.h: file removal gnu/dist/gdb6/libiberty/cp-demangle.c: file removal gnu/dist/gdb6/gdb/tui/ChangeLog-1998-2003: file removal gnu/dist/gdb6/sim/mips/dv-tx3904irc.c: file removal gnu/dist/gdb6/gdb/alphabsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqfi.cgs: file removal gnu/dist/gdb6/sim/igen/table.c: file removal gnu/dist/gdb6/opcodes/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bool.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/checkpoint.c: file removal gnu/dist/gdb6/gdb/config/djgpp/README: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc/config.h: file removal gnu/dist/gdb6/sim/common/syscall.c: file removal gnu/dist/gdb6/bfd/doc/bfdsumm.texi: file removal gnu/dist/gdb6/gdb/testsuite/config/vr5000.exp: file removal gnu/dist/gdb6/sim/m32r/arch.h: file removal gnu/dist/gdb6/opcodes/xstormy16-desc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addoq.ms: file removal gnu/dist/gdb6/sim/ppc/ppc.mt: file removal gnu/dist/gdb6/sim/mips/mips.dc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/exception.exp: file removal gnu/dist/gdb6/bfd/nlm32-alpha.c: file removal gnu/dist/gdb6/sim/ppc/tree.h: file removal gnu/dist/gdb6/opcodes/avr-dis.c: file removal gnu/dist/gdb6/gdb/config/sh/sh64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld-plus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/dflags.ms: file removal gnu/dist/gdb6/sim/iq2000/sem-switch.c: file removal gnu/dist/gdb6/bfd/coff-alpha.c: file removal gnu/dist/gdb6/include/elf/openrisc.h: file removal gnu/dist/gdb6/gdb/i386-linux-nat.c: file removal gnu/dist/gdb6/gdb/proc-api.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sizeof.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqsaths.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-strs.c: file removal gnu/dist/gdb6/gdb/gdbserver/linux-mips-low.c: file removal gnu/dist/gdb6/gdb/config/djgpp/djcheck.sh: file removal gnu/dist/gdb6/bfd/po/rw.po: file removal gnu/usr.bin/gdb6/readline/arch/alpha/defs.mk: file removal gnu/dist/gdb6/sim/iq2000/decode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmaddd.cgs: file removal gnu/dist/gdb6/bfd/doc/bfdt.texi: file removal gnu/dist/gdb6/bfd/aout-ns32k.c: file removal gnu/dist/gdb6/gdb/sparc64-sol2-tdep.c: file removal gnu/dist/gdb6/sim/iq2000/sim-main.h: file removal gnu/dist/gdb6/sim/common/sim-n-core.h: file removal gnu/dist/gdb6/include/elf/v850.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti1.cc: file removal gnu/dist/gdb6/sim/m32r/configure.ac: file removal gnu/usr.bin/gdb6/arch/x86_64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/fp_exception.cgs: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/Makefile.in: file removal gnu/dist/gdb6/sim/common/sim-load.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbuelr.cgs: file removal gnu/dist/gdb6/gdb/symtab.h: file removal gnu/dist/gdb6/gdb/mipsread.c: file removal gnu/dist/gdb6/gdb/mn10300-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cudiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw5.ms: file removal gnu/dist/gdb6/gdb/ia64-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-stack.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/asr.ms: file removal gnu/dist/gdb6/bfd/elf-m10300.c: file removal gnu/dist/gdb6/config/iconv.m4: file removal gnu/dist/gdb6/gdb/environ.h: file removal gnu/dist/gdb6/gdb/i386v4-nat.c: file removal gnu/dist/gdb6/sim/frv/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/cmpw.s: file removal gnu/dist/gdb6/opcodes/mt-desc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/setlo.cgs: file removal gnu/usr.bin/gdb6/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/opcodes/cgen-types.h: file removal gnu/dist/gdb6/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/xor.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmia.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnolr.cgs: file removal gnu/dist/gdb6/gdb/vax-nat.c: file removal gnu/dist/gdb6/gdb/tui/tui-stack.h: file removal gnu/dist/gdb6/gdb/trad-frame.c: file removal gnu/dist/gdb6/gdb/i386nbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrdacc.cgs: file removal gnu/dist/gdb6/opcodes/frv-opc.h: file removal gnu/dist/gdb6/gdb/config/powerpc/linux.mh: file removal gnu/dist/gdb6/gdb/alphanbsd-tdep.c: file removal gnu/usr.bin/gdb6/gdbtui/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfddivs.cgs: file removal gnu/dist/gdb6/readline/nls.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfitos.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr-imm.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/linux.mh: file removal gnu/dist/gdb6/gdb/mem-break.c: file removal gnu/dist/gdb6/gdb/mips-linux-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/chng-syms.exp: file removal gnu/dist/gdb6/gdb/rs6000-aix-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldsbu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/rsb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthreads.exp: file removal gnu/dist/gdb6/sim/ppc/INSTALL: file removal gnu/dist/gdb6/include/elf/pj.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/until.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bp.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_unix.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03.exp: file removal gnu/dist/gdb6/gdb/mi/mi-common.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnvlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lsr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/reread.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcmps.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/arrayidx.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigstep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/prelink.c: file removal gnu/dist/gdb6/gdb/macroexp.c: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000.mh: file removal gnu/dist/gdb6/include/opcode/i960.h: file removal gnu/dist/gdb6/gdb/m2-valprint.c: file removal gnu/dist/gdb6/gdb/objc-lang.h: file removal gnu/dist/gdb6/sim/ppc/device.h: file removal gnu/dist/gdb6/sim/cris/cpuv10.c: file removal gnu/dist/gdb6/readline/examples/rlfe/Makefile.in: file removal gnu/dist/gdb6/sim/frv/profile-fr400.h: file removal gnu/dist/gdb6/gdb/config/powerpc/nbsd.mt: file removal gnu/dist/gdb6/gdb/testsuite/config/slite.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jprint.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/setrlimit1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrsh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-unwind.exp: file removal gnu/dist/gdb6/opcodes/cris-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/twice.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/oricc.cgs: file removal gnu/dist/gdb6/gdb/osf-share/cma_debug_client.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf3.c: file removal gnu/dist/gdb6/sim/common/hw-properties.h: file removal gnu/dist/gdb6/gdb/bcache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mstep.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/addi8.cgs: file removal gnu/dist/gdb6/gdb/gdbserver/acinclude.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bclr.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitgr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmss.cgs: file removal gnu/dist/gdb6/sim/common/sim-model.h: file removal gnu/dist/gdb6/libiberty/testsuite/test-demangle.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cursal.exp: file removal gnu/dist/gdb6/gdb/interps.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/tst.cgs: file removal gnu/dist/gdb6/gdb/msg.defs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckno.cgs: file removal gnu/dist/gdb6/opcodes/xstormy16-opc.h: file removal gnu/dist/gdb6/config/lib-link.m4: file removal gnu/dist/gdb6/bfd/coffswap.h: file removal gnu/dist/gdb6/config/mh-papic: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tge.cgs: file removal gnu/dist/gdb6/include/coff/mips.h: file removal gnu/usr.bin/gdb6/readline/arch/m68k/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/tfind.exp: file removal gnu/dist/gdb6/gdb/config/sparc/sol2.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pass.s: file removal gnu/dist/gdb6/bfd/rs6000-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movemr.ms: file removal gnu/dist/gdb6/sim/arm/armdefs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/hello.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe1.c: file removal gnu/dist/gdb6/sim/m32c/mem.h: file removal gnu/dist/gdb6/gdb/gdbserver/remote-utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/beqz.cgs: file removal gnu/dist/gdb6/sim/m32c/safe-fgets.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/rtsigprocmask1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mulv32.ms: file removal gnu/dist/gdb6/readline/undo.c: file removal gnu/dist/gdb6/gdb/parse.c: file removal gnu/dist/gdb6/gdb/config/i386/i386v4.mh: file removal gnu/dist/gdb6/config/gxx-include-dir.m4: file removal gnu/dist/gdb6/bfd/ihex.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/add3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/mul.s: file removal gnu/dist/gdb6/include/elf/mt.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb_history: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addn2.cgs: file removal gnu/dist/gdb6/config/mt-wince: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftilt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movemrv32.ms: file removal gnu/dist/gdb6/include/opcode/ChangeLog: file removal gnu/dist/gdb6/include/elf/i860.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srlicc.cgs: file removal gnu/dist/gdb6/gdb/config/i386/i386sco5.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x7-v32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/mn10300.exp: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-im.s: file removal gnu/dist/gdb6/gdb/main.h: file removal gnu/dist/gdb6/gdb/mi/mi-console.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bool.cc: file removal gnu/dist/gdb6/gdb/gdbarch.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bhilr.cgs: file removal gnu/dist/gdb6/sim/ppc/igen.c: file removal gnu/usr.bin/gdb6/opcodes/arch/arm/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/compound.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/tm-ppc-eabi.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subx.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tne.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/code-expr.exp: file removal gnu/dist/gdb6/sim/testsuite/config/default.exp: file removal gnu/dist/gdb6/gdb/kod.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/bfld.s: file removal gnu/dist/gdb6/sim/m68hc11/interp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/sfe.ms: file removal gnu/dist/gdb6/gdb/c-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/mp_exception.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/sub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shal.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extsh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat2.c: file removal gnu/dist/gdb6/gdb/avr-tdep.c: file removal gnu/dist/gdb6/gdb/symfile-mem.c: file removal gnu/dist/gdb6/bfd/elfcode.h: file removal gnu/dist/gdb6/bfd/elf64-s390.c: file removal gnu/dist/gdb6/gdb/sh-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io3.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mul.cgs: file removal gnu/dist/gdb6/sim/m68hc11/dv-nvram.c: file removal gnu/dist/gdb6/sim/iq2000/sim-if.c: file removal gnu/dist/gdb6/gdb/config/powerpc/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orm.ms: file removal gnu/dist/gdb6/sim/ppc/gen-icache.c: file removal gnu/dist/gdb6/readline/rltty.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bge.cgs: file removal gnu/dist/gdb6/include/gdb/callback.h: file removal gnu/dist/gdb6/bfd/pef.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_semaphore_defs.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/unloadshr.c: file removal gnu/dist/gdb6/gdb/config/sh/embed.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfadds.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmisc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subm.ms: file removal gnu/dist/gdb6/gdb/sh-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-macros.i: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rach.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/notcr.cgs: file removal gnu/dist/gdb6/libiberty/xstrerror.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/h8300s.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr16.s: file removal gnu/dist/gdb6/readline/signals.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmovs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/eor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/staticthreads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsqrtd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqmachs.cgs: file removal gnu/dist/gdb6/opcodes/v850-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-display.exp: file removal gnu/dist/gdb6/gdb/osf-share/HP800/cma_thread_io.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckule.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ccr-v10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msrlhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/rename2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tigt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthi.cgs: file removal gnu/dist/gdb6/gdb/gdbserver/linux-crisv32-low.c: file removal gnu/dist/gdb6/sim/ppc/hw_iobus.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread_check.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andncr.cgs: file removal gnu/dist/gdb6/gdb/MAINTAINERS: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-test.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/opaque.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/iq2000.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcmpgt.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bne.cgs: file removal gnu/dist/gdb6/readline/history.h: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/bfdver.h: file removal gnu/dist/gdb6/gdb/m68k-tdep.c: file removal gnu/dist/gdb6/gdb/disasm.c: file removal gnu/dist/gdb6/sim/m32r/decode2.h: file removal gnu/dist/gdb6/readline/tilde.h: file removal gnu/dist/gdb6/gdb/ada-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcnvds.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mv.cgs: file removal gnu/dist/gdb6/gdb/linespec.c: file removal gnu/usr.bin/gdb6/arch/sh3el/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smuli.cgs: file removal gnu/dist/gdb6/bfd/pe-ppc.c: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/configure: file removal gnu/dist/gdb6/gdb/config/alpha/tm-alphalinux.h: file removal gnu/usr.bin/gdb6/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/time2.c: file removal gnu/dist/gdb6/libiberty/hashtab.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields2.exp: file removal gnu/dist/gdb6/bfd/pe-mips.c: file removal gnu/dist/gdb6/opcodes/po/da.gmo: file removal gnu/dist/gdb6/gdb/config/vax/nm-vax.h: file removal gnu/dist/gdb6/gdb/dwarf2-frame.h: file removal gnu/dist/gdb6/sim/erc32/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andc.ms: file removal gnu/dist/gdb6/gdb/typeprint.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmas.cgs: file removal gnu/dist/gdb6/sim/erc32/sis.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gcore.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-vfork.exp: file removal gnu/dist/gdb6/config/mh-elfalphapic: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/reread1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/reread2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sdiv.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-disasm.h: file removal gnu/dist/gdb6/gdb/config/i386/i386.mt: file removal gnu/dist/gdb6/gdb/gdb_thread_db.h: file removal gnu/dist/gdb6/sim/ppc/idecode_expression.h: file removal gnu/dist/gdb6/bfd/doc/makefile.vms: file removal gnu/dist/gdb6/bfd/mach-o.c: file removal gnu/usr.bin/gdb6/readline/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/readline/shell.c: file removal gnu/dist/gdb6/libiberty/xexit.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-abi.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/config.h: file removal gnu/usr.bin/gdb6/arch/powerpc/version.c: file removal gnu/dist/gdb6/sim/common/cgen-cpu.h: file removal gnu/dist/gdb6/gdb/doc/annotate.info: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/div.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/unix.exp: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/bfdver.h: file removal gnu/dist/gdb6/bfd/hosts/i386linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxiu.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-ip.s: file removal gnu/dist/gdb6/sim/mn10300/am33.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/smu.cgs: file removal gnu/dist/gdb6/readline/funmap.c: file removal gnu/dist/gdb6/opcodes/s390-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movum.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uread32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bmi.cgs: file removal gnu/dist/gdb6/sim/common/sim-memopt.h: file removal gnu/dist/gdb6/gdb/cli/cli-decode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/subi.cgs: file removal gnu/dist/gdb6/bfd/doc/bfdint.texi: file removal gnu/dist/gdb6/sim/arm/gdbhost.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqsubhss.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/nm-linux.h: file removal gnu/dist/gdb6/readline/callback.c: file removal gnu/dist/gdb6/gdb/ser-unix.c: file removal gnu/dist/gdb6/sim/m68hc11/emulos.c: file removal gnu/dist/gdb6/libiberty/fibheap.c: file removal gnu/dist/gdb6/bfd/libecoff.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread4.c: file removal gnu/dist/gdb6/sim/mips/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread5.c: file removal gnu/dist/gdb6/opcodes/i370-opc.c: file removal gnu/dist/gdb6/bfd/doc/header.sed: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf1.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbullr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sracc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw2.ms: file removal gnu/dist/gdb6/include/nlm/alpha-ext.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/exception.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/break.ms: file removal gnu/dist/gdb6/sim/cris/cris-opc.h: file removal gnu/dist/gdb6/readline/input.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/array.f: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mprotect1.c: file removal gnu/dist/gdb6/gdb/config/i386/i386sol2.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmovs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckne.cgs: file removal gnu/dist/gdb6/sim/ppc/ppc-spr-table: file removal gnu/dist/gdb6/libiberty/_doprnt.c: file removal gnu/usr.bin/gdb6/bfd/arch/mips64eb/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csra.cgs: file removal gnu/dist/gdb6/libiberty/mkstemps.c: file removal gnu/dist/gdb6/sim/common/gennltvals.sh: file removal gnu/dist/gdb6/sim/mips/dv-tx3904cpu.c: file removal gnu/dist/gdb6/libiberty/waitpid.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcku.cgs: file removal gnu/dist/gdb6/sim/mips/vr.igen: file removal gnu/dist/gdb6/include/elf/dwarf2.h: file removal gnu/usr.bin/Makefile: revision 1.137 gnu/dist/gdb6/sim/igen/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/opaque0.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div3.cgs: file removal gnu/dist/gdb6/sim/ppc/psim.h: file removal gnu/dist/gdb6/sim/common/hw-main.h: file removal gnu/dist/gdb6/bfd/coff-h8300.c: file removal gnu/dist/gdb6/sim/sh/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc64fbsd-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/arm/config.h: file removal gnu/usr.bin/gdb6/bfd/arch/arm/config.h: file removal gnu/dist/gdb6/gdb/tramp-frame.h: file removal gnu/dist/gdb6/gdb/config/arm/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw17.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pdmsb.s: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/fpu64-ps-sb1.s: file removal gnu/dist/gdb6/libiberty/xmemdup.c: file removal gnu/dist/gdb6/libiberty/strndup.c: file removal external/gpl3/gdb/lib/libgdb/arch/mips64el/init.c: revision 1.5 gnu/dist/gdb6/gdb/solib-legacy.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbeqlr.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/nm-sol2.h: file removal gnu/dist/gdb6/gdb/macrocmd.c: file removal gnu/dist/gdb6/gdb/sparc-sol2-nat.c: file removal gnu/dist/gdb6/include/opcode/msp430.h: file removal gnu/dist/gdb6/gdb/mi/mi-symbol-cmds.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/pa.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/add.cgs: file removal gnu/dist/gdb6/sim/ppc/main.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sra.cgs: file removal gnu/dist/gdb6/sim/common/nltvals.def: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-id.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckue.cgs: file removal gnu/dist/gdb6/sim/ppc/gen-semantics.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigall.exp: file removal gnu/dist/gdb6/bfd/hosts/delta68.h: file removal gnu/dist/gdb6/etc/standards.texi: file removal gnu/dist/gdb6/gdb/f-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblg.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rac.s: file removal gnu/dist/gdb6/opcodes/fr30-desc.h: file removal gnu/dist/gdb6/gdb/ppcnbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/config/est.exp: file removal gnu/dist/gdb6/sim/common/cgen-defs.h: file removal gnu/dist/gdb6/bfd/po/fr.gmo: file removal gnu/dist/gdb6/gdb/wince.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bld.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fabss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x5-v10.ms: file removal gnu/dist/gdb6/sim/common/sim-run.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sum.c: file removal gnu/dist/gdb6/gdb/nto-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverpcw.ms: file removal gnu/dist/gdb6/bfd/hosts/news.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nudiv.cgs: file removal gnu/dist/gdb6/bfd/doc/opncls.texi: file removal gnu/usr.bin/gdb6/readline/arch/armeb/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/whatis-exp.exp: file removal gnu/dist/gdb6/readline/support/config.rpath: file removal gnu/dist/gdb6/sim/ppc/hw_init.c: file removal gnu/dist/gdb6/gdb/remote-mips.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls-shared.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/subarray.f: file removal gnu/usr.bin/gdb6/readline/arch/sh3eb/config.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_stack.h: file removal gnu/dist/gdb6/gdb/ppc-tdep.h: file removal gnu/usr.bin/gdb6/readline/arch/mipseb/config.h: file removal gnu/dist/gdb6/readline/support/wcwidth.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/multi-forks.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/exprs.exp: file removal gnu/dist/gdb6/sim/m32r/cpu.c: file removal gnu/dist/gdb6/gdb/dummy-frame.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/cmn.cgs: file removal gnu/dist/gdb6/opcodes/maxq-dis.c: file removal gnu/dist/gdb6/sim/d10v/gencode.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-regs.exp: file removal gnu/dist/gdb6/config/lib-prefix.m4: file removal gnu/dist/gdb6/gdb/amd64-sol2-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smulicc.cgs: file removal gnu/dist/gdb6/config/lead-dot.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshai.s: file removal gnu/dist/gdb6/include/opcode/bfin.h: file removal gnu/dist/gdb6/bfd/elf32-hppa.h: file removal gnu/dist/gdb6/gdb/amd64-tdep.c: file removal gnu/usr.bin/gdb6/arch/m68k/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfaclo.cgs: file removal gnu/dist/gdb6/libiberty/partition.c: file removal gnu/dist/gdb6/gdb/ui-out.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/swi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/beorh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/ia64.inc: file removal gnu/dist/gdb6/gdb/amd64fbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subxcc.cgs: file removal gnu/dist/gdb6/include/elf/msp430.h: file removal gnu/dist/gdb6/gdb/doc/gdb.info: file removal gnu/dist/gdb6/gdb/config/i386/linux.mh: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000lynx.mh: file removal gnu/dist/gdb6/bfd/aclocal.m4: file removal gnu/dist/gdb6/gdb/mi/mi-main.h: file removal gnu/dist/gdb6/readline/examples/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/udivi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-indr-cl.c: file removal gnu/dist/gdb6/gdb/nbsd-nat.h: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/weird.def: file removal gnu/usr.bin/gdb6/arch/i386/defs.mk: file removal gnu/dist/gdb6/sim/common/sim-hw.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-test.exp: file removal gnu/dist/gdb6/gdb/config/pa/tm-hppa.h: file removal gnu/dist/gdb6/gdb/m32r-linux-nat.c: file removal gnu/dist/gdb6/bfd/po/vi.gmo: file removal gnu/dist/gdb6/gdb/ChangeLog-2002: file removal gnu/dist/gdb6/gdb/regformats/regdat.sh: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-ip.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-child.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/cmpb.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone1.c: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/bfdver.h: file removal gnu/dist/gdb6/sim/erc32/README.erc32: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/dbx.exp: file removal gnu/dist/gdb6/gdb/reggroups.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subxicc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckhi.cgs: file removal gnu/dist/gdb6/sim/arm/dbg_cp.h: file removal gnu/dist/gdb6/gdb/m88kbsd-nat.c: file removal gnu/dist/gdb6/include/opcode/or32.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftile.cgs: file removal gnu/dist/gdb6/opcodes/po/zh_CN.po: file removal gnu/dist/gdb6/gdb/hpux-thread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmss.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/asm-source.exp: file removal gnu/dist/gdb6/gdb/process_reply.defs: file removal gnu/dist/gdb6/libiberty/README: file removal gnu/dist/gdb6/gdb/shnbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/async.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmaddhss.cgs: file removal gnu/dist/gdb6/gdb/config/pa/linux.mh: file removal gnu/dist/gdb6/gdb/s390-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mac.s: file removal gnu/dist/gdb6/gdb/gdb_mbuild.sh: file removal gnu/dist/gdb6/sim/cris/config.in: file removal gnu/dist/gdb6/sim/ppc/COPYING.LIB: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/a2-run.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addx.cgs: file removal external/gpl3/gdb/lib/libdecnumber/arch/mipsel/gstdint.h: revision 1.3 gnu/dist/gdb6/sim/testsuite/sim/frv/cfckgt.cgs: file removal gnu/dist/gdb6/readline/histlib.h: file removal gnu/dist/gdb6/opcodes/ip2k-opc.h: file removal external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/gdb/gdbcmd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/str.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addi.ms: file removal gnu/dist/gdb6/sim/ppc/emul_netbsd.c: file removal gnu/dist/gdb6/sim/common/dv-sockser.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/ChangeLog: file removal gnu/dist/gdb6/sim/common/hw-device.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/auxv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqsubhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdabss.cgs: file removal gnu/dist/gdb6/gdb/linux-fork.h: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/bfd.h: file removal gnu/dist/gdb6/opcodes/po/pt_BR.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/actions.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldc.cgs: file removal gnu/dist/gdb6/sim/m32c/cpu.h: file removal gnu/dist/gdb6/bfd/doc/bfdwin.texi: file removal gnu/dist/gdb6/sim/common/run-sim.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movprv10.ms: file removal gnu/dist/gdb6/include/elf/vax.h: file removal gnu/dist/gdb6/gdb/config/i386/i386gnu.mh: file removal gnu/dist/gdb6/gdb/gdbserver/terminal.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pinc.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsetlos.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t07_ari3.exp: file removal gnu/dist/gdb6/gdb/gdbinit.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ena-dis-br.exp: file removal gnu/dist/gdb6/gdb/gdbserver/utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/das.s: file removal gnu/dist/gdb6/sim/arm/parent.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/packetlen.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/bp_in_thread.c: file removal gnu/dist/gdb6/gdb/config/djgpp/djconfig.sh: file removal gnu/dist/gdb6/gdb/config/nm-nbsd.h: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/bfdver.h: file removal gnu/dist/gdb6/bfd/doc/aoutx.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mxor.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmovd.cgs: file removal gnu/dist/gdb6/gdb/gdb-stabs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqaddhus.cgs: file removal gnu/dist/gdb6/gdb/cris-tdep.c: file removal gnu/dist/gdb6/sim/m32c/gloss.S: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smulcc.cgs: file removal gnu/dist/gdb6/sim/mips/sim-main.c: file removal gnu/dist/gdb6/opcodes/po/id.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tige.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfditos.cgs: file removal gnu/dist/gdb6/bfd/elflink.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/add.ms: file removal gnu/dist/gdb6/sim/m32r/syscall.h: file removal gnu/dist/gdb6/libiberty/functions.texi: file removal gnu/dist/gdb6/sim/common/hw-instances.c: file removal gnu/dist/gdb6/bfd/hppabsd-core.c: file removal gnu/dist/gdb6/bfd/simple.c: file removal gnu/dist/gdb6/gdb/arm-linux-nat.c: file removal gnu/dist/gdb6/opcodes/arc-dis.h: file removal gnu/dist/gdb6/include/os9k.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/mac-fileno.S: file removal gnu/dist/gdb6/bfd/version.h: file removal gnu/dist/gdb6/sim/ppc/table.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdsads.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ld.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp3.h: file removal gnu/dist/gdb6/bfd/bfd.c: file removal gnu/dist/gdb6/bfd/riscix.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjsrcv10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misaligned1.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-prologue.exp: file removal gnu/dist/gdb6/sim/mn10300/sim-main.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fipr.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-child.exp: file removal gnu/dist/gdb6/bfd/netbsd.h: file removal gnu/dist/gdb6/gdb/cli-out.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-return.exp: file removal gnu/dist/gdb6/bfd/vms-misc.c: file removal gnu/dist/gdb6/gdb/config/vax/vax.mt: file removal gnu/dist/gdb6/bfd/ecoffswap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div4s.cgs: file removal gnu/dist/gdb6/include/elf/d10v.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rdt.s: file removal gnu/dist/gdb6/gdb/tui/tui-source.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/packed_array/pa.adb: file removal gnu/dist/gdb6/sim/erc32/help.c: file removal gnu/dist/gdb6/gdb/config/alpha/nm-linux.h: file removal gnu/dist/gdb6/gdb/sparc-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/adc.cgs: file removal gnu/dist/gdb6/sim/frv/devices.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsqrt.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/add.pcgs: file removal gnu/dist/gdb6/opcodes/arc-ext.h: file removal gnu/dist/gdb6/libiberty/copying-lib.texi: file removal gnu/dist/gdb6/bfd/nlm32-i386.c: file removal gnu/dist/gdb6/gdb/arm-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cop1.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bgtlr.cgs: file removal gnu/dist/gdb6/libiberty/physmem.c: file removal gnu/dist/gdb6/gdb/mn10300-linux-tdep.c: file removal gnu/dist/gdb6/bfd/mipsbsd.c: file removal gnu/dist/gdb6/gdb/config/arm/tm-wince.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshlr.s: file removal gnu/dist/gdb6/sim/iq2000/iq2000-sim.h: file removal gnu/dist/gdb6/sim/arm/configure: file removal gnu/dist/gdb6/bfd/aout64.c: file removal gnu/dist/gdb6/bfd/doc/bfdio.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/try_catch.cc: file removal gnu/usr.bin/gdb6/arch/mipseb/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqxmacxhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/stm.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig5.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig6.c: file removal gnu/dist/gdb6/include/opcode/mmix.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-child.exp: file removal gnu/dist/gdb6/gdb/ada-lex.l: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copst.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftgt.cgs: file removal gnu/dist/gdb6/opcodes/xstormy16-asm.c: file removal gnu/dist/gdb6/opcodes/iq2000-opc.c: file removal external/gpl3/gdb/lib/libgdb/arch/mipseb/defs.mk: revision 1.6 gnu/dist/gdb6/sim/testsuite/sim/h8300/stack.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmulhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subqpc.ms: file removal gnu/dist/gdb6/libiberty/libiberty.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldfi.cgs: file removal gnu/dist/gdb6/gdb/config/vax/obsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota3.exp: file removal gnu/dist/gdb6/bfd/opncls.c: file removal gnu/dist/gdb6/gdb/srec.h: file removal gnu/usr.bin/gdb6/bfd/arch/arm/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqmachs.cgs: file removal gnu/dist/gdb6/sim/iq2000/ChangeLog: file removal gnu/dist/gdb6/opcodes/ia64-opc-f.c: file removal gnu/dist/gdb6/gdb/i387-tdep.h: file removal gnu/dist/gdb6/include/opcode/m68k.h: file removal gnu/dist/gdb6/readline/configure.in: file removal gnu/dist/gdb6/bfd/elf32-xtensa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmulcs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subxi.cgs: file removal gnu/dist/gdb6/readline/MANIFEST: file removal gnu/dist/gdb6/libiberty/config.h-vms: file removal gnu/dist/gdb6/bfd/aoutx.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcmpuh.cgs: file removal gnu/dist/gdb6/gdb/config/vax/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched1.c: file removal gnu/dist/gdb6/gdb/stack.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldshi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw14.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbu.cgs: file removal gnu/dist/gdb6/sim/ChangeLog: file removal gnu/dist/gdb6/opcodes/openrisc-desc.h: file removal gnu/dist/gdb6/include/aout/hp.h: file removal gnu/usr.bin/gdb6/arch/alpha/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tlt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/asr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lsl.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-cmd.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/s390x.inc: file removal gnu/dist/gdb6/bfd/elf32-frv.c: file removal gnu/dist/gdb6/config/mt-netware: file removal gnu/dist/gdb6/gdb/p-exp.y: file removal gnu/dist/gdb6/sim/ppc/inline.h: file removal gnu/dist/gdb6/opcodes/iq2000-desc.c: file removal gnu/dist/gdb6/bfd/elf64.c: file removal gnu/dist/gdb6/gdb/buildsym.c: file removal gnu/usr.bin/gdb6/arch/alpha/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sock1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wshufh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/collection.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/vforked-prog.c: file removal gnu/dist/gdb6/gdb/jv-exp.c: file removal gnu/dist/gdb6/gdb/language.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvtc.cgs: file removal gnu/dist/gdb6/gdb/dcache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxrs.cgs: file removal gnu/dist/gdb6/opcodes/m68hc11-opc.c: file removal gnu/dist/gdb6/libiberty/getopt1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fnegs.cgs: file removal gnu/dist/gdb6/sim/igen/gen-itable.h: file removal gnu/dist/gdb6/include/coff/ia64.h: file removal gnu/dist/gdb6/config/acx.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/completion.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulxhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmpi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movmp8.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movmp.ms: file removal gnu/dist/gdb6/sim/ppc/hw_htab.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/maclo.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdc.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/nop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/strh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/Makefile.in: file removal gnu/usr.bin/gdb6/arch/sh3el/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/dcpl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movssr.ms: file removal gnu/dist/gdb6/readline/shlib/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/hello.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sraicc.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/configure: file removal gnu/dist/gdb6/include/opcode/pn.h: file removal gnu/dist/gdb6/include/bin-bugs.h: file removal gnu/dist/gdb6/bfd/elf32-sh64.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/configure.ac: file removal gnu/dist/gdb6/install-sh: file removal gnu/dist/gdb6/sim/m32r/decode.c: file removal gnu/dist/gdb6/include/aout/encap.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/overlays.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/neg.ms: file removal gnu/dist/gdb6/gdb/bsd-uthread.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbra.cgs: file removal gnu/dist/gdb6/sim/common/sim-endian.h: file removal gnu/dist/gdb6/gdb/valprint.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/gdb.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/break.exp: file removal gnu/dist/gdb6/bfd/cpu-i370.c: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/btstl.cgs: file removal gnu/dist/gdb6/bfd/hosts/i386mach3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcpc.ms: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fabsd.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/templates.cc: file removal gnu/dist/gdb6/bfd/pef-traceback.h: file removal gnu/dist/gdb6/gdb/cli/cli-interp.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jv-exp.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcop1.cgs: file removal gnu/dist/gdb6/sim/ppc/filter.c: file removal gnu/dist/gdb6/sim/ppc/lf.c: file removal gnu/dist/gdb6/sim/ppc/hw_ide.c: file removal gnu/dist/gdb6/opcodes/po/nl.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/casts.cc: file removal gnu/dist/gdb6/bfd/doc/targets.texi: file removal gnu/dist/gdb6/bfd/doc/cache.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcralr.cgs: file removal gnu/dist/gdb6/include/opcode/maxq.h: file removal gnu/dist/gdb6/bfd/coff-z80.c: file removal gnu/dist/gdb6/readline/examples/readlinebuf.h: file removal gnu/dist/gdb6/bfd/elf32-m68hc12.c: file removal gnu/dist/gdb6/gdb/config/i386/i386sco.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bhi.cgs: file removal gnu/dist/gdb6/include/elf/iq2000.h: file removal gnu/dist/gdb6/gdb/config/i386/obsd64.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/user.ms: file removal gnu/dist/gdb6/sim/h8300/compile.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mulwhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbullr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.server/Makefile.in: file removal gnu/usr.bin/gdb6/arch/mipsel/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/blt.cgs: file removal gnu/dist/gdb6/gdb/i386nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbfi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/backtrace.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ambiguous.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/utils-dsp.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqaddhss.cgs: file removal gnu/dist/gdb6/sim/ppc/bits.c: file removal gnu/dist/gdb6/bfd/elf32-sparc.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsd.mt: file removal gnu/dist/gdb6/gdb/config/m68k/os68k.mt: file removal gnu/dist/gdb6/gdb/i386-sol2-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/config/vxworks29k.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/gnat_ada.gpr: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sigreturn2.c: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsrl.cgs: file removal gnu/dist/gdb6/gdb/remote.c: file removal gnu/dist/gdb6/sim/mips/cp1.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/help.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnvlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addicc.cgs: file removal gnu/dist/gdb6/gdb/coff-solib.c: file removal gnu/dist/gdb6/bfd/elf32-avr.c: file removal gnu/dist/gdb6/gdb/exceptions.h: file removal gnu/dist/gdb6/gdb/remote-fileio.c: file removal gnu/dist/gdb6/gdb/sentinel-frame.h: file removal gnu/dist/gdb6/gdb/std-regs.c: file removal gnu/dist/gdb6/include/elf/mn10200.h: file removal gnu/dist/gdb6/gdb/dwarf2expr.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgf.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/nbsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/fixed_points.exp: file removal gnu/dist/gdb6/opcodes/ia64-raw.tbl: file removal gnu/dist/gdb6/bfd/reloc16.c: file removal gnu/dist/gdb6/gdb/macroscope.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbeqlr.cgs: file removal gnu/dist/gdb6/gdb/amd64-nat.h: file removal gnu/dist/gdb6/gdb/gdbserver/server.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbolr.cgs: file removal gnu/dist/gdb6/gdb/proc-flags.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink5.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/derivation.cc: file removal gnu/dist/gdb6/bfd/cpu-i386.c: file removal gnu/dist/gdb6/sim/common/sim-engine.h: file removal gnu/dist/gdb6/sim/common/sim-config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bigcore.c: file removal gnu/dist/gdb6/gdb/regformats/reg-mips.dat: file removal gnu/dist/gdb6/gdb/ax-gdb.h: file removal gnu/dist/gdb6/sim/igen/filter_host.c: file removal gnu/dist/gdb6/gdb/mips64obsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lsl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/miaxy.cgs: file removal gnu/dist/gdb6/libiberty/cp-demangle.h: file removal gnu/dist/gdb6/opcodes/m32c-dis.c: file removal gnu/dist/gdb6/opcodes/iq2000-ibld.c: file removal gnu/dist/gdb6/gdb/alphabsd-tdep.h: file removal gnu/dist/gdb6/sim/igen/table.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movsd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/syscall2.c: file removal gnu/dist/gdb6/opcodes/ChangeLog-9297: file removal gnu/usr.bin/gdb6/arch/m68k/config.h: file removal gnu/dist/gdb6/opcodes/m68k-dis.c: file removal gnu/dist/gdb6/gdb/config/i386/i386sco4.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdcutssi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mov.cgs: file removal gnu/dist/gdb6/bfd/vaxnetbsd.c: file removal gnu/dist/gdb6/bfd/coffgen.c: file removal gnu/dist/gdb6/sim/mips/sb1.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/allinsn.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdnegs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/masaccs.cgs: file removal external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h: revision 1.4 gnu/dist/gdb6/gdb/ChangeLog-2001: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-d.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/basics.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/nodebug.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pswap.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldub.cgs: file removal gnu/dist/gdb6/sim/erc32/startsim: file removal gnu/dist/gdb6/gdb/config/m68hc11/m68hc11.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/utils-fpu.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckge.cgs: file removal gnu/dist/gdb6/bfd/coff-h8500.c: file removal gnu/dist/gdb6/gdb/m32r-rom.c: file removal gnu/dist/gdb6/opcodes/bfin-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-rd-hs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcuti.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/fbsd.mt: file removal gnu/dist/gdb6/gdb/sparc64nbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/insn_access_error.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io2.ms: file removal gnu/dist/gdb6/sim/ppc/sim-main.h: file removal gnu/dist/gdb6/sim/iq2000/decode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstdfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/reset.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t08_or.exp: file removal gnu/dist/gdb6/gdb/dwarf2loc.c: file removal gnu/dist/gdb6/gdb/inf-child.c: file removal gnu/dist/gdb6/gdb/utils.c: file removal gnu/dist/gdb6/gdb/breakpoint.c: file removal gnu/dist/gdb6/sim/common/sim-io.c: file removal gnu/dist/gdb6/readline/rlconf.h: file removal gnu/dist/gdb6/gdb/alpha-nat.c: file removal gnu/dist/gdb6/gdb/doublest.c: file removal gnu/dist/gdb6/gdb/config/sparc/nbsd.mt: file removal gnu/usr.bin/gdb6/opcodes/arch/i386/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldhf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe7.c: file removal gnu/dist/gdb6/sim/ppc/registers.c: file removal gnu/dist/gdb6/readline/xmalloc.h: file removal gnu/dist/gdb6/bfd/po/ja.po: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bl-lo.cgs: file removal gnu/dist/gdb6/gdb/event-loop.c: file removal gnu/dist/gdb6/bfd/doc/elf.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fmul.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/add.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/inte.cgs: file removal gnu/dist/gdb6/sim/common/sim-resume.c: file removal gnu/dist/gdb6/bfd/elfn32-mips.c: file removal gnu/dist/gdb6/gdb/tui/tui-windata.c: file removal gnu/dist/gdb6/gdb/mn10300-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/mem2.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/udiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stq.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t4.ms: file removal gnu/dist/gdb6/gdb/ppc-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldm1.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/hello.c: file removal gnu/usr.bin/gdb6/Makefile.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmsubs.cgs: file removal gnu/dist/gdb6/opcodes/tic54x-opc.c: file removal gnu/dist/gdb6/sim/igen/igen.c: file removal gnu/dist/gdb6/libiberty/bcopy.c: file removal gnu/dist/gdb6/bfd/xtensa-isa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/eorh.cgs: file removal gnu/dist/gdb6/gdb/inftarg.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/mac.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-is.s: file removal gnu/dist/gdb6/include/coff/sym.h: file removal gnu/dist/gdb6/gdb/trad-frame.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-console.c: file removal gnu/dist/gdb6/config/lcmessage.m4: file removal gnu/dist/gdb6/gdb/gdbserver/i387-fp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/fidxi.ms: file removal gnu/dist/gdb6/bfd/ChangeLog-9899: file removal gnu/dist/gdb6/gdb/linux-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ref-types.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/unlock.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmrdhu.cgs: file removal gnu/dist/gdb6/sim/m32r/traps.c: file removal gnu/dist/gdb6/include/opcode/tic30.h: file removal gnu/dist/gdb6/gdb/config/m68k/monitor.mt: file removal gnu/usr.bin/gdb6/bfd/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldfu.cgs: file removal gnu/dist/gdb6/bfd/epoc-pe-arm.c: file removal gnu/dist/gdb6/gdb/po/gdbtext: file removal gnu/dist/gdb6/sim/m32r/sim-if.c: file removal gnu/usr.bin/gdb6/readline/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/etc/texi2pod.pl: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat7.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/cmp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shar.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat8.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jsr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/sub.cgs: file removal gnu/usr.bin/gdb6/readline/arch/sparc64/config.h: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/opcodes/openrisc-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/manythreads.c: file removal gnu/dist/gdb6/gdb/config/sparc/sparc.mt: file removal gnu/dist/gdb6/sim/ppc/emul_unix.h: file removal gnu/dist/gdb6/sim/ppc/ppc-instructions: file removal gnu/dist/gdb6/gdb/ser-go32.c: file removal gnu/usr.bin/gdb6/libiberty/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckgt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mul.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/ChangeLog: file removal gnu/usr.bin/gdb6/arch/alpha/config.h: file removal gnu/dist/gdb6/sim/common/sim-basics.h: file removal gnu/dist/gdb6/gdb/macroexp.h: file removal gnu/dist/gdb6/sim/common/sim-bits.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1555.exp: file removal gnu/dist/gdb6/bfd/elf32-i370.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ftruncate1.c: file removal gnu/dist/gdb6/libiberty/stpncpy.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/h8300.inc: file removal gnu/dist/gdb6/bfd/cisco-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ftruncate2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-console.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldshu.cgs: file removal gnu/dist/gdb6/sim/cris/cpuv10.h: file removal gnu/dist/gdb6/include/coff/apollo.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-impl-ld.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigrepeat.exp: file removal gnu/dist/gdb6/gdb/acinclude.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addom.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misaligned3.ms: file removal gnu/dist/gdb6/gdb/gnu-v2-abi.h: file removal gnu/dist/gdb6/sim/erc32/configure.ac: file removal gnu/dist/gdb6/include/coff/we32k.h: file removal gnu/dist/gdb6/gdb/regformats/regdef.h: file removal gnu/dist/gdb6/gdb/testsuite/config/mips.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckel.cgs: file removal gnu/dist/gdb6/libiberty/ffs.c: file removal gnu/dist/gdb6/gdb/config/cris/cris.mt: file removal gnu/dist/gdb6/include/nlm/ppc-ext.h: file removal gnu/dist/gdb6/include/coff/sh.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/hppa.exp: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11eepr.c: file removal gnu/dist/gdb6/gdb/bcache.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msathu.cgs: file removal gnu/dist/gdb6/sim/ppc/misc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-hack-cli.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/udiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmac.cgs: file removal gnu/dist/gdb6/config/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t06_ari2.exp: file removal gnu/dist/gdb6/opcodes/sparc-opc.c: file removal gnu/dist/gdb6/opcodes/fr30-dis.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_util.h: file removal gnu/dist/gdb6/gdb/solib-null.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftge.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftilg.cgs: file removal gnu/dist/gdb6/gdb/sparc-sol2-tdep.c: file removal gnu/dist/gdb6/sim/v850/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverbpc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bvs.cgs: file removal gnu/dist/gdb6/bfd/hosts/mipsbsd.h: file removal gnu/dist/gdb6/bfd/elf32-m68k.c: file removal gnu/dist/gdb6/gdb/config/m68k/tm-cisco.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sysctl2.c: file removal gnu/dist/gdb6/opcodes/dlx-dis.c: file removal gnu/dist/gdb6/include/elf/mips.h: file removal gnu/dist/gdb6/config/acinclude.m4: file removal gnu/dist/gdb6/sim/m32c/config.in: file removal gnu/dist/gdb6/sim/common/sim-types.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmuls.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/bs14602.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/break.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/orb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/poll1.ms: file removal gnu/dist/gdb6/bfd/dwarf2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tb.ms: file removal gnu/dist/gdb6/sim/frv/profile.c: file removal gnu/dist/gdb6/bfd/oasys.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/paddc.s: file removal gnu/dist/gdb6/bfd/m88kmach3.c: file removal gnu/dist/gdb6/gdb/config/mips/nm-irix5.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmiaph.cgs: file removal gnu/dist/gdb6/opcodes/ppc-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/mov.s: file removal gnu/dist/gdb6/sim/iq2000/Makefile.in: file removal gnu/dist/gdb6/bfd/coff64-rs6000.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmcpxiu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw1.ms: file removal gnu/dist/gdb6/bfd/coff-svm68k.c: file removal gnu/dist/gdb6/sim/arm/armrdi.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/Makefile.in: file removal gnu/dist/gdb6/bfd/elf32-i386.c: file removal gnu/dist/gdb6/gdb/config/m68k/tm-os68k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csub.cgs: file removal gnu/dist/gdb6/include/opcode/pdp11.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sti.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/rfn.ms: file removal gnu/dist/gdb6/bfd/cpu-ia64.c: file removal gnu/dist/gdb6/readline/doc/rlman.texi: file removal gnu/dist/gdb6/sim/m32c/sample.S: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tle.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fdiv.s: file removal gnu/dist/gdb6/sim/ppc/igen.h: file removal gnu/dist/gdb6/include/opcode/v850.h: file removal gnu/dist/gdb6/bfd/m88kopenbsd.c: file removal gnu/dist/gdb6/opcodes/tic80-dis.c: file removal gnu/dist/gdb6/bfd/ns32k.h: file removal gnu/usr.bin/gdb6/arch/sparc/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-until.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxis.cgs: file removal gnu/dist/gdb6/libiberty/pex-common.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ovldbreak.exp: file removal gnu/dist/gdb6/symlink-tree: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/andw.s: file removal gnu/dist/gdb6/readline/rlshell.h: file removal gnu/usr.bin/gdb6/bfd/arch/i386/bfd.h: file removal gnu/usr.bin/gdb6/arch/i386/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw16.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/walignr.cgs: file removal gnu/dist/gdb6/config/mh-ppcpic: file removal gnu/dist/gdb6/bfd/elf32-pj.c: file removal gnu/dist/gdb6/libiberty/getcwd.c: file removal gnu/dist/gdb6/include/progress.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsetlos.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/linux.mt: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/bfdver.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd3.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/average.c: file removal gnu/dist/gdb6/config/mh-djgpp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fnegd.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/bfdver.h: file removal gnu/dist/gdb6/sim/ppc/psim.texinfo: file removal gnu/dist/gdb6/sim/ppc/events.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1056.exp: file removal gnu/dist/gdb6/bfd/pei-sh.c: file removal gnu/dist/gdb6/config/mh-lynxrs6k: file removal gnu/dist/gdb6/gdb/config/sparc/linux.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldshi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/stmia.cgs: file removal gnu/dist/gdb6/sim/ppc/gen-icache.h: file removal gnu/dist/gdb6/readline/rltty.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1250.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fadd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mul.cgs: file removal gnu/dist/gdb6/config/mt-alphaieee: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqsubhss.cgs: file removal gnu/dist/gdb6/gdb/regformats/reg-ppc.dat: file removal gnu/dist/gdb6/gdb/config/powerpc/obsd.mt: file removal gnu/dist/gdb6/sim/common/callback.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig10.c: file removal gnu/dist/gdb6/readline/macro.c: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000.mt: file removal gnu/dist/gdb6/bfd/po/es.gmo: file removal gnu/dist/gdb6/sim/frv/Makefile.in: file removal gnu/dist/gdb6/sim/common/cgen-run.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dci.cgs: file removal gnu/dist/gdb6/gdb/event-top.c: file removal gnu/usr.bin/gdb6/arch/m68k/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x0-v10.ms: file removal gnu/dist/gdb6/sim/ppc/options.c: file removal gnu/dist/gdb6/bfd/coff-i386.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-fbsd.h: file removal gnu/dist/gdb6/libiberty/cplus-dem.c: file removal gnu/dist/gdb6/gdb/config/powerpc/aix.mh: file removal gnu/dist/gdb6/opcodes/ChangeLog-0203: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bnc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ble.cgs: file removal gnu/dist/gdb6/libiberty/cp-demint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/advance.exp: file removal gnu/dist/gdb6/gdb/m68k-tdep.h: file removal gnu/dist/gdb6/gdb/disasm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/mbox1.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bx-hs.cgs: file removal gnu/usr.bin/gdb6/sim/ppc/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/candcc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/configure.ac: file removal gnu/dist/gdb6/gdb/linespec.h: file removal gnu/usr.bin/gdb6/arch/armeb/defs.mk: file removal gnu/dist/gdb6/gdb/mi/mi-out.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-basics.exp: file removal gnu/dist/gdb6/gdb/remote-rdp.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/compound-fr550.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsmpc.ms: file removal gnu/dist/gdb6/sim/iq2000/cpuall.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/std.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldfi.cgs: file removal gnu/dist/gdb6/bfd/i386dynix.c: file removal gnu/dist/gdb6/bfd/elf32-mt.c: file removal gnu/dist/gdb6/gdb/config/arm/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copsv.cgs: file removal gnu/dist/gdb6/include/opcode/arm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/complaints.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmulhu.cgs: file removal gnu/dist/gdb6/sim/ppc/os_emul.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/all-types.c: file removal gnu/usr.bin/gdb6/readline/arch/hppa/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/Makefile.in: file removal gnu/dist/gdb6/readline/examples/rlfe/extern.h: file removal gnu/dist/gdb6/gdb/tui/tui-command.h: file removal gnu/dist/gdb6/bfd/xcoff-target.h: file removal gnu/dist/gdb6/bfd/mach-o.h: file removal gnu/dist/gdb6/gdb/memattr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clduhu.cgs: file removal gnu/dist/gdb6/sim/m32c/configure: file removal gnu/dist/gdb6/libiberty/fopen_unlocked.c: file removal gnu/dist/gdb6/gdb/remote-st.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jsrmv10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csrlcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/allthumb.exp: file removal gnu/dist/gdb6/sim/arm/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/schedlock.c: file removal gnu/dist/gdb6/gdb/amd64-linux-tdep.c: file removal gnu/dist/gdb6/ltcf-gcj.sh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqi.cgs: file removal gnu/dist/gdb6/bfd/sco5-core.c: file removal gnu/dist/gdb6/include/opcode/i860.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmn.cgs: file removal gnu/dist/gdb6/libiberty/rindex.c: file removal gnu/dist/gdb6/bfd/hosts/news-mips.h: file removal gnu/dist/gdb6/sim/arm/configure.ac: file removal gnu/dist/gdb6/include/coff/external.h: file removal gnu/dist/gdb6/gdb/m2-lang.c: file removal gnu/dist/gdb6/opcodes/or32-opc.c: file removal gnu/dist/gdb6/gdb/ser-unix.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcblelr.cgs: file removal gnu/dist/gdb6/sim/v850/v850_sim.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmuld.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/v850.inc: file removal gnu/usr.bin/gdb6/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxru.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/neg.cgs: file removal gnu/dist/gdb6/libiberty/spaces.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/mac-fileno.exp: file removal gnu/dist/gdb6/gdb/ChangeLog-2000: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dcei.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movect10.ms: file removal gnu/dist/gdb6/include/opcode/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bgt.cgs: file removal gnu/dist/gdb6/bfd/config.bfd: file removal gnu/dist/gdb6/gdb/testsuite/config/m32r.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulxhu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/smull.cgs: file removal gnu/dist/gdb6/sim/common/sim-utils.c: file removal gnu/dist/gdb6/readline/rlmbutil.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pendshr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fabs.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcku.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/funcargs.exp: file removal gnu/dist/gdb6/bfd/PORTING: file removal gnu/dist/gdb6/gdb/exc_request.defs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/i386.inc: file removal gnu/dist/gdb6/gdb/config/m68k/obsd.mh: file removal gnu/dist/gdb6/sim/erc32/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/enter.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wror.cgs: file removal gnu/dist/gdb6/readline/NEWS: file removal external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/gdb/testsuite/gdb.cp/class2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvmrv10.ms: file removal gnu/dist/gdb6/gdb/testsuite/lib/gdbserver-support.exp: file removal gnu/dist/gdb6/sim/ppc/hw_cpu.c: file removal gnu/dist/gdb6/bfd/cpu-pdp11.c: file removal gnu/dist/gdb6/opcodes/alpha-opc.c: file removal gnu/dist/gdb6/gdb/config/i386/go32.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stres.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rte.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t10_and.exp: file removal gnu/dist/gdb6/gdb/config/m68k/nbsd.mt: file removal gnu/dist/gdb6/include/opcode/cgen.h: file removal gnu/dist/gdb6/bfd/TODO: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return/p.adb: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/teq.cgs: file removal gnu/dist/gdb6/sim/common/sim-trace.c: file removal gnu/dist/gdb6/bfd/elf32-xstormy16.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_sched.h: file removal gnu/dist/gdb6/sim/ppc/gen-semantics.h: file removal gnu/dist/gdb6/include/elf/fr30.h: file removal gnu/dist/gdb6/readline/text.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/constvars.exp: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/loop.s: file removal gnu/dist/gdb6/sim/cris/arch.c: file removal gnu/dist/gdb6/readline/support/mkdirs: file removal gnu/dist/gdb6/sim/common/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/andl.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/extw.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addw.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrotri.cgs: file removal gnu/usr.bin/gdb6/arch/sh3eb/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/str.cgs: file removal gnu/dist/gdb6/sim/d10v/interp.c: file removal gnu/dist/gdb6/opcodes/po/fr.gmo: file removal gnu/usr.bin/gdb6/readline/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/gdb/nto-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckge.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t08_or.s: file removal gnu/dist/gdb6/bfd/doc/coffcode.texi: file removal gnu/dist/gdb6/readline/keymaps.c: file removal gnu/dist/gdb6/opcodes/m32c-desc.c: file removal gnu/dist/gdb6/bfd/cpu-m88k.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bc24.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st-minus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/dstep.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msubhus.cgs: file removal gnu/dist/gdb6/sim/mcore/config.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stu.cgs: file removal gnu/dist/gdb6/gdb/block.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqf.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbug.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m32r-linux.inc: file removal gnu/dist/gdb6/libiberty/config/mh-cxux7: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthreads.c: file removal gnu/dist/gdb6/sim/m32r/cpu.h: file removal gnu/dist/gdb6/bfd/coff-ia64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckc.cgs: file removal gnu/dist/gdb6/libiberty/objalloc.c: file removal gnu/dist/gdb6/gdb/inflow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqaddhus.cgs: file removal gnu/dist/gdb6/readline/doc/hstech.texi: file removal gnu/dist/gdb6/opcodes/sh64-dis.c: file removal gnu/dist/gdb6/sim/ppc/corefile.c: file removal gnu/dist/gdb6/sim/cris/mloop.in: file removal gnu/dist/gdb6/sim/v850/v850-dc: file removal gnu/dist/gdb6/gdb/amd64-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmsd.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/h8300.exp: file removal gnu/dist/gdb6/gdb/ui-out.h: file removal gnu/dist/gdb6/opcodes/Makefile.am: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-simplerun.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record/null_record.adb: file removal gnu/dist/gdb6/gdb/gdbserver/linux-ia64-low.c: file removal gnu/usr.bin/gdb6/arch/sparc64/version.c: file removal gnu/dist/gdb6/bfd/README: file removal gnu/dist/gdb6/gdb/config/d10v/d10v.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/beq.cgs: file removal gnu/usr.bin/gdb6/arch/sparc/version.c: file removal gnu/dist/gdb6/gdb/config/alpha/tm-nbsd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/and.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftira.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/pop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/macw.s: file removal gnu/dist/gdb6/include/ternary.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckhi.cgs: file removal gnu/dist/gdb6/sim/mips/mdmx.c: file removal gnu/dist/gdb6/bfd/libbfd.h: file removal gnu/dist/gdb6/gdb/cli/cli-script.c: file removal gnu/usr.bin/gdb6/arch/alpha/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csthu.cgs: file removal gnu/dist/gdb6/opcodes/xc16x-dis.c: file removal gnu/dist/gdb6/opcodes/i386-dis.c: file removal gnu/dist/gdb6/gdb/config/i386/tm-i386sol2.h: file removal gnu/usr.bin/gdb6/opcodes/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/common/hw-ports.c: file removal gnu/dist/gdb6/libiberty/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movempc.ms: file removal gnu/dist/gdb6/include/elf/cris.h: file removal gnu/dist/gdb6/gdb/tracepoint.c: file removal gnu/dist/gdb6/gdb/lynx-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t12_bit.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bs15503.exp: file removal gnu/dist/gdb6/gdb/printcmd.c: file removal gnu/dist/gdb6/gdb/reggroups.h: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/ppc-config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/hw-trap.ms: file removal gnu/dist/gdb6/opcodes/m32r-opinst.c: file removal gnu/dist/gdb6/opcodes/cris-opc.c: file removal gnu/dist/gdb6/sim/h8300/configure.ac: file removal gnu/dist/gdb6/gdb/alpha-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mmap2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw13.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/adc.cgs: file removal gnu/dist/gdb6/gdb/valops.c: file removal gnu/dist/gdb6/bfd/elf32-v850.c: file removal gnu/usr.bin/gdb6/arch/mipsel/config.h: file removal gnu/dist/gdb6/include/elf/ChangeLog: file removal gnu/dist/gdb6/gdb/tui/tui-io.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/varargs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcvlr.cgs: file removal gnu/dist/gdb6/include/opcode/arc.h: file removal gnu/dist/gdb6/bfd/doc/syms.texi: file removal gnu/dist/gdb6/libiberty/config/mh-windows: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cvexpr.c: file removal gnu/dist/gdb6/sim/m32c/ChangeLog: file removal gnu/dist/gdb6/gdb/f-lang.c: file removal gnu/dist/gdb6/sim/ppc/hw_eeprom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/display.c: file removal gnu/dist/gdb6/gdb/s390-tdep.h: file removal gnu/dist/gdb6/include/coff/powerpc.h: file removal gnu/dist/gdb6/gdb/config/i386/nbsd64.mh: file removal gnu/usr.bin/gdb6/readline/arch/vax/config.h: file removal gnu/usr.bin/gdb6/bfd/arch/vax/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbnelr.cgs: file removal gnu/dist/gdb6/config/mh-x86omitfp: file removal gnu/usr.bin/gdb6/opcodes/Makefile: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-return.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/m68k/config.h: file removal gnu/dist/gdb6/gdb/i386-sol2-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/restore.exp: file removal gnu/dist/gdb6/bfd/hpux-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addx.cgs: file removal gnu/dist/gdb6/etc/make-stds.texi: file removal gnu/dist/gdb6/bfd/aout0.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/m32r.ld: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-prologue.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/charset.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqsubhss.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_netbsd.h: file removal gnu/dist/gdb6/sim/mips/dsp.igen: file removal gnu/dist/gdb6/include/elf/crx.h: file removal gnu/dist/gdb6/sim/common/hw-device.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clddu.cgs: file removal gnu/dist/gdb6/gdb/ada-typeprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movprv32.ms: file removal gnu/dist/gdb6/include/elf/xtensa.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clduh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldfu.cgs: file removal gnu/dist/gdb6/opcodes/m32c-ibld.c: file removal gnu/dist/gdb6/bfd/makefile.vms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-line.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/reti.cgs: file removal gnu/dist/gdb6/gdb/v850-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/config/hmsirom.exp: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103int.c: file removal gnu/dist/gdb6/include/nlm/external.h: file removal gnu/dist/gdb6/opcodes/cgen-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbulelr.cgs: file removal gnu/dist/gdb6/sim/m32c/load.c: file removal gnu/dist/gdb6/sim/igen/gen-icache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/macwlo.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/lduh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqaddhss.cgs: file removal gnu/dist/gdb6/gdb/ia64-linux-nat.c: file removal gnu/dist/gdb6/src-release: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched7.c: file removal gnu/dist/gdb6/config/glibc21.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mulu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched8.c: file removal gnu/dist/gdb6/gdb/win32-termcap.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/printcmds.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/fdopen1.c: file removal gnu/dist/gdb6/sim/mips/sim-main.h: file removal gnu/dist/gdb6/ltcf-cxx.sh: file removal gnu/dist/gdb6/gdb/wrapper.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/consecutive.exp: file removal gnu/dist/gdb6/sim/igen/compare_igen_models: file removal gnu/usr.bin/gdb6/libiberty/arch/m68000/defs.mk: file removal gnu/dist/gdb6/sim/arm/main.c: file removal gnu/dist/gdb6/bfd/i386freebsd.c: file removal gnu/dist/gdb6/gdb/i386gnu-nat.c: file removal gnu/usr.bin/gdb6/opcodes/arch/x86_64/config.h: file removal gnu/dist/gdb6/gdb/source.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lrbranch.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqu.cgs: file removal gnu/dist/gdb6/gdb/mdebugread.c: file removal gnu/dist/gdb6/gdb/objc-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjsrcv32.ms: file removal gnu/dist/gdb6/include/obstack.h: file removal gnu/usr.bin/gdb6/arch/vax/tm.h: file removal gnu/dist/gdb6/bfd/nlm32-ppc.c: file removal gnu/dist/gdb6/gdb/osf-share/RIOS/cma_thread_io.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/beq.cgs: file removal gnu/dist/gdb6/sim/mcore/configure: file removal gnu/dist/gdb6/sim/m32r/sem-switch.c: file removal gnu/dist/gdb6/include/bfdlink.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/or.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmemv10.ms: file removal gnu/dist/gdb6/gdb/cli-out.h: file removal gnu/dist/gdb6/gdb/config/i386/linux.mt: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000lynx.mt: file removal gnu/dist/gdb6/gdb/mips64obsd-tdep.c: file removal gnu/dist/gdb6/opcodes/mt-dis.c: file removal gnu/dist/gdb6/gdb/config/alpha/fbsd.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsr2.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intermix.S: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-im.s: file removal gnu/dist/gdb6/gdb/kod-cisco.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movfg.cgs: file removal external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h: revision 1.4 gnu/dist/gdb6/gdb/hppabsd-nat.c: file removal gnu/dist/gdb6/gdb/sparc-nat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bralr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bpl.cgs: file removal gnu/dist/gdb6/sim/m32r/sim-main.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/sub-sp.cgs: file removal gnu/dist/gdb6/gdb/value.c: file removal gnu/dist/gdb6/gdb/arm-tdep.h: file removal gnu/dist/gdb6/gdb/config/alpha/nbsd.mh: file removal gnu/dist/gdb6/opcodes/v850-opc.c: file removal gnu/dist/gdb6/bfd/elf32-m88k.c: file removal gnu/dist/gdb6/gdb/auxv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs: file removal gnu/usr.bin/gdb6/arch/mips64el/config.h: file removal gnu/dist/gdb6/libiberty/choose-temp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/extl.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/andb.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addl.s: file removal gnu/dist/gdb6/gdb/remote-e7000.c: file removal gnu/dist/gdb6/sim/common/sim-module.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/hppa.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ret.ms: file removal gnu/dist/gdb6/libiberty/clock.c: file removal gnu/dist/gdb6/include/elf/ppc64.h: file removal gnu/dist/gdb6/libiberty/vprintf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldhfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnclr.cgs: file removal gnu/dist/gdb6/gdb/dve3900-rom.c: file removal gnu/dist/gdb6/bfd/elf32-i860.c: file removal gnu/dist/gdb6/gdb/alphafbsd-tdep.c: file removal gnu/dist/gdb6/gdb/config/djgpp/fnchange.lst: file removal gnu/dist/gdb6/gdb/m68hc11-tdep.c: file removal gnu/usr.bin/gdb6/arch/sparc/config.h: file removal gnu/dist/gdb6/gdb/solist.h: file removal gnu/dist/gdb6/sim/m32c/m32c.opc: file removal gnu/dist/gdb6/opcodes/iq2000-opc.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd.exp: file removal gnu/dist/gdb6/gdb/doc/LRS: file removal gnu/dist/gdb6/readline/emacs_keymap.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/gdb1355.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/gcore-thread.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/info-proc.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/schedlock.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/testutils.inc: file removal gnu/dist/gdb6/sim/arm/bag.c: file removal gnu/dist/gdb6/opcodes/z8k-opc.h: file removal gnu/dist/gdb6/bfd/freebsd.h: file removal gnu/dist/gdb6/gdb/stabsread.c: file removal gnu/dist/gdb6/readline/doc/version.texi: file removal gnu/dist/gdb6/gdb/testsuite/config/dve.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbltlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcv32m.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-disassemble.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxiu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/relocate.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/condbreak.exp: file removal gnu/dist/gdb6/gdb/hppaobsd-tdep.c: file removal gnu/dist/gdb6/gdb/libunwind-frame.h: file removal gnu/dist/gdb6/gdb/f-typeprint.c: file removal gnu/dist/gdb6/sim/v850/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr-pc.cgs: file removal gnu/dist/gdb6/bfd/hosts/i860mach3.h: file removal gnu/dist/gdb6/gdb/coff-pe-read.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcmpsh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io1.ms: file removal gnu/dist/gdb6/readline/examples/rlfe/screen.h: file removal gnu/dist/gdb6/bfd/coff-mcore.c: file removal gnu/dist/gdb6/gdb/amd64bsd-nat.c: file removal gnu/dist/gdb6/gdb/mingw-hdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/dmov.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsbi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbuglr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov-hd-hs.cgs: file removal gnu/dist/gdb6/sim/ppc/dc-test.01: file removal gnu/dist/gdb6/bfd/hosts/vaxbsd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmbtoh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bge.cgs: file removal gnu/dist/gdb6/gdb/observer.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addxcc.cgs: file removal gnu/dist/gdb6/sim/mn10300/mn10300.igen: file removal gnu/dist/gdb6/ltcf-c.sh: file removal gnu/dist/gdb6/bfd/elf32-sh-symbian.c: file removal gnu/dist/gdb6/bfd/coff-m88k.c: file removal gnu/dist/gdb6/gdb/config/m68k/st2000.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/mem1.ms: file removal gnu/dist/gdb6/config/tls.m4: file removal gnu/dist/gdb6/gdb/gdbserver/linux-sh-low.c: file removal gnu/dist/gdb6/opcodes/iq2000-desc.h: file removal gnu/dist/gdb6/gdb/wince-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfstoi.cgs: file removal gnu/dist/gdb6/gdb/buildsym.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t3.ms: file removal gnu/dist/gdb6/sim/common/gdbinit.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmisc.java: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-disassemble.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/div.cgs: file removal gnu/dist/gdb6/gdb/dcache.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/orccr.cgs: file removal gnu/dist/gdb6/bfd/sparclinux.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/objcdecode.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/tools/odump: file removal gnu/dist/gdb6/bfd/coff-i860.c: file removal gnu/dist/gdb6/sim/d10v/Makefile.in: file removal gnu/dist/gdb6/opcodes/h8500-dis.c: file removal gnu/dist/gdb6/bfd/tekhex.c: file removal gnu/dist/gdb6/include/elf/ia64.h: file removal gnu/dist/gdb6/gdb/solib.c: file removal gnu/dist/gdb6/gdb/testsuite/config/m32r-stub.exp: file removal gnu/dist/gdb6/sim/ppc/emul_bugapi.c: file removal gnu/dist/gdb6/bfd/elf32-sh64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcplr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bne.cgs: file removal gnu/dist/gdb6/sim/m32r/decode.h: file removal gnu/dist/gdb6/readline/rlstdc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/testutils.inc: file removal gnu/dist/gdb6/gdb/config/mips/obsd64.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmisc1.exp: file removal gnu/dist/gdb6/gdb/valprint.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ending-run.c: file removal gnu/dist/gdb6/sim/arm/communicate.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmain.java: file removal gnu/dist/gdb6/gdb/symmisc.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/sim/frv/pipeline.c: file removal gnu/dist/gdb6/sim/ppc/filter.h: file removal gnu/dist/gdb6/sim/m32r/m32rx.c: file removal gnu/dist/gdb6/readline/search.c: file removal gnu/dist/gdb6/mkinstalldirs: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/privileged_instruction.cgs: file removal gnu/dist/gdb6/sim/ppc/lf.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t03_add.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/asm.exp: file removal gnu/dist/gdb6/gdb/ada-valprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/option2.ms: file removal gnu/dist/gdb6/bfd/libhppa.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movdelsr1.ms: file removal gnu/dist/gdb6/opcodes/ia64-opc-a.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-regs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdivs.cgs: file removal gnu/dist/gdb6/opcodes/ia64-opc-b.c: file removal gnu/usr.bin/gdb6/arch/sparc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/dcul.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-574.cc: file removal gnu/dist/gdb6/Makefile.def: file removal gnu/dist/gdb6/etc/configbuild.ein: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fmac.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/hello.ms: file removal external/gpl3/gdb/lib/libgdb/arch/mipsel/defs.mk: revision 1.6 gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mdasaccs.cgs: file removal gnu/dist/gdb6/include/md5.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misc.exp: file removal gnu/dist/gdb6/bfd/cpu-z80.c: file removal gnu/dist/gdb6/gdb/testsuite/configure: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccalll.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsll.cgs: file removal gnu/dist/gdb6/sim/ppc/double.c: file removal gnu/dist/gdb6/gdb/remote.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mbtohe.cgs: file removal gnu/dist/gdb6/readline/doc/history.texi: file removal gnu/dist/gdb6/libiberty/msdos.c: file removal gnu/dist/gdb6/gdb/coff-solib.h: file removal gnu/dist/gdb6/gdb/config/vax/obsd.mt: file removal gnu/dist/gdb6/sim/mcore/ChangeLog: file removal gnu/usr.bin/gdb6/arch/arm/tm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls-shared.c: file removal gnu/dist/gdb6/gdb/ChangeLog-3.x: file removal gnu/dist/gdb6/readline/CHANGELOG: file removal gnu/dist/gdb6/gdb/regformats/reg-crisv32.dat: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgfd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmov.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-block.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/var-cmd.c: file removal gnu/usr.bin/gdb6/libiberty/arch/armeb/defs.mk: file removal gnu/dist/gdb6/include/filenames.h: file removal gnu/dist/gdb6/gdb/top.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msrahi.cgs: file removal gnu/dist/gdb6/sim/m32c/misc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp.cgs: file removal gnu/dist/gdb6/include/gdb/sim-sh.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccknc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverm.ms: file removal gnu/dist/gdb6/include/libiberty.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsrra.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mullo.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldh-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpq.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csthf.cgs: file removal gnu/dist/gdb6/gdb/sparc64-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bset.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/while-dyn.exp: file removal gnu/dist/gdb6/gdb/config/i386/linux64.mh: file removal gnu/dist/gdb6/opcodes/arm-dis.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/configure: file removal gnu/dist/gdb6/sim/m32c/sample2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/step.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1023.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/casts.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/break1.c: file removal gnu/dist/gdb6/gdb/hpread.c: file removal gnu/dist/gdb6/gdb/scm-lang.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dcf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpxm.ms: file removal gnu/dist/gdb6/opcodes/alpha-dis.c: file removal gnu/dist/gdb6/include/coff/mipspe.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/run.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1558.exp: file removal gnu/dist/gdb6/gdb/config/i386/tm-linux.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/mips.inc: file removal gnu/dist/gdb6/gdb/i386-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcklg.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x2-v10.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-id.s: file removal gnu/dist/gdb6/opcodes/makefile.vms: file removal gnu/dist/gdb6/include/opcode/pj.h: file removal gnu/dist/gdb6/gdb/frv-tdep.h: file removal gnu/dist/gdb6/gdb/gdb_vfork.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-arm-low.c: file removal gnu/dist/gdb6/gdb/obsd-tdep.c: file removal gnu/dist/gdb6/config/inttypes-pri.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/std.pcgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-block.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-break.exp: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/psub.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhdsets.cgs: file removal gnu/dist/gdb6/sim/ppc/std-config.h: file removal gnu/dist/gdb6/opcodes/i960-dis.c: file removal gnu/dist/gdb6/bfd/libcoff-in.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/observer.exp: file removal gnu/dist/gdb6/readline/posixstat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw15.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/biap.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldhf.cgs: file removal gnu/dist/gdb6/gdb/frame-base.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitfa.cgs: file removal gnu/dist/gdb6/sim/m32c/r8c.opc: file removal gnu/dist/gdb6/sim/igen/filter.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/compiler.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd2.cc: file removal gnu/dist/gdb6/opcodes/z80-dis.c: file removal gnu/dist/gdb6/gdb/gdb.1: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clddf.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp: file removal gnu/dist/gdb6/gdb/dwarf2loc.h: file removal gnu/dist/gdb6/gdb/inf-child.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return2.c: file removal gnu/dist/gdb6/config/inttypes_h.m4: file removal gnu/dist/gdb6/gdb/breakpoint.h: file removal gnu/usr.bin/gdb6/arch/m68000/config.h: file removal gnu/dist/gdb6/gdb/doublest.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-slae.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bare2.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/frchg.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bhi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/actions.exp: file removal gnu/dist/gdb6/gdb/remote-sds.c: file removal gnu/dist/gdb6/libiberty/pex-win32.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigall.c: file removal gnu/dist/gdb6/gdb/event-loop.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/scan.cgs: file removal gnu/dist/gdb6/bfd/cpu-d10v.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-hack-cli.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/testutils.inc: file removal gnu/dist/gdb6/sim/cris/decodev10.c: file removal gnu/dist/gdb6/libiberty/Makefile.in: file removal gnu/dist/gdb6/include/xtensa-isa.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/callfuncs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fddivs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota2.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/define.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/jmp.s: file removal gnu/dist/gdb6/gdb/config/i386/obsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccmp.cgs: file removal gnu/dist/gdb6/gdb/config/i386/obsd64.mt: file removal gnu/usr.bin/gdb6/arch/powerpc/init.c: file removal gnu/dist/gdb6/readline/support/config.guess: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvrmv10.ms: file removal gnu/dist/gdb6/include/fopen-vms.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb.c: file removal gnu/dist/gdb6/include/elf/s390.h: file removal gnu/dist/gdb6/gdb/macrotab.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addxicc.cgs: file removal gnu/dist/gdb6/bfd/coff-tic80.c: file removal gnu/dist/gdb6/gdb/m2-exp.y: file removal gnu/dist/gdb6/gdb/config/powerpc/obsd.mh: file removal gnu/dist/gdb6/gdb/gdbserver/i387-fp.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqf.cgs: file removal gnu/dist/gdb6/gdb/linux-nat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddu.cgs: file removal gnu/dist/gdb6/include/hashtab.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckgt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlduh.cgs: file removal gnu/dist/gdb6/bfd/netbsd-core.c: file removal gnu/usr.bin/gdb6/arch/armeb/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andicc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/configure: file removal gnu/dist/gdb6/gdb/gdbserver/configure.srv: file removal gnu/dist/gdb6/gdb/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/swp.cgs: file removal gnu/dist/gdb6/opcodes/d30v-dis.c: file removal gnu/dist/gdb6/readline/examples/rlfe/configure.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mover.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/coremaker2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbnelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bvlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orc.ms: file removal gnu/dist/gdb6/gdb/doc/psrc.sed: file removal gnu/dist/gdb6/missing: file removal gnu/dist/gdb6/gdb/msg_reply.defs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr2.s: file removal gnu/dist/gdb6/bfd/bfd-in.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftuge.cgs: file removal gnu/dist/gdb6/sim/d10v/d10v_sim.h: file removal gnu/dist/gdb6/gdb/config/m32c/m32c.mt: file removal gnu/dist/gdb6/bfd/po/es.po: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dcef.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_nvram.c: file removal gnu/dist/gdb6/sim/ppc/gen-idecode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf4.c: file removal gnu/dist/gdb6/sim/common/sim-profile.h: file removal gnu/dist/gdb6/include/coff/h8300.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pointers.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/overload.exp: file removal gnu/dist/gdb6/bfd/po/Make-in: file removal gnu/dist/gdb6/gdb/config/i386/nm-cygwin.h: file removal gnu/dist/gdb6/opcodes/ChangeLog-0001: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb792.exp: file removal gnu/usr.bin/gdb6/readline/arch/alpha/config.h: file removal gnu/dist/gdb6/sim/m68hc11/configure.ac: file removal gnu/dist/gdb6/sim/m32c/opc2c.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tinc.cgs: file removal gnu/usr.bin/gdb6/arch/mips64el/tm.h: file removal gnu/dist/gdb6/sim/ppc/misc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverdpc.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/default.exp: file removal gnu/usr.bin/gdb6/sim/arch/powerpc64/ppc-config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tin.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/swap.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe3.c: file removal gnu/dist/gdb6/bfd/doc/section.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bandor.s: file removal gnu/dist/gdb6/include/fibheap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmpu.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/obsd.mt: file removal gnu/dist/gdb6/gdb/testsuite/ChangeLog: file removal gnu/dist/gdb6/include/gdb/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static.exp: file removal gnu/dist/gdb6/sim/m32r/cpuall.h: file removal gnu/dist/gdb6/gdb/gdb_locale.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/whatis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/fcntl1.c: file removal gnu/dist/gdb6/sim/frv/profile.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/dcul.cgs: file removal gnu/dist/gdb6/gdb/core-regset.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jprint.java: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/loop.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addxr.ms: file removal gnu/dist/gdb6/include/opcode/alpha.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1821.c: file removal gnu/dist/gdb6/gdb/ser-e7kpc.c: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbgelr.cgs: file removal gnu/dist/gdb6/gdb/frame-unwind.c: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiug.cgs: file removal gnu/dist/gdb6/move-if-change: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/jmpil.cgs: file removal gnu/dist/gdb6/sim/common/sim-reg.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ovldbreak.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ftagd.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd1.c: file removal gnu/dist/gdb6/bfd/ChangeLog-0001: file removal gnu/dist/gdb6/sim/common/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat3.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/ChangeLog: file removal gnu/dist/gdb6/gdb/charset.c: file removal gnu/dist/gdb6/libiberty/pex-common.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-basics.exp: file removal gnu/dist/gdb6/gdb/gdbserver/gdbserver.1: file removal gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmcpxru.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/subss.cgs: file removal gnu/dist/gdb6/libiberty/memmove.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/nondebug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhdsets.cgs: file removal gnu/dist/gdb6/libiberty/stpcpy.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldb-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addsp.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/mn10300.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/d10vovly.c: file removal gnu/dist/gdb6/bfd/m68klinux.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pclr.s: file removal gnu/dist/gdb6/opcodes/frv-desc.c: file removal gnu/dist/gdb6/gdb/config/i386/tm-nto.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-low.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqsubhus.cgs: file removal gnu/dist/gdb6/bfd/cpu-ia64-opc.c: file removal gnu/dist/gdb6/gdb/cli/cli-cmds.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lz.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ambiguous.exp: file removal gnu/dist/gdb6/sim/ppc/events.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/detach.exp: file removal gnu/dist/gdb6/sim/mips/tx.igen: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shmain.c: file removal gnu/dist/gdb6/gdb/config.in: file removal gnu/dist/gdb6/gdb/minsyms.c: file removal gnu/dist/gdb6/sim/v850/simops.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/sanity.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-strs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvtachi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxrs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/st.cgs: file removal gnu/dist/gdb6/libiberty/testsuite/test-pexecute.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movl.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t09_xor.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x0-v32.ms: file removal gnu/dist/gdb6/opcodes/po/es.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ftagi.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckv.cgs: file removal gnu/dist/gdb6/gdb/config/m68k/linux.mh: file removal gnu/dist/gdb6/sim/ppc/ld-cache.c: file removal gnu/dist/gdb6/bfd/elf32-d10v.c: file removal gnu/dist/gdb6/gdb/event-top.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwtaccg.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/switch-threads.c: file removal gnu/dist/gdb6/bfd/doc/format.texi: file removal gnu/dist/gdb6/gdb/ChangeLog-1995: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sco.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfadds.cgs: file removal gnu/dist/gdb6/sim/m32r/modelx.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbltlr.cgs: file removal gnu/usr.bin/gdb6/arch/x86_64/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subxc.ms: file removal gnu/dist/gdb6/gdb/testsuite/lib/java.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang1.C: file removal gnu/dist/gdb6/gdb/sparcobsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/msubaccs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang2.C: file removal gnu/dist/gdb6/bfd/po/ro.po: file removal gnu/dist/gdb6/gdb/config/powerpc/ppc64-linux.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdivd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/trap.cgs: file removal gnu/dist/gdb6/bfd/hosts/i386sco.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbuglr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrb.cgs: file removal gnu/dist/gdb6/sim/testsuite/common/bits-gen.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/del.exp: file removal gnu/dist/gdb6/sim/igen/ld-insn.c: file removal gnu/usr.bin/gdb6/arch/mipseb/config.h: file removal gnu/dist/gdb6/sim/cris/traps.c: file removal gnu/dist/gdb6/readline/CHANGES: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckuge.cgs: file removal gnu/dist/gdb6/include/coff/ti.h: file removal gnu/dist/gdb6/bfd/cpu-frv.c: file removal gnu/dist/gdb6/sim/m32r/config.in: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/or3.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/xstormy16.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/int.cgs: file removal gnu/dist/gdb6/include/dis-asm.h: file removal gnu/dist/gdb6/sim/ppc/os_emul.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-i.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signull.exp: file removal gnu/dist/gdb6/bfd/trad-core.c: file removal gnu/usr.bin/gdb6/arch/mips64eb/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/c.exp: file removal gnu/dist/gdb6/bfd/genlink.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/tracecmd.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldubu.cgs: file removal external/gpl3/gdb/lib/Makefile: revision 1.3 gnu/dist/gdb6/gdb/config/frv/tm-frv.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/swapi.cgs: file removal gnu/dist/gdb6/gdb/regset.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbulelr.cgs: file removal gnu/dist/gdb6/include/elf/internal.h: file removal gnu/dist/gdb6/gdb/win32-nat.c: file removal gnu/dist/gdb6/opcodes/po/ga.gmo: file removal gnu/dist/gdb6/gdb/testsuite/config/monitor.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw12.ms: file removal gnu/dist/gdb6/sim/ppc/dc-simple: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tnv.cgs: file removal gnu/dist/gdb6/opcodes/frv-ibld.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/asr2.cgs: file removal gnu/dist/gdb6/gdb/ui-file.c: file removal gnu/dist/gdb6/sim/ppc/e500.igen: file removal gnu/dist/gdb6/gdb/vaxnbsd-tdep.c: file removal gnu/dist/gdb6/gdb/config/mn10300/mn10300.mt: file removal gnu/dist/gdb6/gdb/exec.h: file removal gnu/dist/gdb6/opcodes/m32r-ibld.c: file removal gnu/dist/gdb6/configure: file removal gnu/dist/gdb6/gdb/m2-lang.h: file removal gnu/dist/gdb6/gdb/regformats/reg-i386.dat: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/bfd.h: file removal gnu/dist/gdb6/sim/cris/cris-desc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp: file removal gnu/usr.bin/gdb6/bfd/arch/i386/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundc.ms: file removal gnu/dist/gdb6/sim/ppc/idecode_fields.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-until.exp: file removal gnu/dist/gdb6/sim/common/cgen-accfp.c: file removal gnu/dist/gdb6/bfd/MAINTAINERS: file removal gnu/dist/gdb6/bfd/bfdwin.c: file removal gnu/dist/gdb6/bfd/peXXigen.c: file removal gnu/dist/gdb6/sim/m32c/configure.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-prologue.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/opaque1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/int-type.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota1.exp: file removal gnu/dist/gdb6/sim/common/sim-inline.c: file removal gnu/dist/gdb6/gdb/gdb_assert.h: file removal gnu/dist/gdb6/etc/configure.texi: file removal gnu/dist/gdb6/gdb/doc/gdbint.info: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmss.cgs: file removal gnu/dist/gdb6/readline/cross-build/cygwin.cache: file removal gnu/dist/gdb6/bfd/coff-tic54x.c: file removal gnu/dist/gdb6/gdb/config/rs6000/nm-rs6000.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/and.cgs: file removal gnu/dist/gdb6/bfd/po/SRC-POTFILES.in: file removal gnu/dist/gdb6/gdb/nbsd-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andq.ms: file removal gnu/dist/gdb6/sim/common/sim-utils.h: file removal gnu/dist/gdb6/bfd/hosts/symmetry.h: file removal gnu/dist/gdb6/config/mh-ncr3000: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bne.cgs: file removal gnu/dist/gdb6/opcodes/m32c-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldi8.cgs: file removal gnu/usr.bin/gdb6/arch/m68000/tm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/average.c: file removal gnu/dist/gdb6/gdb/doc/observer.texi: file removal gnu/dist/gdb6/gdb/shnbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnc.cgs: file removal gnu/dist/gdb6/readline/examples/Inputrc: file removal gnu/dist/gdb6/gdb/config/i386/cygwin.mh: file removal gnu/usr.bin/gdb6/readline/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvmrv32.ms: file removal gnu/dist/gdb6/opcodes/m68k-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-574.exp: file removal gnu/dist/gdb6/gdb/configure: file removal gnu/dist/gdb6/sim/common/cgen-sim.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/radix.exp: file removal gnu/dist/gdb6/bfd/elf-bfd.h: file removal gnu/dist/gdb6/bfd/cpu-avr.c: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/loop.s: file removal gnu/dist/gdb6/bfd/cpu-alpha.c: file removal gnu/dist/gdb6/gdb/config/powerpc/aix.mt: file removal gnu/dist/gdb6/gdb/gdbtypes.c: file removal gnu/dist/gdb6/gdb/m32r-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tino.cgs: file removal gnu/dist/gdb6/sim/mips/interp.c: file removal gnu/dist/gdb6/sim/ppc/hw_cpu.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/slass.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wadd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fteq.cgs: file removal gnu/dist/gdb6/sim/mips/config.in: file removal gnu/dist/gdb6/gdb/config/rs6000/tm-rs6000ly.h: file removal gnu/dist/gdb6/gdb/configure.host: file removal gnu/dist/gdb6/gdb/cp-namespace.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/subv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldhf.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/alpha-step.exp: file removal gnu/dist/gdb6/gdb/config/m68k/nbsdaout.mh: file removal gnu/usr.bin/gdb6/arch/powerpc64/config.h: file removal gnu/usr.bin/gdb6/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/clearfv32.ms: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103ser.c: file removal gnu/dist/gdb6/sim/common/sim-trace.h: file removal gnu/dist/gdb6/gdb/config/ia64/ia64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nudivi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/blt.cgs: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386v.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddf.cgs: file removal gnu/dist/gdb6/gdb/doc/gdb.info-4: file removal gnu/dist/gdb6/gdb/gdb_obstack.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckge.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigbpt.c: file removal gnu/dist/gdb6/gdb/parser-defs.h: file removal gnu/usr.bin/gdb6/arch/mipseb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckn.cgs: file removal gnu/dist/gdb6/sim/cris/arch.h: file removal gnu/dist/gdb6/include/oasys.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-basic.S: file removal gnu/usr.bin/gdb6/arch/armeb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldi20.cgs: file removal gnu/dist/gdb6/bfd/i386bsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/scc.ms: file removal gnu/dist/gdb6/gdb/remote-hms.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/not.s: file removal gnu/dist/gdb6/gdb/gdb_indent.sh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/remotetimeout.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/prelink-lib.c: file removal gnu/dist/gdb6/bfd/cpu-mips.c: file removal gnu/dist/gdb6/bfd/mmo.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sll.cgs: file removal gnu/dist/gdb6/sim/ppc/sim-endian.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setvar.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/bfd.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signull.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msubhss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fitos.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/grbx.c: file removal gnu/dist/gdb6/bfd/pei-mcore.c: file removal gnu/dist/gdb6/bfd/po/tr.po: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cnot.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/proelf.exp: file removal gnu/dist/gdb6/etc/configbuild.tin: file removal gnu/dist/gdb6/sim/common/sim-options.c: file removal gnu/dist/gdb6/gdb/block.h: file removal gnu/dist/gdb6/bfd/aix5ppc-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cand.cgs: file removal gnu/dist/gdb6/sim/cris/cpuv32.c: file removal gnu/dist/gdb6/libiberty/vsnprintf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqaddhss.cgs: file removal gnu/dist/gdb6/sim/m32r/configure: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-stack.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/mova.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ovlymgr.c: file removal gnu/dist/gdb6/gdb/config/nm-linux.h: file removal gnu/dist/gdb6/gdb/inflow.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs2.cxx: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckne.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/opterr2.ms: file removal gnu/dist/gdb6/sim/ppc/corefile.h: file removal gnu/dist/gdb6/gdb/mips-linux-nat.c: file removal gnu/dist/gdb6/sim/arm/config.in: file removal gnu/dist/gdb6/sim/cris/sim-main.h: file removal gnu/dist/gdb6/readline/savestring.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return/pck.adb: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmexpdhw.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wavg2.cgs: file removal gnu/dist/gdb6/opcodes/mips-dis.c: file removal gnu/usr.bin/gdb6/libiberty/arch/i386/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/corefile.exp: file removal gnu/dist/gdb6/sim/ppc/config.in: file removal gnu/dist/gdb6/sim/common/gentvals.sh: file removal gnu/dist/gdb6/gdb/i386v-nat.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-linux64.h: file removal gnu/dist/gdb6/sim/m32r/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/not.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/borh.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bgt.cgs: file removal gnu/dist/gdb6/libiberty/calloc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapc.ms: file removal gnu/dist/gdb6/gdb/gdbserver/linux-ppc64-low.c: file removal gnu/dist/gdb6/sim/d10v/simops.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/smsss.cgs: file removal gnu/dist/gdb6/bfd/doc/reloc.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcmps.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rem.cgs: file removal gnu/dist/gdb6/gdb/amd64nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthu.cgs: file removal gnu/dist/gdb6/sim/h8300/sim-main.h: file removal gnu/dist/gdb6/readline/examples/manexamp.c: file removal gnu/dist/gdb6/bfd/m68k4knetbsd.c: file removal gnu/dist/gdb6/sim/m32r/decodex.c: file removal gnu/dist/gdb6/bfd/po/tr.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/display.exp: file removal gnu/dist/gdb6/include/xregex.h: file removal gnu/dist/gdb6/gdb/mipsv4-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdu.cgs: file removal gnu/dist/gdb6/readline/examples/rlfe/configure: file removal gnu/dist/gdb6/gdb/mi/mi-interp.c: file removal gnu/dist/gdb6/bfd/merge.c: file removal gnu/dist/gdb6/bfd/doc/chew.c: file removal gnu/dist/gdb6/gdb/i386fbsd-tdep.c: file removal gnu/dist/gdb6/config/stdint_h.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnclr.cgs: file removal gnu/dist/gdb6/sim/cris/devices.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/array-element.exp: file removal gnu/dist/gdb6/sim/ppc/dc-stupid: file removal gnu/dist/gdb6/include/aout/hp300hpux.h: file removal gnu/dist/gdb6/gdb/config/m68k/obsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bv.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-io.h: file removal gnu/dist/gdb6/gdb/aclocal.m4: file removal gnu/usr.bin/gdb6/arch/vax/version.c: file removal gnu/dist/gdb6/gdb/infcmd.c: file removal gnu/dist/gdb6/include/elf/dwarf.h: file removal gnu/dist/gdb6/gdb/f-lang.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mulwlo.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-d.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrdaccg.cgs: file removal gnu/dist/gdb6/ylwrap: file removal gnu/dist/gdb6/opcodes/fr30-opc.c: file removal gnu/dist/gdb6/libiberty/vfprintf.c: file removal gnu/dist/gdb6/bfd/cpu-sh.c: file removal gnu/dist/gdb6/bfd/cpu-d30v.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/misc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsethih.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t2.ms: file removal gnu/dist/gdb6/gdb/testsuite/config/unknown.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/callil.cgs: file removal gnu/dist/gdb6/gdb/inf-ptrace.c: file removal gnu/dist/gdb6/gdb/mt-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/mips64el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/neg.s: file removal gnu/usr.bin/gdb6/sim/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldsh.cgs: file removal gnu/dist/gdb6/opcodes/msp430-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/Makefile.in: file removal gnu/dist/gdb6/bfd/doc/bfd.info-2: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1090.exp: file removal gnu/dist/gdb6/gdb/config/powerpc/tm-linux.h: file removal gnu/dist/gdb6/gdb/alpha-osf1-tdep.c: file removal gnu/dist/gdb6/gdb/config/mips/embed.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lduh.cgs: file removal gnu/dist/gdb6/gdb/valarith.c: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/leave.cgs: file removal gnu/dist/gdb6/readline/doc/rluserman.texi: file removal gnu/dist/gdb6/bfd/som.c: file removal gnu/usr.bin/gdb6/readline/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/sim/v850/acconfig.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bra8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fditos.cgs: file removal gnu/dist/gdb6/opcodes/mcore-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bigcore.exp: file removal gnu/usr.bin/gdb6/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/sim/mips/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/baz.c: file removal gnu/dist/gdb6/libiberty/strchr.c: file removal gnu/dist/gdb6/gdb/m68kbsd-tdep.c: file removal gnu/dist/gdb6/libiberty/sort.c: file removal gnu/dist/gdb6/bfd/po/sv.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/sub.cgs: file removal gnu/dist/gdb6/sim/m32c/load.h: file removal gnu/dist/gdb6/sim/igen/gen-icache.h: file removal gnu/dist/gdb6/libiberty/strstr.c: file removal gnu/dist/gdb6/gdb/uw-thread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldqu.cgs: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11sio.c: file removal gnu/dist/gdb6/sim/common/sim-assert.h: file removal gnu/dist/gdb6/libiberty/gettimeofday.c: file removal gnu/dist/gdb6/bfd/hosts/mipsmach3.h: file removal gnu/dist/gdb6/opcodes/frv-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc.exp: file removal gnu/dist/gdb6/gdb/gdbserver/target.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wacc.cgs: file removal gnu/dist/gdb6/gdb/stop-gdb.c: file removal gnu/dist/gdb6/opcodes/tic80-opc.c: file removal gnu/usr.bin/gdb6/libiberty/arch/armeb/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp4.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csubcc.cgs: file removal gnu/dist/gdb6/opcodes/pdp11-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/call.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/option1.ms: file removal gnu/dist/gdb6/gdb/config/mt/mt.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-stepi.exp: file removal gnu/dist/gdb6/gdb/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shll.s: file removal gnu/dist/gdb6/gdb/source.h: file removal gnu/dist/gdb6/gdb/mdebugread.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/classes.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhtob.cgs: file removal gnu/dist/gdb6/include/xtensa-config.h: file removal gnu/dist/gdb6/include/coff/h8500.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/step.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bra24.cgs: file removal gnu/dist/gdb6/sim/arm/dbg_rdi.h: file removal gnu/dist/gdb6/bfd/bfd.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/gettod.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmemv32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/miscexprs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/rfg.ms: file removal gnu/dist/gdb6/gdb/ChangeLog-1994: file removal gnu/dist/gdb6/gdb/config/arm/embed.mt: file removal external/gpl3/gdb/dist/gdb/mips-tdep.h: revision 1.2 gnu/dist/gdb6/sim/testsuite/sim/fr30/div0s.cgs: file removal gnu/dist/gdb6/readline/doc/inc-hist.texinfo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/args.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmin.cgs: file removal gnu/dist/gdb6/opcodes/i860-dis.c: file removal gnu/dist/gdb6/sim/common/sim-core.c: file removal gnu/dist/gdb6/gdb/prologue-value.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tine.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mla.cgs: file removal gnu/dist/gdb6/include/opcode/i370.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addiv32.ms: file removal gnu/dist/gdb6/libiberty/strtod.c: file removal gnu/dist/gdb6/gdb/regcache.c: file removal gnu/dist/gdb6/gdb/cp-support.c: file removal external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/sim/testsuite/sim/frv/nfdcmps.cgs: file removal gnu/dist/gdb6/bfd/elf32-am33lin.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tip.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/recurse.c: file removal gnu/dist/gdb6/bfd/elf32-mips.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmadds.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/mn10300-eval.exp: file removal gnu/dist/gdb6/libiberty/bsearch.c: file removal gnu/dist/gdb6/sim/frv/model.c: file removal gnu/dist/gdb6/gdb/value.h: file removal gnu/dist/gdb6/sim/ppc/configure: file removal gnu/dist/gdb6/opcodes/aclocal.m4: file removal gnu/dist/gdb6/gdb/auxv.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/testutils.inc: file removal gnu/dist/gdb6/bfd/doc/linker.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig7.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bno.cgs: file removal gnu/dist/gdb6/libiberty/pexecute.txh: file removal gnu/dist/gdb6/sim/common/sim-module.h: file removal gnu/dist/gdb6/sim/common/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movsg.cgs: file removal gnu/dist/gdb6/sim/ppc/ld-insn.h: file removal gnu/dist/gdb6/gdb/p-exp.c: file removal gnu/dist/gdb6/sim/cris/cris-tmpl.c: file removal gnu/dist/gdb6/sim/common/hw-events.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsd64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pmuls.s: file removal gnu/dist/gdb6/sim/m32r/ChangeLog: file removal gnu/dist/gdb6/include/opcode/ppc.h: file removal gnu/dist/gdb6/sim/m32r/cpu2.c: file removal gnu/dist/gdb6/gdb/xcoffsolib.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotxr.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/subc.cgs: file removal gnu/dist/gdb6/etc/configbuild.jin: file removal gnu/dist/gdb6/gdb/armnbsd-tdep.c: file removal gnu/dist/gdb6/sim/frv/configure.ac: file removal gnu/dist/gdb6/sim/m68hc11/config.in: file removal gnu/dist/gdb6/bfd/nlm32.c: file removal gnu/dist/gdb6/config/intdiv0.m4: file removal gnu/dist/gdb6/gdb/c-typeprint.c: file removal gnu/dist/gdb6/gdb/config/sparc/linux64.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/maddhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs: file removal gnu/dist/gdb6/readline/histexpand.c: file removal gnu/dist/gdb6/gdb/doc/gdbint.info-2: file removal gnu/dist/gdb6/gdb/s390-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckno.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/sim.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/miaph.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched3.c: file removal gnu/usr.bin/gdb6/readline/arch/sparc/config.h: file removal gnu/dist/gdb6/sim/sh/gencode.c: file removal gnu/dist/gdb6/include/opcode/i386.h: file removal gnu/dist/gdb6/bfd/elf-hppa.h: file removal gnu/dist/gdb6/bfd/nlm32-sparc.c: file removal gnu/dist/gdb6/sim/arm/armemu.c: file removal gnu/dist/gdb6/gdb/coff-pe-read.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/inc.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd1.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/alpha.inc: file removal gnu/dist/gdb6/bfd/cpu-fr30.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckeq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmadd.cgs: file removal gnu/dist/gdb6/sim/frv/memory.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp1.c: file removal gnu/dist/gdb6/gdb/regformats/reg-s390x.dat: file removal gnu/dist/gdb6/libiberty/strrchr.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs0.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bfp-test.exp: file removal gnu/dist/gdb6/bfd/coff-sparc.c: file removal gnu/dist/gdb6/gdb/i386-linux-tdep.c: file removal gnu/dist/gdb6/gdb/cli/cli-utils.h: file removal gnu/dist/gdb6/gdb/doc/all-cfg.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bare1.ms: file removal gnu/dist/gdb6/bfd/doc/ChangeLog-9103: file removal gnu/dist/gdb6/bfd/coff-mips.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pointers.exp: file removal gnu/dist/gdb6/bfd/cpu-ns32k.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/openbsd.inc: file removal gnu/dist/gdb6/gdb/config/arm/linux.mh: file removal gnu/dist/gdb6/gdb/gdbserver/mem-break.c: file removal gnu/dist/gdb6/gdb/i386obsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcko.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxru.cgs: file removal gnu/dist/gdb6/readline/isearch.c: file removal gnu/dist/gdb6/gdb/gdb_gcore.sh: file removal gnu/dist/gdb6/sim/iq2000/acconfig.h: file removal gnu/usr.bin/gdb6/arch/m68k/init.c: file removal gnu/dist/gdb6/gdb/config/arm/tm-linux.h: file removal gnu/usr.bin/gdb6/readline/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rac.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/orw.s: file removal gnu/dist/gdb6/sim/ppc/ld-decode.c: file removal gnu/dist/gdb6/sim/igen/ld-decode.c: file removal gnu/dist/gdb6/sim/arm/arminit.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstq.cgs: file removal gnu/dist/gdb6/readline/histfile.c: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/gdb/solib.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1431.s: file removal gnu/dist/gdb6/bfd/irix-core.c: file removal gnu/dist/gdb6/gdb/hppa-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ble.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/pa-nullify.s: file removal gnu/dist/gdb6/opcodes/configure: file removal gnu/dist/gdb6/include/coff/z80.h: file removal gnu/dist/gdb6/sim/mn10300/config.in: file removal gnu/dist/gdb6/sim/mips/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/term.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bceqlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs: file removal gnu/dist/gdb6/opcodes/xtensa-dis.c: file removal gnu/dist/gdb6/libiberty/xatexit.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-data.exp: file removal gnu/dist/gdb6/gdb/ppcbug-rom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/basicclass.exp: file removal gnu/dist/gdb6/gdb/config/alpha/fbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdadds.cgs: file removal gnu/dist/gdb6/sim/ppc/vm.h: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sco4.h: file removal gnu/dist/gdb6/gdb/config/i386/obsd.mh: file removal gnu/dist/gdb6/gdb/infptrace.c: file removal gnu/dist/gdb6/sim/m32c/blinky.S: file removal gnu/dist/gdb6/sim/frv/frv.c: file removal gnu/dist/gdb6/libiberty/random.c: file removal gnu/dist/gdb6/bfd/vax1knetbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmadds.cgs: file removal gnu/dist/gdb6/bfd/cpu-h8300.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/start.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moveq.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x10-v10.ms: file removal gnu/dist/gdb6/gdb/config/sparc/nbsdaout.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uwrite32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movfgq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrfa.cgs: file removal gnu/dist/gdb6/gdb/solib-irix.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tinv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckul.cgs: file removal gnu/dist/gdb6/sim/mips/ChangeLog: file removal gnu/dist/gdb6/gdb/config/alpha/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fitod.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/shadow_regs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftu.cgs: file removal gnu/dist/gdb6/gdb/doc/gdb.info-3: file removal gnu/dist/gdb6/gdb/config/i386/i386v.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdf.pcgs: file removal gnu/dist/gdb6/gdb/tui/tui.c: file removal gnu/dist/gdb6/bfd/libieee.h: file removal gnu/dist/gdb6/gdb/gdb-events.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mnop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmovs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addswpc.ms: file removal gnu/dist/gdb6/gdb/tui/tui-out.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxis.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/constvars.c: file removal gnu/dist/gdb6/bfd/cpu-cris.c: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/udivi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/sdiv.cgs: file removal gnu/dist/gdb6/sim/m32c/int.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/bp_in_thread.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/inherit.exp: file removal gnu/dist/gdb6/readline/aclocal.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/iwmmxt.exp: file removal gnu/dist/gdb6/bfd/hosts/i386bsd.h: file removal gnu/dist/gdb6/bfd/doc/fdl.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/am33.s: file removal gnu/dist/gdb6/gdb/config/m68k/cisco.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftno.cgs: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-disas.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addn.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/readline.exp: file removal gnu/dist/gdb6/gdb/proc-why.c: file removal gnu/dist/gdb6/sim/ppc/mon.c: file removal gnu/dist/gdb6/sim/h8300/writecode.c: file removal gnu/dist/gdb6/sim/frv/profile-fr500.c: file removal gnu/dist/gdb6/gdb/hppanbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink6.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdaddaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink7.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mvtc.s: file removal gnu/dist/gdb6/gdb/config/i386/ncr3000.mh: file removal gnu/dist/gdb6/gdb/config/rs6000/aix4.mt: file removal gnu/dist/gdb6/libiberty/testsuite/Makefile.in: file removal gnu/dist/gdb6/gdb/vaxobsd-tdep.c: file removal gnu/dist/gdb6/config/mh-ppc-darwin: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nandcr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bge.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/hello.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/printmethod.exp: file removal gnu/dist/gdb6/bfd/hosts/riscos.h: file removal gnu/dist/gdb6/libiberty/lrealpath.c: file removal gnu/dist/gdb6/libiberty/dyn-string.c: file removal gnu/dist/gdb6/sim/m32c/misc.h: file removal gnu/dist/gdb6/config/mt-v810: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcmpd.cgs: file removal gnu/dist/gdb6/bfd/nlmcode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cknc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov-rd-hs.cgs: file removal gnu/dist/gdb6/sim/m68hc11/configure: file removal gnu/dist/gdb6/sim/arm/ChangeLog: file removal gnu/dist/gdb6/bfd/pei-arm.c: file removal gnu/dist/gdb6/gdb/NEWS: file removal gnu/dist/gdb6/sim/v850/v850.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/jmp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthf.cgs: file removal gnu/dist/gdb6/sim/common/sim-fpu.c: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/bfd.h: file removal gnu/dist/gdb6/sim/igen/gen-idecode.c: file removal gnu/dist/gdb6/include/coff/aux-coff.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x2-v32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdf.cgs: file removal gnu/dist/gdb6/sim/m68hc11/interrupts.c: file removal gnu/dist/gdb6/bfd/doc/bfd.info: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list.exp: file removal gnu/dist/gdb6/gdb/i386-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota3.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshli.s: file removal gnu/usr.bin/gdb6/arch/m68000/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mexpdhd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmulhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfsqrts.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stm1.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bandh.cgs: file removal gnu/dist/gdb6/opcodes/sh64-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fnop.cgs: file removal gnu/dist/gdb6/readline/support/shobj-conf: file removal gnu/dist/gdb6/bfd/elf64-alpha.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addxi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bar.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/nm-aix.h: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/norncr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/fidxd.ms: file removal gnu/dist/gdb6/sim/frv/profile-fr550.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldsb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-sp.cgs: file removal gnu/usr.bin/gdb6/opcodes/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcnvsd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bne.cgs: file removal gnu/dist/gdb6/sim/ppc/sim_callbacks.h: file removal gnu/dist/gdb6/gdb/config/ia64/tm-linux.h: file removal gnu/dist/gdb6/sim/erc32/end.c: file removal gnu/dist/gdb6/libiberty/putenv.c: file removal gnu/dist/gdb6/libiberty/lbasename.c: file removal gnu/usr.bin/gdb6/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-fork.exp: file removal gnu/dist/gdb6/include/coff/i960.h: file removal gnu/dist/gdb6/gdb/frame-base.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldbf.cgs: file removal gnu/dist/gdb6/sim/igen/filter.h: file removal gnu/usr.bin/gdb6/arch/sh3el/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckug.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cscan.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvm2.ms: file removal gnu/dist/gdb6/gdb/COPYING: file removal gnu/dist/gdb6/gdb/mipsnbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmsubs.cgs: file removal gnu/dist/gdb6/opcodes/pj-dis.c: file removal gnu/dist/gdb6/gdb/config/mips/obsd64.mt: file removal gnu/dist/gdb6/gdb/gdbserver/linux-x86-64-low.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fpchg.s: file removal gnu/dist/gdb6/opcodes/xc16x-opc.c: file removal gnu/dist/gdb6/bfd/elf32-fr30.c: file removal gnu/dist/gdb6/bfd/archive.c: file removal gnu/dist/gdb6/config/progtest.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/subx.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csracc.cgs: file removal gnu/dist/gdb6/sim/common/common.m4: file removal gnu/dist/gdb6/readline/doc/hsuser.texi: file removal gnu/dist/gdb6/include/opcode/ia64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movpmv32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/subarray.exp: file removal gnu/dist/gdb6/bfd/corefile.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/resbank.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bc.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rep.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckne.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/configure: file removal gnu/dist/gdb6/gdb/gnu-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-exec.exp: file removal gnu/dist/gdb6/gdb/regformats/reg-i386-linux.dat: file removal gnu/usr.bin/gdb6/opcodes/arch/alpha/defs.mk: file removal gnu/dist/gdb6/sim/cris/decodev10.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/blez.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckp.cgs: file removal gnu/dist/gdb6/sim/erc32/NEWS: file removal gnu/dist/gdb6/gdb/version.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvrmv32.ms: file removal gnu/dist/gdb6/sim/mn10300/configure: file removal gnu/dist/gdb6/sim/frv/sim-main.h: file removal gnu/dist/gdb6/bfd/doc/bfd.info-1: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/xchb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/op3.ms: file removal gnu/dist/gdb6/bfd/coff-aux.c: file removal gnu/dist/gdb6/gdb/bsd-kvm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/arrayidx.exp: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrfr.cgs: file removal gnu/dist/gdb6/gdb/config/alpha/tm-alpha.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cswap.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bclslr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.exp: file removal gnu/dist/gdb6/gdb/config/mips/nm-linux.h: file removal gnu/dist/gdb6/gdb/findvar.c: file removal gnu/dist/gdb6/gdb/macrotab.h: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-break.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/packed_array.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlduhi.cgs: file removal gnu/dist/gdb6/include/opcode/dlx.h: file removal gnu/dist/gdb6/include/coff/tic4x.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/watchthreads.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/circ.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setshow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bxor.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bltz.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckih.cgs: file removal gnu/dist/gdb6/sim/ppc/cap.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqaddhus.cgs: file removal gnu/dist/gdb6/COPYING.LIB: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmaddhus.cgs: file removal gnu/dist/gdb6/bfd/doc/proto.str: file removal gnu/dist/gdb6/config/mh-x86pic: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mabshs.cgs: file removal gnu/dist/gdb6/gdb/corefile.c: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/include/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/passcount.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpm.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/orl.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/sh3.s: file removal gnu/dist/gdb6/opcodes/cgen-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/beq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bcs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/staticthreads.c: file removal gnu/dist/gdb6/gdb/tui/tui-hooks.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-subi.s: file removal gnu/dist/gdb6/gdb/ChangeLog-1993: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/loop.s: file removal gnu/dist/gdb6/bfd/coff-ppc.c: file removal gnu/dist/gdb6/gdb/config/m32r/nm-linux.h: file removal gnu/dist/gdb6/gdb/config/i386/linux64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccklt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdsqrts.cgs: file removal gnu/dist/gdb6/opcodes/cgen-ibld.in: file removal gnu/dist/gdb6/bfd/elf32-cris.c: file removal gnu/dist/gdb6/gdb/amd64obsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tc.cgs: file removal gnu/dist/gdb6/gdb/expprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw11.ms: file removal gnu/dist/gdb6/sim/ppc/gen-model.c: file removal gnu/dist/gdb6/include/aout/sun4.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/rett.cgs: file removal gnu/dist/gdb6/sim/igen/lf.c: file removal gnu/dist/gdb6/sim/frv/cpu.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1210.exp: file removal gnu/dist/gdb6/sim/v850/interp.c: file removal gnu/dist/gdb6/etc/configdev.tin: file removal gnu/dist/gdb6/gdb/i386-cygwin-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/daa.s: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc/defs.mk: file removal gnu/dist/gdb6/sim/cris/sim-if.c: file removal gnu/dist/gdb6/sim/ppc/RUN: file removal gnu/dist/gdb6/opcodes/mt-opc.c: file removal gnu/dist/gdb6/gdb/config/pa/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblglr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread-specific.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/allinsn.exp: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386.h: file removal gnu/dist/gdb6/gdb/osabi.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftne.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pending.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/callfuncs.c: file removal gnu/usr.bin/gdb6/sim/arch/powerpc64/config.h: file removal gnu/dist/gdb6/gdb/frame-unwind.h: file removal gnu/dist/gdb6/gdb/solib-frv.c: file removal gnu/usr.bin/gdb6/arch/powerpc64/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsethih.cgs: file removal gnu/dist/gdb6/libiberty/config.in: file removal gnu/dist/gdb6/gdb/po/gdb.pot: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbfu.cgs: file removal gnu/dist/gdb6/bfd/elf32-arm.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sadd.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-cpuid.h: file removal gnu/dist/gdb6/gdb/doc/gdbint.info-1: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/method.exp: file removal gnu/dist/gdb6/sim/m68hc11/ChangeLog: file removal gnu/dist/gdb6/opcodes/ip2k-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/limits.exp: file removal gnu/dist/gdb6/bfd/elf64-hppa.c: file removal gnu/dist/gdb6/gdb/regformats/reg-m68k.dat: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-regs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1291.exp: file removal gnu/dist/gdb6/gdb/charset.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/asmsrc1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bldnot.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ugetrlimit1.c: file removal gnu/dist/gdb6/gdb/vx-share/README: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1023.exp: file removal gnu/dist/gdb6/gdb/regformats/reg-ppc64.dat: file removal gnu/dist/gdb6/gdb/ser-mingw.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsub.cgs: file removal gnu/dist/gdb6/opcodes/frv-desc.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-low.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-ar-st.c: file removal gnu/dist/gdb6/gdb/regformats/reg-m32r.dat: file removal gnu/dist/gdb6/gdb/ppcobsd-nat.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mipsel/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmul.cgs: file removal gnu/dist/gdb6/readline/rldefs.h: file removal gnu/dist/gdb6/gdb/config/sh/tm-wince.h: file removal gnu/dist/gdb6/sim/cris/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig11.c: file removal gnu/usr.bin/gdb6/arch/alpha/init.c: file removal gnu/dist/gdb6/gdb/i386bsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcclr.cgs: file removal gnu/dist/gdb6/gdb/ppcnbsd-tdep.c: file removal gnu/dist/gdb6/COPYING: file removal gnu/dist/gdb6/readline/examples/rlcat.c: file removal gnu/dist/gdb6/gdb/config/arm/nm-nbsdaout.h: file removal gnu/dist/gdb6/readline/mbutil.c: file removal gnu/dist/gdb6/readline/ChangeLog.gdb: file removal gnu/dist/gdb6/include/elf/d30v.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbi.cgs: file removal gnu/dist/gdb6/libiberty/fnmatch.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/or.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckno.cgs: file removal gnu/dist/gdb6/sim/m32c/reg.c: file removal gnu/dist/gdb6/bfd/doc/doc.str: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div0u.cgs: file removal gnu/dist/gdb6/include/opcode/m68hc11.h: file removal gnu/dist/gdb6/gdb/regformats/reg-s390.dat: file removal gnu/dist/gdb6/sim/ppc/ld-cache.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-abi.exp: file removal gnu/usr.bin/gdb6/arch/i386/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwcut.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jumppv32.ms: file removal gnu/dist/gdb6/bfd/syms.c: file removal gnu/dist/gdb6/config/mt-ospace: file removal gnu/dist/gdb6/gdb/gdb_ptrace.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movppc.ms: file removal gnu/dist/gdb6/sim/mn10300/ChangeLog: file removal gnu/dist/gdb6/gdb/tui/tui-layout.c: file removal gnu/usr.bin/gdb6/readline/arch/vax/defs.mk: file removal gnu/dist/gdb6/gdb/config/ia64/linux.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signals.exp: file removal gnu/dist/gdb6/bfd/elf-m10200.c: file removal gnu/dist/gdb6/gdb/xcoffread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/opterr1.ms: file removal gnu/dist/gdb6/gdb/core-aout.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/sth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tilt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjmpsrv32.ms: file removal gnu/dist/gdb6/gdb/doc/gdb.info-2: file removal gnu/dist/gdb6/include/getopt.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bclelr.cgs: file removal gnu/dist/gdb6/sim/igen/ld-insn.h: file removal gnu/dist/gdb6/gdb/doc/gdb.texinfo: file removal gnu/dist/gdb6/gdb/testsuite/aclocal.m4: file removal gnu/usr.bin/gdb6/arch/mips64eb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addc.ms: file removal gnu/dist/gdb6/readline/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-read-memory.exp: file removal gnu/dist/gdb6/bfd/aoutf1.h: file removal gnu/dist/gdb6/gdb/glibc-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqmachu.cgs: file removal gnu/dist/gdb6/libiberty/hex.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static1.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/dmovb.cgs: file removal gnu/dist/gdb6/include/opcode/m88k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sjlj.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/all-bin.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-cli.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitops.exp: file removal gnu/dist/gdb6/gdb/config/pa/hppahpux.mt: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/subdir.mk: file removal gnu/usr.bin/gdb6/readline/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/iq2000/cpu.c: file removal gnu/dist/gdb6/sim/common/hw-alloc.c: file removal gnu/dist/gdb6/bfd/ChangeLog-0203: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldu.cgs: file removal gnu/dist/gdb6/include/ansidecl.h: file removal gnu/dist/gdb6/gdb/amd64nbsd-nat.c: file removal gnu/usr.bin/gdb6/Makefile: file removal gnu/dist/gdb6/include/aout/ranlib.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrh-imm.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_generic.c: file removal gnu/dist/gdb6/readline/examples/rl.c: file removal gnu/dist/gdb6/include/symcat.h: file removal gnu/dist/gdb6/gdb/config/mips/tm-wince.h: file removal gnu/dist/gdb6/gdb/regset.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/orb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb701.c: file removal gnu/dist/gdb6/bfd/cpu-i960.c: file removal gnu/dist/gdb6/opcodes/po/vi.po: file removal gnu/dist/gdb6/opcodes/ia64-opc-x.c: file removal gnu/dist/gdb6/bfd/hosts/hp300bsd.h: file removal gnu/dist/gdb6/bfd/elf-eh-frame.c: file removal gnu/dist/gdb6/bfd/coff-tic4x.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqsrahi.cgs: file removal gnu/usr.bin/gdb6/gdb-cfg.texi: file removal gnu/dist/gdb6/gdb/ui-file.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-read-memory.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckule.cgs: file removal gnu/dist/gdb6/gdb/maint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlduhu.cgs: file removal gnu/dist/gdb6/libiberty/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/passc-dyn.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/membar.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andcr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x6-v10.ms: file removal gnu/dist/gdb6/etc/fdl.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t05_cmp.s: file removal gnu/dist/gdb6/bfd/cpu-s390.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqmacxhs.cgs: file removal gnu/dist/gdb6/config/mh-s390pic: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/scani.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/source-error.gdb: file removal gnu/dist/gdb6/bfd/doc/libbfd.texi: file removal gnu/dist/gdb6/bfd/coff-stgo32.c: file removal gnu/usr.bin/gdb6/readline/arch/m68k/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bas.ms: file removal gnu/dist/gdb6/readline/examples/fileman.c: file removal gnu/usr.bin/gdb6/arch/hppa/init.c: file removal gnu/dist/gdb6/opcodes/m10300-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/Makefile.in: file removal gnu/dist/gdb6/gdb/config/frv/frv.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mov.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/grloop.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-trap.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sub2w.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fldi0.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-d.s: file removal gnu/dist/gdb6/sim/common/sim-inline.h: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmsubd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/mdmx-ob.s: file removal gnu/dist/gdb6/Makefile.tpl: file removal gnu/dist/gdb6/readline/support/config.sub: file removal gnu/dist/gdb6/bfd/elf64-ppc.c: file removal gnu/dist/gdb6/etc/configdev.jin: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bn.cgs: file removal gnu/dist/gdb6/gdb/ada-lex.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/huge.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/orncr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mtrap.cgs: file removal gnu/dist/gdb6/gdb/config/m68k/linux.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdsubaccs.cgs: file removal gnu/dist/gdb6/gdb/shnbsd-tdep.h: file removal gnu/dist/gdb6/sim/ppc/words.h: file removal gnu/dist/gdb6/opcodes/dis-buf.c: file removal gnu/dist/gdb6/bfd/xsym.c: file removal gnu/dist/gdb6/gdb/gdbserver/config.in: file removal gnu/dist/gdb6/bfd/po/rw.gmo: file removal gnu/dist/gdb6/sim/cris/dv-rv.c: file removal gnu/dist/gdb6/opcodes/po/de.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/hppa.s: file removal gnu/usr.bin/gdb6/opcodes/arch/i386/config.h: file removal gnu/usr.bin/gdb6/arch/x86_64/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/jump.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sepdebug.exp: file removal gnu/usr.bin/gdb6/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/xorl.s: file removal gnu/dist/gdb6/gdb/i386obsd-tdep.c: file removal gnu/usr.bin/gdb6/libiberty/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/clearfv10.ms: file removal gnu/dist/gdb6/bfd/hosts/vaxult2.h: file removal gnu/dist/gdb6/bfd/elf32-arc.c: file removal gnu/dist/gdb6/gdb/gdbserver/linux-s390-low.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/del.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/float.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-d.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-i.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sepdebug.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pand.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addx.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldbf.cgs: file removal gnu/dist/gdb6/include/nlm/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/alpha-step.c: file removal gnu/dist/gdb6/opcodes/opintl.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bccb.ms: file removal gnu/dist/gdb6/gdb/ada-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fneg.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldhfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/not.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-im.s: file removal gnu/dist/gdb6/include/elf/x86-64.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/step2.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fmov.s: file removal gnu/dist/gdb6/sim/d10v/endian.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldi8.cgs: file removal gnu/dist/gdb6/include/coff/mcore.h: file removal gnu/dist/gdb6/bfd/armnetbsd.c: file removal gnu/usr.bin/gdb6/readline/arch/powerpc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/configure: file removal gnu/dist/gdb6/sim/frv/cache.c: file removal gnu/dist/gdb6/gdb/config/powerpc/ppc-eabi.mt: file removal gnu/dist/gdb6/sim/ppc/sim-endian.h: file removal gnu/dist/gdb6/include/opcode/np1.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldq.cgs: file removal gnu/dist/gdb6/include/gdb/sim-frv.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/remote.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pc-fp.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrsb.cgs: file removal gnu/dist/gdb6/sim/mn10300/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptype1.c: file removal gnu/dist/gdb6/gdb/defs.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_errors.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/andh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movucr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/collection.exp: file removal gnu/dist/gdb6/gdb/hpacc-abi.c: file removal gnu/dist/gdb6/gdb/osf-share/README: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/parallel.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lduhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/pop-pc.cgs: file removal gnu/dist/gdb6/gdb/p-typeprint.c: file removal gnu/dist/gdb6/sim/common/sim-options.h: file removal gnu/dist/gdb6/bfd/elf-strtab.c: file removal gnu/dist/gdb6/gdb/config/pa/hppa64.mt: file removal gnu/dist/gdb6/gdb/config/sh/linux.mt: file removal gnu/dist/gdb6/sim/cris/cpuv32.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdasaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/cmp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckle.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/branches.c: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/bfd.h: file removal gnu/dist/gdb6/readline/doc/history.3: file removal gnu/usr.bin/gdb6/opcodes/arch/armeb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckne.cgs: file removal gnu/dist/gdb6/sim/ppc/device_table.c: file removal gnu/dist/gdb6/sim/ppc/ChangeLog.00: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldshu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t02_mova.exp: file removal gnu/dist/gdb6/bfd/hosts/decstation.h: file removal gnu/dist/gdb6/gdb/objfiles.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/volatile.exp: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sol2.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/userdef.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/complex.c: file removal gnu/dist/gdb6/libiberty/vmsbuild.com: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shlr.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-eval.exp: file removal gnu/dist/gdb6/gdb/sh-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/lduh-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bc8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbgt.cgs: file removal gnu/dist/gdb6/sim/m32r/semx-switch.c: file removal gnu/dist/gdb6/include/MAINTAINERS: file removal gnu/dist/gdb6/opcodes/d30v-opc.c: file removal gnu/dist/gdb6/bfd/pc532-mach.c: file removal gnu/dist/gdb6/config/ulonglong.m4: file removal gnu/dist/gdb6/gdb/remote-utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bnc24.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-opc.h: file removal gnu/dist/gdb6/ltconfig: file removal gnu/usr.bin/gdb6/arch/sh3el/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstdu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andm.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/pa64-nullify.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mmap3.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/b.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbu.cgs: file removal gnu/dist/gdb6/sim/m32r/decodex.h: file removal gnu/dist/gdb6/sim/erc32/float.c: file removal gnu/dist/gdb6/opcodes/po/tr.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/freebpcmd.c: file removal gnu/dist/gdb6/gdb/doc/GDBvn.texi: file removal gnu/dist/gdb6/gdb/elfread.c: file removal gnu/dist/gdb6/bfd/doc/bfd.texinfo: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subl.s: file removal gnu/usr.bin/gdb6/bfd/arch/vax/defs.mk: file removal gnu/dist/gdb6/sim/v850/config.in: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/fpu64-ps.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movumpc.ms: file removal gnu/dist/gdb6/gdb/config/i386/cygwin.mt: file removal gnu/dist/gdb6/sim/common/Makefile.in: file removal gnu/dist/gdb6/include/coff/rs6k64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subxr.ms: file removal gnu/dist/gdb6/readline/doc/texi2html: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/execd-prog.c: file removal gnu/dist/gdb6/gdb/gdbserver/README: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shlib-call.exp: file removal gnu/dist/gdb6/gdb/osf-share/cma_mutex.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/blt.cgs: file removal gnu/dist/gdb6/gdb/mips-irix-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/udiv.cgs: file removal gnu/dist/gdb6/sim/frv/interrupts.c: file removal gnu/dist/gdb6/opcodes/fr30-opc.h: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movua.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extsb.cgs: file removal gnu/dist/gdb6/sim/h8300/inst.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp: file removal gnu/dist/gdb6/gdb/inf-ptrace.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/basic.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/Makefile.in: file removal gnu/dist/gdb6/libiberty/ChangeLog: file removal gnu/dist/gdb6/include/opcode/crx.h: file removal gnu/dist/gdb6/gdb/gdbserver/configure: file removal gnu/dist/gdb6/sim/testsuite/common/alu-n-tst.h: file removal gnu/dist/gdb6/opcodes/ia64-opc-m.c: file removal gnu/dist/gdb6/bfd/elf32-s390.c: file removal gnu/dist/gdb6/bfd/sysdep.h: file removal gnu/dist/gdb6/gdb/doc/stabs.texinfo: file removal gnu/dist/gdb6/gdb/f-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsh.cgs: file removal gnu/dist/gdb6/gdb/copying.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial3.ms: file removal gnu/dist/gdb6/sim/common/sim-reason.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/while-stepping.exp: file removal gnu/dist/gdb6/bfd/aout-tic30.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/arm.inc: file removal gnu/dist/gdb6/gdb/config/pa/tm-hppah.h: file removal gnu/dist/gdb6/gdb/config/sh/tm-nbsd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umulicc.cgs: file removal gnu/dist/gdb6/libiberty/getopt.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-syn-frame.exp: file removal gnu/dist/gdb6/bfd/xtensa-modules.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/prnd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcklt.cgs: file removal gnu/dist/gdb6/gdb/hppa-hpux-nat.c: file removal gnu/dist/gdb6/gdb/sparc-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll16.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcutss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched9.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrh.cgs: file removal gnu/dist/gdb6/sim/sh/acconfig.h: file removal gnu/dist/gdb6/sim/ppc/hw_core.c: file removal gnu/dist/gdb6/gdb/d10v-tdep.c: file removal gnu/dist/gdb6/gdb/mi/mi-parse.c: file removal gnu/dist/gdb6/gdb/sh64-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfsubs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/misc.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/twice.exp: file removal gnu/usr.bin/gdb6/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/fdopen2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/textrm.cgs: file removal gnu/dist/gdb6/bfd/config.in: file removal gnu/dist/gdb6/gdb/mi/mi-cmds.c: file removal gnu/dist/gdb6/sim/igen/gen-support.c: file removal gnu/dist/gdb6/sim/ppc/debug.c: file removal gnu/dist/gdb6/opcodes/po/sv.gmo: file removal gnu/dist/gdb6/opcodes/ia64-gen.c: file removal gnu/dist/gdb6/gdb/doc/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/beorl.cgs: file removal gnu/dist/gdb6/sim/common/hw-instances.h: file removal gnu/dist/gdb6/include/coff/arm.h: file removal gnu/dist/gdb6/gdb/gdb_select.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/sum.c: file removal gnu/dist/gdb6/gdb/gdbserver/target.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcblglr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movmd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbgelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x4-v32.ms: file removal gnu/dist/gdb6/sim/arm/dbg_conf.h: file removal gnu/dist/gdb6/bfd/coff-arm.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-go32.h: file removal gnu/usr.bin/gdb6/opcodes/arch/m68000/config.h: file removal gnu/usr.bin/gdb6/arch/arm/init.c: file removal gnu/dist/gdb6/opcodes/cgen.sh: file removal gnu/dist/gdb6/sim/mips/mips3264r2.igen: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-im.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sub.s: file removal gnu/dist/gdb6/include/elf/xstormy16.h: file removal gnu/dist/gdb6/sim/iq2000/mloop.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/x86_64.inc: file removal gnu/usr.bin/gdb6/arch/vax/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.c: file removal gnu/usr.bin/gdb6/bfd/arch/arm/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/ldm.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-syn-frame.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sllcc.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-regs.c: file removal gnu/dist/gdb6/bfd/sunos.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/beqlr.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-source.h: file removal gnu/dist/gdb6/gdb/ChangeLog-1999: file removal gnu/dist/gdb6/libiberty/memchr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tile.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-file.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mabshs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cknv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundr.ms: file removal gnu/dist/gdb6/sim/common/sim-core.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/print-threads.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/gdb1355.exp: file removal external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c: revision 1.5 gnu/dist/gdb6/sim/testsuite/sim/h8300/xorb.s: file removal gnu/dist/gdb6/sim/m32r/traps-linux.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-abi.c: file removal gnu/dist/gdb6/gdb/regcache.h: file removal gnu/dist/gdb6/gdb/cp-support.h: file removal gnu/dist/gdb6/include/elf/alpha.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddc.cgs: file removal gnu/dist/gdb6/gdb/config/m88k/obsd.mt: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ld-st.s: file removal gnu/dist/gdb6/readline/vi_keymap.c: file removal gnu/dist/gdb6/include/aout/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mexpdhw.cgs: file removal gnu/dist/gdb6/include/COPYING: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/misc.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stilm.cgs: file removal gnu/dist/gdb6/libiberty/floatformat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldbfi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/run.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldf.cgs: file removal gnu/dist/gdb6/sim/m32r/sem.c: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/config.h: file removal gnu/dist/gdb6/bfd/coff-go32.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/allinsn.exp: file removal gnu/dist/gdb6/include/coff/tic80.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc1.c: file removal gnu/dist/gdb6/gdb/gdbserver/proc-service.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_deb_core.h: file removal gnu/dist/gdb6/sim/common/hw-events.h: file removal gnu/dist/gdb6/libiberty/atexit.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bclr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecrt10.ms: file removal gnu/dist/gdb6/include/dyn-string.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uread16.ms: file removal gnu/dist/gdb6/gdb/config/rs6000/aix4.mh: file removal gnu/dist/gdb6/gdb/mips-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/illinsn.cgs: file removal gnu/dist/gdb6/sim/m32r/cpu2.h: file removal gnu/dist/gdb6/gdb/xcoffsolib.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqfi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/attach.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcutssi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/maddhss.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/watchthreads.exp: file removal gnu/dist/gdb6/gdb/annotate.c: file removal gnu/dist/gdb6/gdb/cp-valprint.c: file removal gnu/dist/gdb6/gdb/solib-sunos.c: file removal gnu/dist/gdb6/gdb/sparc-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bic.cgs: file removal gnu/dist/gdb6/sim/erc32/erc32.c: file removal gnu/dist/gdb6/sim/common/aclocal.m4: file removal gnu/dist/gdb6/bfd/efi-app-ia32.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckeq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andcc.cgs: file removal gnu/dist/gdb6/gdb/config/sh/wince.mt: file removal gnu/dist/gdb6/gdb/ocd.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mipsel/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldhfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/maddaccs.cgs: file removal gnu/dist/gdb6/sim/erc32/acconfig.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bv.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftlt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/break.cgs: file removal gnu/dist/gdb6/sim/arm/armemu.h: file removal gnu/dist/gdb6/libiberty/testsuite/test-expandargv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sub.cgs: file removal gnu/dist/gdb6/sim/mcore/sysdep.h: file removal gnu/dist/gdb6/include/coff/maxq.h: file removal gnu/dist/gdb6/gdb/config/pa/hpux.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvm1.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wpack.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqsubhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmsubhus.cgs: file removal gnu/dist/gdb6/sim/mips/m16run.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcko.cgs: file removal gnu/dist/gdb6/sim/testsuite/Makefile.in: file removal gnu/dist/gdb6/bfd/configure.in: file removal gnu/dist/gdb6/bfd/po/BLD-POTFILES.in: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/bfd.h: file removal gnu/dist/gdb6/sim/mips/dsp.c: file removal gnu/dist/gdb6/readline/support/mkinstalldirs: file removal gnu/dist/gdb6/readline/examples/ChangeLog.gdb: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-unwind.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldub-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lduhu.cgs: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/hello.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x2.cc: file removal gnu/dist/gdb6/sim/ppc/acconfig.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srlcc.cgs: file removal gnu/dist/gdb6/sim/common/sim-events.c: file removal gnu/dist/gdb6/gdb/gdb.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record/bar.adb: file removal gnu/usr.bin/gdb6/readline/arch/arm/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st.cgs: file removal gnu/dist/gdb6/sim/m68hc11/sim-main.h: file removal gnu/dist/gdb6/readline/examples/rlversion.c: file removal gnu/dist/gdb6/opcodes/m32r-dis.c: file removal gnu/dist/gdb6/bfd/cf-sparclynx.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/method.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldd.cgs: file removal gnu/dist/gdb6/opcodes/po/nl.po: file removal gnu/dist/gdb6/sim/arm/iwmmxt.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/data_store_error.cgs: file removal gnu/dist/gdb6/bfd/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pdec.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/recurse.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/powerpc.inc: file removal gnu/dist/gdb6/sim/ppc/ld-decode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movfgd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mvn.cgs: file removal gnu/dist/gdb6/bfd/osf-core.c: file removal gnu/usr.bin/gdb6/arch/sh3eb/tm.h: file removal gnu/dist/gdb6/sim/ppc/altivec_registers.h: file removal gnu/dist/gdb6/gdb/sparc64nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqxmachs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sep-proc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfstoi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmadds.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig2.c: file removal gnu/dist/gdb6/bfd/hosts/dpx2.h: file removal gnu/dist/gdb6/bfd/cpu-we32k.c: file removal gnu/dist/gdb6/gdb/gdbthread.h: file removal gnu/dist/gdb6/gdb/hppa-tdep.h: file removal gnu/dist/gdb6/gdb/serial.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig3.c: file removal gnu/dist/gdb6/sim/common/dv-pal.c: file removal gnu/dist/gdb6/bfd/libbfd-in.h: file removal gnu/dist/gdb6/bfd/coff-rs6000.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ld.cgs: file removal gnu/dist/gdb6/include/elf/m32r.h: file removal gnu/dist/gdb6/gdb/gdbserver/ChangeLog: file removal gnu/dist/gdb6/gdb/README: file removal gnu/dist/gdb6/opcodes/hppa-dis.c: file removal gnu/dist/gdb6/libiberty/at-file.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs2.exp: file removal gnu/dist/gdb6/readline/misc.c: file removal gnu/dist/gdb6/include/opcode/d10v.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cplusfuncs.exp: file removal gnu/usr.bin/gdb6/arch/mips64el/init.c: file removal gnu/dist/gdb6/libiberty/gather-docs: file removal gnu/dist/gdb6/include/gdb/sim-arm.h: file removal gnu/dist/gdb6/sim/ppc/bits.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list0.c: file removal gnu/dist/gdb6/gdb/gdb-events.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/blslr.cgs: file removal gnu/dist/gdb6/bfd/i386linux.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsdaout.mh: file removal gnu/dist/gdb6/gdb/doc/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/umlal.cgs: file removal gnu/dist/gdb6/sim/m32c/int.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldhfi.cgs: file removal gnu/dist/gdb6/readline/terminal.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/rsc.cgs: file removal gnu/dist/gdb6/opcodes/po/POTFILES.in: file removal gnu/usr.bin/gdb6/arch/mipsel/version.c: file removal gnu/dist/gdb6/gdb/call-cmds.h: file removal gnu/dist/gdb6/gdb/remote-fileio.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/dip.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04.exp: file removal gnu/dist/gdb6/libiberty/basename.c: file removal gnu/dist/gdb6/gdb/config/m68k/tm-monitor.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw10.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-ar-st.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/infotrace.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/store.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-regs.c: file removal gnu/dist/gdb6/gdb/config/sparc/linux64.mt: file removal gnu/dist/gdb6/gdb/corelow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/mia.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-hd-rs.cgs: file removal gnu/dist/gdb6/sim/ppc/mon.h: file removal gnu/dist/gdb6/bfd/pdp11.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/finish.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbge.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxrs.cgs: file removal gnu/dist/gdb6/sim/igen/filter_host.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptr-typedef.exp: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rie-xx.s: file removal gnu/dist/gdb6/gdb/xstormy16-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/sdivi.cgs: file removal gnu/dist/gdb6/opcodes/po/fr.po: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstdf.cgs: file removal gnu/dist/gdb6/gdb/ser-base.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/ldc.s: file removal gnu/dist/gdb6/bfd/section.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386v42mp.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tieq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvtaclo.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-cli.exp: file removal gnu/dist/gdb6/gdb/config/sh/nbsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-rt-st.exp: file removal gnu/dist/gdb6/gdb/config/powerpc/nm-ppc64-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs: file removal gnu/dist/gdb6/sim/common/sim-fpu.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbf.cgs: file removal gnu/dist/gdb6/sim/igen/gen-idecode.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/namespace.exp: file removal gnu/dist/gdb6/bfd/cpu-cr16c.c: file removal gnu/dist/gdb6/bfd/stamp-h.in: file removal gnu/usr.bin/gdb6/opcodes/arch/mipseb/config.h: file removal gnu/dist/gdb6/sim/igen/misc.c: file removal gnu/dist/gdb6/gdb/sol2-tdep.c: file removal gnu/dist/gdb6/opcodes/ChangeLog-2005: file removal gnu/dist/gdb6/gdb/aix-thread.c: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103iop.c: file removal gnu/dist/gdb6/sim/m68hc11/interrupts.h: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/defs.mk: file removal gnu/dist/gdb6/libiberty/snprintf.c: file removal gnu/dist/gdb6/bfd/elf32-sh.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csrl.cgs: file removal gnu/dist/gdb6/opcodes/crx-dis.c: file removal gnu/dist/gdb6/sim/ppc/hw_glue.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/and.cgs: file removal gnu/dist/gdb6/opcodes/tic30-dis.c: file removal gnu/dist/gdb6/libiberty/vasprintf.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs.exp: file removal gnu/dist/gdb6/gdb/config/arm/linux.mt: file removal gnu/dist/gdb6/sim/ppc/hw_vm.c: file removal gnu/dist/gdb6/opcodes/sh64-opc.h: file removal gnu/usr.bin/gdb6/readline/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movw.s: file removal gnu/usr.bin/gdb6/opcodes/arch/m68000/defs.mk: file removal gnu/dist/gdb6/bfd/coff-tic30.c: file removal gnu/usr.bin/gdb6/readline/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umuli.cgs: file removal gnu/dist/gdb6/sim/frv/profile-fr550.h: file removal gnu/dist/gdb6/readline/tcap.h: file removal gnu/dist/gdb6/gdb/jv-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ble.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw9.ms: file removal gnu/dist/gdb6/sim/ppc/filter_filename.c: file removal gnu/dist/gdb6/sim/cris/modelv10.c: file removal gnu/dist/gdb6/opcodes/mips-opc.c: file removal gnu/dist/gdb6/bfd/libnlm.h: file removal gnu/dist/gdb6/gdb/ser-tcp.c: file removal gnu/dist/gdb6/include/coff/w65.h: file removal gnu/dist/gdb6/gdb/m2-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldbfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wandn.cgs: file removal gnu/dist/gdb6/sim/common/sim-io.h: file removal gnu/dist/gdb6/opcodes/w65-dis.c: file removal external/gpl3/gdb/lib/libgdb/arch/mips64eb/init.c: revision 1.5 gnu/dist/gdb6/sim/testsuite/sim/frv/subx.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/anon-union.exp: file removal gnu/dist/gdb6/gdb/observer.sh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldu.cgs: file removal gnu/dist/gdb6/bfd/coff-w65.c: file removal gnu/dist/gdb6/sim/v850/ChangeLog: file removal gnu/dist/gdb6/sim/ppc/registers.h: file removal gnu/dist/gdb6/gdb/vax-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldbf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/allinsn.exp: file removal gnu/dist/gdb6/include/elf/i960.h: file removal gnu/dist/gdb6/gdb/ada-lang.c: file removal gnu/dist/gdb6/gdb/inf-ttrace.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/masaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bnv.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-windata.h: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/config.h: file removal gnu/usr.bin/gdb6/arch/m68000/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/kill1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movpmv10.ms: file removal gnu/dist/gdb6/libiberty/alloca.c: file removal gnu/dist/gdb6/opcodes/xc16x-opc.h: file removal gnu/dist/gdb6/include/elf/frv.h: file removal gnu/dist/gdb6/config/codeset.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckle.cgs: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsca.s: file removal gnu/dist/gdb6/sim/igen/igen.h: file removal gnu/dist/gdb6/opcodes/po/opcodes.pot: file removal gnu/dist/gdb6/gdb/gnu-nat.h: file removal gnu/dist/gdb6/gdb/signals/signals.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial5.ms: file removal gnu/dist/gdb6/bfd/linker.c: file removal gnu/dist/gdb6/bfd/ChangeLog-2005: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srai.cgs: file removal gnu/dist/gdb6/libiberty/unlink-if-ordinary.c: file removal gnu/dist/gdb6/gdb/bsd-kvm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink2.c: file removal gnu/dist/gdb6/gdb/command.h: file removal gnu/dist/gdb6/sim/iq2000/arch.c: file removal gnu/dist/gdb6/opcodes/xstormy16-desc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/csdiv.cgs: file removal gnu/dist/gdb6/gdb/config/s390/s390.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/swap.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldubi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mclracc.cgs: file removal gnu/dist/gdb6/gdb/config/pa/hppa.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqfu.cgs: file removal gnu/dist/gdb6/sim/common/genmloop.sh: file removal gnu/dist/gdb6/opcodes/ia64-dis.c: file removal gnu/dist/gdb6/gdb/cp-name-parser.y: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmp.cgs: file removal gnu/dist/gdb6/readline/examples/rlfe/rlfe.c: file removal gnu/dist/gdb6/config/uintmax_t.m4: file removal gnu/dist/gdb6/include/elf/reloc-macros.h: file removal gnu/dist/gdb6/bfd/libpei.h: file removal gnu/dist/gdb6/bfd/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/tas.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqaddhss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmaddhss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x8-v10.ms: file removal gnu/dist/gdb6/sim/m32c/srcdest.c: file removal gnu/dist/gdb6/sim/ppc/cap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsbu.cgs: file removal gnu/dist/gdb6/bfd/cpu-m68hc11.c: file removal gnu/dist/gdb6/bfd/configure.host: file removal gnu/dist/gdb6/gdb/config/i386/ncr3000.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srli.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf5.c: file removal gnu/dist/gdb6/sim/common/sim-base.h: file removal gnu/dist/gdb6/gdb/iq2000-tdep.c: file removal gnu/dist/gdb6/sim/iq2000/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addxm.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/exit47.s: file removal gnu/dist/gdb6/bfd/hosts/m68kaux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcgelr.cgs: file removal gnu/dist/gdb6/libiberty/config/mh-openedition: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movrss.ms: file removal gnu/usr.bin/gdb6/bfd/arch/arm/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdsqrts.cgs: file removal gnu/dist/gdb6/bfd/po/bfd.pot: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mdsubaccs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/fileio.exp: file removal gnu/dist/gdb6/gdb/tui/tui-hooks.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_sequence.h: file removal gnu/dist/gdb6/config-ml.in: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/Makefile.in: file removal gnu/dist/gdb6/gdb/config/ia64/linux.mh: file removal gnu/dist/gdb6/readline/kill.c: file removal gnu/dist/gdb6/libiberty/strtoul.c: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cklt.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/h8300s.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/rtsigsuspend1.c: file removal gnu/dist/gdb6/opcodes/pdp11-opc.c: file removal gnu/dist/gdb6/gdb/ia64-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe4.c: file removal gnu/dist/gdb6/gdb/c-exp.c: file removal gnu/dist/gdb6/sim/common/sim-signal.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movesmp.ms: file removal gnu/dist/gdb6/include/elf/avr.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d.c: file removal gnu/dist/gdb6/bfd/i386msdos.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr.s: file removal gnu/dist/gdb6/bfd/dep-in.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cxorcc.cgs: file removal gnu/dist/gdb6/opcodes/configure.in: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fail.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/blelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/orr.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rachi.s: file removal gnu/dist/gdb6/sim/igen/lf.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cjmpl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bls.cgs: file removal gnu/dist/gdb6/sim/frv/cpu.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/and.s: file removal gnu/dist/gdb6/libiberty/mempcpy.c: file removal gnu/dist/gdb6/gdb/tui/tui-stack.c: file removal gnu/dist/gdb6/bfd/elf32-m68hc1x.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/xor3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsetloh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ccs-v32.ms: file removal gnu/usr.bin/gdb6/arch/hppa/version.c: file removal gnu/dist/gdb6/sim/sh/interp.c: file removal gnu/dist/gdb6/sim/frv/mloop.in: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/push.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-ip.s: file removal gnu/dist/gdb6/opcodes/mt-opc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/try_catch.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x3.cc: file removal gnu/dist/gdb6/gdb/i386gnu-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitfr.cgs: file removal gnu/dist/gdb6/gdb/cli/cli-setshow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/getcwd1.c: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp-hd-hs.cgs: file removal gnu/dist/gdb6/bfd/demo64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bnc8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftle.cgs: file removal gnu/dist/gdb6/include/coff/internal.h: file removal gnu/dist/gdb6/gdb/testsuite/config/m68k-emc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/mulr.s: file removal gnu/dist/gdb6/gdb/mi/mi-common.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/gdb/thread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbo.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd2.c: file removal gnu/dist/gdb6/gdb/testsuite/config/cpu32bug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat4.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat5.c: file removal gnu/dist/gdb6/readline/doc/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc64-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcltlr.cgs: file removal gnu/dist/gdb6/sim/m68hc11/m68hc11_sim.c: file removal gnu/dist/gdb6/bfd/Makefile.in: file removal gnu/dist/gdb6/gdb/jv-lang.c: file removal gnu/dist/gdb6/opcodes/xstormy16-ibld.c: file removal gnu/dist/gdb6/bfd/bout.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pi.txt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/mips_pro.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/long_long.c: file removal gnu/dist/gdb6/bfd/elf64-hppa.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmulv10.ms: file removal gnu/usr.bin/gdb6/libiberty/arch/m68000/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/scutss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sra3.cgs: file removal gnu/usr.bin/gdb6/arch/arm/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cxor.cgs: file removal gnu/dist/gdb6/sim/erc32/README.gdb: file removal gnu/dist/gdb6/opcodes/m32r-desc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsbi.cgs: file removal gnu/dist/gdb6/sim/m32r/mloopx.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m68k.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/strb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tbcst.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftigt.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/nodebug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/machi.cgs: file removal gnu/dist/gdb6/opcodes/xstormy16-opc.c: file removal gnu/dist/gdb6/bfd/cpu-mcore.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp: file removal gnu/dist/gdb6/gdb/i386bsd-nat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/biand.s: file removal gnu/dist/gdb6/gdb/amd64fbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/beq.cgs: file removal gnu/dist/gdb6/sim/ppc/dgen.c: file removal gnu/dist/gdb6/sim/cris/cpuall.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/watchpoint.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m32r.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/rfe.ms: file removal gnu/dist/gdb6/sim/ppc/options.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread_check.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/print-threads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srl3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv10t.ms: file removal gnu/dist/gdb6/sim/frv/profile-fr450.c: file removal gnu/dist/gdb6/libiberty/memcpy.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota3.c: file removal gnu/dist/gdb6/gdb/config/mips/nbsd.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/xor.cgs: file removal gnu/dist/gdb6/gdb/gdb-events.sh: file removal gnu/dist/gdb6/sim/d10v/config.in: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-i.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mbtoh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/lock.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang3.C: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib2.c: file removal gnu/dist/gdb6/gdb/config/mn10300/linux.mt: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/maveh.cgs: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103tim.c: file removal gnu/dist/gdb6/include/coff/tic54x.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckeq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/s390.inc: file removal external/gpl3/gdb/lib/libgdb/arch/mips64eb/defs.mk: revision 1.5 gnu/dist/gdb6/gdb/osf-share/cma_init.h: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sac.s: file removal gnu/dist/gdb6/sim/erc32/exec.c: file removal gnu/dist/gdb6/readline/rlwinsize.h: file removal gnu/dist/gdb6/sim/testsuite/common/bits-tst.c: file removal gnu/dist/gdb6/gdb/tui/tui-layout.h: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-env.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mclracc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldm0.cgs: file removal gnu/dist/gdb6/bfd/elfcore.h: file removal gnu/usr.bin/gdb6/libiberty/arch/powerpc64/config.h: file removal gnu/dist/gdb6/opcodes/po/Make-in: file removal gnu/dist/gdb6/opcodes/h8500-opc.h: file removal gnu/dist/gdb6/gdb/config/i386/i386v42mp.mh: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386v4.h: file removal gnu/dist/gdb6/gdb/kod.c: file removal gnu/dist/gdb6/sim/testsuite/common/Make-common.in: file removal gnu/dist/gdb6/sim/m32r/devices.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movscpc.ms: file removal gnu/dist/gdb6/gdb/inferior.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/exec_changed.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/bra.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sethilo.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/quit.s: file removal gnu/dist/gdb6/bfd/archures.c: file removal gnu/dist/gdb6/include/opcode/mips.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-read-memory.c: file removal gnu/dist/gdb6/gdb/glibc-tdep.h: file removal gnu/dist/gdb6/texinfo/texinfo.tex: file removal gnu/dist/gdb6/libiberty/maint-tool: file removal gnu/dist/gdb6/gdb/memattr.h: file removal gnu/dist/gdb6/gdb/osf-share/AT386/cma_thread_io.h: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-file.c: file removal gnu/usr.bin/gdb6/bfd/arch/mips64eb/bfdver.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb701.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb0.h: file removal gnu/dist/gdb6/bfd/cpu-powerpc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/cmp2.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_trace.c: file removal gnu/dist/gdb6/README: file removal gnu/dist/gdb6/bfd/coff-u68k.c: file removal gnu/dist/gdb6/readline/compat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota3.cc: file removal gnu/dist/gdb6/sim/iq2000/cpu.h: file removal gnu/dist/gdb6/sim/common/hw-alloc.h: file removal gnu/usr.bin/gdb6/bfd/arch/vax/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bplr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsrpc.ms: file removal gnu/dist/gdb6/opcodes/iq2000-asm.c: file removal gnu/dist/gdb6/sim/ppc/emul_generic.h: file removal gnu/dist/gdb6/opcodes/sh-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdunpackh.cgs: file removal gnu/dist/gdb6/bfd/vms.c: file removal gnu/dist/gdb6/sim/MAINTAINERS: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-indr-cl.exp: file removal gnu/dist/gdb6/include/gdb/sim-m32c.h: file removal gnu/dist/gdb6/gdb/version.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x6-v32.ms: file removal gnu/dist/gdb6/gdb/notify.defs: file removal gnu/usr.bin/gdb6/bfd/Makefile: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t07_ari3.s: file removal gnu/usr.bin/gdb6/libiberty/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-impl-ld.c: file removal gnu/dist/gdb6/sim/sh/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldubu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/jmp.cgs: file removal gnu/dist/gdb6/sim/h8300/config.in: file removal gnu/dist/gdb6/libiberty/memset.c: file removal gnu/dist/gdb6/include/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/switch-threads.exp: file removal gnu/dist/gdb6/libiberty/vfork.c: file removal gnu/dist/gdb6/bfd/cpu-hppa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbnolr.cgs: file removal gnu/dist/gdb6/sim/common/dv-core.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t11_logs.exp: file removal gnu/dist/gdb6/gdb/dink32-rom.c: file removal gnu/dist/gdb6/gdb/mipsnbsd-tdep.c: file removal gnu/dist/gdb6/readline/history.c: file removal gnu/dist/gdb6/bfd/pei-ppc.c: file removal gnu/dist/gdb6/gdb/gdbserver/gdbreplay.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ror.cgs: file removal gnu/dist/gdb6/opcodes/ChangeLog-2004: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc.exp: file removal gnu/dist/gdb6/bfd/sparclynx.c: file removal gnu/dist/gdb6/gdb/ChangeLog-2005: file removal gnu/dist/gdb6/gdb/sol-thread.c: file removal gnu/dist/gdb6/gdb/somread.c: file removal gnu/dist/gdb6/bfd/nlm64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subi.cgs: file removal gnu/dist/gdb6/gdb/p-valprint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/report.exp: file removal gnu/dist/gdb6/gdb/config/i386/tm-cygwin.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldf.cgs: file removal gnu/dist/gdb6/sim/mips/m16e.igen: file removal gnu/dist/gdb6/include/coff/z8k.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb792.cc: file removal gnu/dist/gdb6/bfd/i386mach3.c: file removal gnu/dist/gdb6/gdb/sparcnbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial2.ms: file removal gnu/dist/gdb6/bfd/po/da.po: file removal gnu/dist/gdb6/gdb/dwarf2-frame.c: file removal gnu/dist/gdb6/bfd/coff-z8k.c: file removal gnu/dist/gdb6/gdb/testsuite/config/cfdbug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/addss.cgs: file removal gnu/dist/gdb6/bfd/elf64-ppc.h: file removal gnu/dist/gdb6/bfd/aout-sparcle.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gcore.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbugelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmachu.cgs: file removal gnu/dist/gdb6/sim/common/run.c: file removal gnu/dist/gdb6/bfd/doc/archive.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movli.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ret.cgs: file removal gnu/dist/gdb6/sim/igen/gen-semantics.c: file removal gnu/dist/gdb6/sim/ppc/hw_memory.c: file removal external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-regs.exp: file removal gnu/dist/gdb6/bfd/xsym.h: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-linux.mt: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsra.cgs: file removal gnu/dist/gdb6/gdb/gregset.h: file removal gnu/dist/gdb6/include/elf/bfin.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmax.cgs: file removal Tidyup Bring across target kvm support for mips from gdb6. Supply MIPS_ZERO_REGNUM and MIPS_UNUSED_REGNUM (as zero). Idea stolen from mips-linux-tdep.c Typo in previous Re-run mknative for mips gdb 7.3.1 - not being used just yet. Switch mips to gdb 7.3.1 Remove GDB 6. Remove GDB 6.
Revision 1.715 / (download) - annotate - [select for diffs], Sat Nov 24 14:00:35 2012 UTC (5 months, 3 weeks ago) by alnsn
Branch: MAIN
Changes since 1.714: +2 -3
lines
Diff to previous 1.714 (colored)
Add sljit and bpfjit to evbmips. Not enabled by default.
Revision 1.714 / (download) - annotate - [select for diffs], Thu Nov 22 21:41:22 2012 UTC (5 months, 3 weeks ago) by pooka
Branch: MAIN
Changes since 1.713: +6 -1
lines
Diff to previous 1.713 (colored)
Support clang as EXTERNAL_TOOLCHAIN
Revision 1.696.2.2.2.3 / (download) - annotate - [select for diffs], Tue Nov 20 23:22:25 2012 UTC (5 months, 4 weeks ago) by matt
Branch: matt-nb6-plus
Changes since 1.696.2.2.2.2: +6 -1
lines
Diff to previous 1.696.2.2.2.2 (colored) to branchpoint 1.696.2.2 (colored)
When using binutils 2.16 with arm, add -D__HAVE_NO__THREADS to CPPFLAGS since that version bintuils doesn't support TLS for arm. XXX not sure if it supports TLS for anything.
Revision 1.696.2.2.2.2 / (download) - annotate - [select for diffs], Tue Nov 20 18:55:09 2012 UTC (5 months, 4 weeks ago) by matt
Branch: matt-nb6-plus
Changes since 1.696.2.2.2.1: +3 -1
lines
Diff to previous 1.696.2.2.2.1 (colored) to branchpoint 1.696.2.2 (colored)
Default to binutils 2.21
Revision 1.713 / (download) - annotate - [select for diffs], Tue Nov 20 10:43:21 2012 UTC (5 months, 4 weeks ago) by apb
Branch: MAIN
Changes since 1.712: +3 -3
lines
Diff to previous 1.712 (colored)
Make the test for infinite recursion in PRINTOBJDIR more specific,
and make the error case more easily recognisable.
Now "make -V '${PRINTOBJDIR}'" works instead of misinterpreting the "-V"
as infinite recursion.
Revision 1.706.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:00:52 2012 UTC (5 months, 4 weeks ago) by tls
Branch: tls-maxphys
Changes since 1.706: +24 -14
lines
Diff to previous 1.706 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.712 / (download) - annotate - [select for diffs], Thu Nov 15 19:49:12 2012 UTC (6 months ago) by jkunz
Branch: MAIN
Changes since 1.711: +3 -1
lines
Diff to previous 1.711 (colored)
Add elftosb tools to evbarm userland and toolchain. Elftosb is used to create a digitaly signed "secure boot" file. This sb file can be booted by the first stage boot loader found in Freescale i.MX23 and i.MX28 application processors. Copyright (c) 2004-2010 Freescale Semiconductor, Inc.
Revision 1.711 / (download) - annotate - [select for diffs], Tue Nov 6 10:32:49 2012 UTC (6 months, 1 week ago) by skrll
Branch: MAIN
Changes since 1.710: +1 -11
lines
Diff to previous 1.710 (colored)
Switch mips to gdb 7.3.1 # of expected passes 11545 # of unexpected failures 401 # of expected failures 45 # of untested testcases 23 # of unresolved testcases 1549 # of unsupported tests 112
Revision 1.710 / (download) - annotate - [select for diffs], Mon Nov 5 23:09:40 2012 UTC (6 months, 2 weeks ago) by alnsn
Branch: MAIN
Changes since 1.709: +3 -2
lines
Diff to previous 1.709 (colored)
Enable MKSLJIT on sparc.
Revision 1.709 / (download) - annotate - [select for diffs], Mon Nov 5 00:57:41 2012 UTC (6 months, 2 weeks ago) by alnsn
Branch: MAIN
Changes since 1.708: +9 -1
lines
Diff to previous 1.708 (colored)
Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.
Revision 1.708 / (download) - annotate - [select for diffs], Sun Nov 4 16:27:28 2012 UTC (6 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.707: +2 -2
lines
Diff to previous 1.707 (colored)
add MKTPM, default to no
Revision 1.707 / (download) - annotate - [select for diffs], Sun Nov 4 10:59:13 2012 UTC (6 months, 2 weeks ago) by apb
Branch: MAIN
Changes since 1.706: +12 -3
lines
Diff to previous 1.706 (colored)
Add _NETBSD_VERSION_DEPENDS in bsd.own.mk. Targets that need
to be re-generated when the NetBSD version numberchanges,
or when any build-related variables change, may depend on
${_NETBSD_VERSION_DEPENDS}.
Revision 1.696.2.2.2.1 / (download) - annotate - [select for diffs], Thu Nov 1 16:44:58 2012 UTC (6 months, 2 weeks ago) by matt
Branch: matt-nb6-plus
Changes since 1.696.2.2: +2 -2
lines
Diff to previous 1.696.2.2 (colored)
sync with netbsd-6-0-RELEASE.
Revision 1.691.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:46 2012 UTC (6 months, 2 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.691.2.1: +22 -6
lines
Diff to previous 1.691.2.1 (colored) to branchpoint 1.691 (colored)
sync with head
Revision 1.696.2.3 / (download) - annotate - [select for diffs], Mon Sep 17 19:00:33 2012 UTC (8 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base
Changes since 1.696.2.2: +2 -2
lines
Diff to previous 1.696.2.2 (colored) to branchpoint 1.696 (colored)
Pull up following revision(s) (requested by spz in ticket #557):
distrib/sets/lists/base/ad.mips64eb 1.94-1.95 via patch
distrib/sets/lists/base/ad.mips64el 1.93-1.94 via patch
distrib/sets/lists/base/md.amd64 1.169-1.170 via patch
distrib/sets/lists/base/md.sparc64 1.159-1.160 via patch
distrib/sets/lists/base/shl.mi 1.629,1.630,1.632 via patch
distrib/sets/lists/comp/ad.mips64eb 1.81-1.82 via patch
distrib/sets/lists/comp/ad.mips64el 1.821.83 via patch
distrib/sets/lists/comp/md.amd64 1.168-1.169 via patch
distrib/sets/lists/comp/md.sparc64 1.150-1.151 via patch
distrib/sets/lists/comp/mi 1.1769 via patch
distrib/sets/lists/comp/shl.mi 1.226-1.227 via patch
distrib/sets/lists/tests/mi 1.477 via patch
distrib/sets/sets.subr 1.137 via patch
etc/Makefile 1.397 via patch
share/man/man5/mk.conf.5 1.60 via patch
share/mk/bsd.README 1.297 via patch
share/mk/bsd.own.mk 1.700 via patch
tests/crypto/libcrypto/Makefile patch
tests/crypto/libcrypto/t_ciphers.sh 1.4 via patch
tests/crypto/libcrypto/t_hashes.sh 1.2 via patch
tests/crypto/libcrypto/idea/Makefile patch
tests/crypto/libcrypto/mdc2/Makefile patch
usr.sbin/racoon/Makefile 1.25 via patch
Clean up MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal, so that
a tree with MKCRYPTO_RC5=yes actually builds.
[spz, ticket #557]
The "iso" directory never made it into this file, but now
that "iso" is "images", document it here for the edification of
folks browsing the download directories.
add crypto shared libraries
mark idea and mdc2 libraries obsolete.
remove mdc2 and idea handling
MKCRYPTO_{IDEA,MDC2} is no more
MKCRYPTO_IDEA is no more
no more CRYPTO_{IDEA,MDC2}
more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
Revision 1.706 / (download) - annotate - [select for diffs], Thu Aug 16 05:30:55 2012 UTC (9 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.705: +2 -1
lines
Diff to previous 1.705 (colored)
Add ARM cpus to those MACHINE_ARCH which USE_COMPILERCRTSTUFF=no
Revision 1.705 / (download) - annotate - [select for diffs], Fri Aug 10 16:12:20 2012 UTC (9 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.704: +3 -1
lines
Diff to previous 1.704 (colored)
Don't set HAVE_GCC by default, if MKGCC is disabled.
Revision 1.704 / (download) - annotate - [select for diffs], Fri Aug 10 02:53:09 2012 UTC (9 months, 1 week ago) by matt
Branch: MAIN
Changes since 1.703: +2 -1
lines
Diff to previous 1.703 (colored)
Add .ARM.exidx as a section to be removed for a.out on ARM
Revision 1.703 / (download) - annotate - [select for diffs], Wed Aug 8 13:56:13 2012 UTC (9 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.702: +2 -1
lines
Diff to previous 1.702 (colored)
add MKRUMP by popular demand.
Revision 1.702 / (download) - annotate - [select for diffs], Sun Aug 5 04:11:35 2012 UTC (9 months, 2 weeks ago) by matt
Branch: MAIN
Changes since 1.701: +7 -3
lines
Diff to previous 1.701 (colored)
Add the new MACHINE_ARCH of earm and earmeb (arm EABI(AAPCS-LINUX)).
Revision 1.701 / (download) - annotate - [select for diffs], Thu Jul 19 15:16:31 2012 UTC (10 months ago) by macallan
Branch: MAIN
Changes since 1.700: +2 -2
lines
Diff to previous 1.700 (colored)
add xgi to the list of known Xorg drivers just to make sure I don't forget to add it here when I actually import it
Revision 1.700 / (download) - annotate - [select for diffs], Sat Jul 14 16:04:06 2012 UTC (10 months ago) by spz
Branch: MAIN
Changes since 1.699: +2 -2
lines
Diff to previous 1.699 (colored)
more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and MBC2 now always being included) MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
Revision 1.699 / (download) - annotate - [select for diffs], Fri Jun 22 20:32:35 2012 UTC (10 months, 4 weeks ago) by abs
Branch: MAIN
Changes since 1.698: +8 -2
lines
Diff to previous 1.698 (colored)
Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has time to look at the gcc 4.5 codegen issues we should at least have a usable -current for vax.
Revision 1.698 / (download) - annotate - [select for diffs], Sun Jun 17 22:59:48 2012 UTC (11 months ago) by uwe
Branch: MAIN
Changes since 1.697: +2 -1
lines
Diff to previous 1.697 (colored)
Switch sh3 ports to our own csu (USE_COMPILERCRTSTUFF?= no).
Revision 1.696.2.2 / (download) - annotate - [select for diffs], Thu May 17 18:02:30 2012 UTC (12 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-0-RC1
Branch point for: matt-nb6-plus
Changes since 1.696.2.1: +8 -2
lines
Diff to previous 1.696.2.1 (colored) to branchpoint 1.696 (colored)
Apply patches (requested by martin in ticket #153): share/mk/bsd.own.mk patch share/mk/sys.mk patch external/gpl3/gdb/Makefile.inc patch external/gpl3/binutils/lib/libbfd/Makefile patch Switch the vax port back to GCC 4.1. [martin, ticket #153]
Revision 1.691.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:50 2012 UTC (13 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.691: +18 -17
lines
Diff to previous 1.691 (colored)
sync with head
Revision 1.696.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 18:05:05 2012 UTC (15 months ago) by riz
Branch: netbsd-6
Changes since 1.696: +10 -2
lines
Diff to previous 1.696 (colored)
Pull up following revision(s) (requested by joerg in ticket #5): share/mk/bsd.own.mk: revision 1.697 share/mk/bsd.README: revision 1.293 Derive MANINSTALL from MKCATPAGES and MKHTML.
Revision 1.697 / (download) - annotate - [select for diffs], Fri Feb 17 00:00:02 2012 UTC (15 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Changes since 1.696: +10 -2
lines
Diff to previous 1.696 (colored)
Derive MANINSTALL from MKCATPAGES and MKHTML.
Revision 1.696 / (download) - annotate - [select for diffs], Fri Feb 10 05:57:42 2012 UTC (15 months, 1 week ago) by matt
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.695: +3 -10
lines
Diff to previous 1.695 (colored)
Switch VAX to use GCC 4.5 and GDB 7. Change VAX to use DBG=-O2 like most other ports.
Revision 1.695 / (download) - annotate - [select for diffs], Tue Feb 7 19:33:19 2012 UTC (15 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.694: +6 -5
lines
Diff to previous 1.694 (colored)
Switch to using mandoc for formatting man pages as new default. Stop building catpages by default.
Revision 1.694 / (download) - annotate - [select for diffs], Tue Feb 7 19:13:31 2012 UTC (15 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.693: +2 -1
lines
Diff to previous 1.693 (colored)
Import the new apropos/whatis. This code has been developed by Abhinav Upadhyay as part of Google's Summer of Code 2011. It uses libmandoc to parse man pages and builds a Full Text Index in a SQLite database. The combination of indexing the full manual page, filtering out stop words and ranking individual matches based on the section gives a much improved user experience. The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
Revision 1.693 / (download) - annotate - [select for diffs], Fri Nov 25 22:03:42 2011 UTC (17 months, 3 weeks ago) by skrll
Branch: MAIN
Changes since 1.692: +2 -3
lines
Diff to previous 1.692 (colored)
Switch hppa to gdb 7.
Revision 1.692 / (download) - annotate - [select for diffs], Tue Nov 15 22:55:28 2011 UTC (18 months ago) by jdc
Branch: MAIN
Changes since 1.691: +2 -3
lines
Diff to previous 1.691 (colored)
Switch alpha to gdb 7.
Revision 1.691 / (download) - annotate - [select for diffs], Wed Nov 2 00:10:08 2011 UTC (18 months, 2 weeks ago) by uwe
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.690: +1 -2
lines
Diff to previous 1.690 (colored)
Switch sh3 to gdb7.
Revision 1.690 / (download) - annotate - [select for diffs], Tue Nov 1 21:16:29 2011 UTC (18 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.689: +2 -2
lines
Diff to previous 1.689 (colored)
Hook up nbperf into the normal tool build.
Revision 1.689 / (download) - annotate - [select for diffs], Mon Oct 31 14:20:11 2011 UTC (18 months, 2 weeks ago) by chs
Branch: MAIN
Changes since 1.688: +2 -6
lines
Diff to previous 1.688 (colored)
switch everything except vax to gcc 4.5. switch m68k to -Os since -O2 produces much bigger code with gcc 4.5 than it did with gcc 4.1.
Revision 1.688 / (download) - annotate - [select for diffs], Mon Oct 31 08:14:44 2011 UTC (18 months, 2 weeks ago) by mrg
Branch: MAIN
Changes since 1.687: +19 -33
lines
Diff to previous 1.687 (colored)
obsolete now useless (and wrongly set to "219" :-) HAVE_BINUTILS.
switch the sense of the gdb and gcc tests to list the platforms not
switched to gcc 4.5 or gdb 7, which is now:
GCC 4.1:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_CPU} == "vax"
GDB 6:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "vax"
let's go, people! (-:
Revision 1.687 / (download) - annotate - [select for diffs], Sun Oct 30 08:50:14 2011 UTC (18 months, 3 weeks ago) by mrg
Branch: MAIN
Changes since 1.686: +16 -14
lines
Diff to previous 1.686 (colored)
switch powerpc64 to GCC 4.5 and GDB 7. untested, but it builds which is a step forward from a week ago.
Revision 1.686 / (download) - annotate - [select for diffs], Fri Oct 28 06:28:48 2011 UTC (18 months, 3 weeks ago) by mrg
Branch: MAIN
Changes since 1.685: +3 -2
lines
Diff to previous 1.685 (colored)
switch m68* to GDB 7.3.1. tested on sun2 and sun3 in TME. works at least reasonably on sun3. GCC 4.1 barely runs on sun2 and GCC 4.5 doesn't run...
Revision 1.685 / (download) - annotate - [select for diffs], Tue Oct 25 05:54:15 2011 UTC (18 months, 3 weeks ago) by mrg
Branch: MAIN
Changes since 1.684: +6 -2
lines
Diff to previous 1.684 (colored)
switch sparc, sparc64, arm and powerpc to GDB 7.
Revision 1.684 / (download) - annotate - [select for diffs], Tue Oct 11 13:54:00 2011 UTC (19 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.683: +5 -3
lines
Diff to previous 1.683 (colored)
Update LLVM/Clang snapshot to r141658. This primarily fixes a regression preventing Qt4 from building.
Revision 1.683 / (download) - annotate - [select for diffs], Sat Oct 8 21:55:16 2011 UTC (19 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.682: +10 -1
lines
Diff to previous 1.682 (colored)
Switch i386 and amd64 to gdb7.
Revision 1.682 / (download) - annotate - [select for diffs], Sun Oct 2 22:10:10 2011 UTC (19 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.681: +3 -2
lines
Diff to previous 1.681 (colored)
No point on keeping hp700 on the old gcc; it is produces broken assembly according to the new binutils.
Revision 1.681 / (download) - annotate - [select for diffs], Sat Aug 27 18:35:20 2011 UTC (20 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.680: +3 -3
lines
Diff to previous 1.680 (colored)
Add new "analyze" command to run clang's static analyzer in a directory on all C/C++ files.
Revision 1.680 / (download) - annotate - [select for diffs], Thu Aug 25 00:01:25 2011 UTC (20 months, 3 weeks ago) by uwe
Branch: MAIN
Changes since 1.679: +2 -1
lines
Diff to previous 1.679 (colored)
Switch sh3 to GCC 4.5. Tested on landisk (including doing build.sh on it).
Revision 1.679 / (download) - annotate - [select for diffs], Wed Aug 17 09:18:38 2011 UTC (21 months ago) by mrg
Branch: MAIN
Changes since 1.678: +2 -1
lines
Diff to previous 1.678 (colored)
switch sparc to GCC 4.5.3.
Revision 1.678 / (download) - annotate - [select for diffs], Sun Aug 7 08:15:02 2011 UTC (21 months, 2 weeks ago) by mrg
Branch: MAIN
Changes since 1.677: +6 -4
lines
Diff to previous 1.677 (colored)
switch x86 to GCC 4.5.
Revision 1.677 / (download) - annotate - [select for diffs], Fri Aug 5 00:24:12 2011 UTC (21 months, 2 weeks ago) by matt
Branch: MAIN
Changes since 1.676: +4 -2
lines
Diff to previous 1.676 (colored)
Switch mips and powerpc to GCC 4.5
Revision 1.676 / (download) - annotate - [select for diffs], Thu Aug 4 00:52:50 2011 UTC (21 months, 2 weeks ago) by mrg
Branch: MAIN
Changes since 1.675: +11 -2
lines
Diff to previous 1.675 (colored)
switch sparc64 to GCC 4.5.3.
Revision 1.542.2.13.2.1 / (download) - annotate - [select for diffs], Tue Jul 26 02:57:26 2011 UTC (21 months, 3 weeks ago) by matt
Branch: matt-nb5-pq3
Changes since 1.542.2.13: +3 -1
lines
Diff to previous 1.542.2.13 (colored) next main 1.542.2.14 (colored)
Add mkubootimage from -HEAD
Revision 1.675 / (download) - annotate - [select for diffs], Sat Jul 16 23:42:42 2011 UTC (22 months ago) by tsutsui
Branch: MAIN
Changes since 1.674: +4 -1
lines
Diff to previous 1.674 (colored)
Add definitions for elf2aout tools.
Revision 1.674 / (download) - annotate - [select for diffs], Sun Jul 10 04:36:13 2011 UTC (22 months, 1 week ago) by tsutsui
Branch: MAIN
Changes since 1.673: +22 -1
lines
Diff to previous 1.673 (colored)
Add OBJCOPY_ELF2AOUT_FLAGS for some arm ports to create a.out binaries
using objcopy(1) for old firmware, shared among src/distrib and
src/sys/arch/${MACHIHNE}/conf/Makefile.${MACHINE}.inc.
Discussed with mrg@ and matt@ on source-changes-d@.
Revision 1.673 / (download) - annotate - [select for diffs], Sat Jul 2 20:21:16 2011 UTC (22 months, 2 weeks ago) by matt
Branch: MAIN
Changes since 1.672: +2 -1
lines
Diff to previous 1.672 (colored)
Switch powerpc to USE_COMPILERCRTSTUFF=no
Revision 1.672 / (download) - annotate - [select for diffs], Thu Jun 30 18:09:54 2011 UTC (22 months, 3 weeks ago) by matt
Branch: MAIN
Changes since 1.671: +7 -1
lines
Diff to previous 1.671 (colored)
After making sure USE_PIGZGZIP is defined, add a TOOL_GZIP which will be
gzip or ${TOOL_PIGZ}. Use of gzip can be replaced with ${TOOL_GZIP} and
automatically get to use pigz if USE_PIGZGZIP is defined as "yes". This
avoid having to special case each of gzip.
Revision 1.669.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:18:46 2011 UTC (22 months, 4 weeks ago) by cherry
Branch: cherry-xenmp
Changes since 1.669: +14 -6
lines
Diff to previous 1.669 (colored) next main 1.670 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.671 / (download) - annotate - [select for diffs], Mon Jun 20 06:52:37 2011 UTC (23 months ago) by mrg
Branch: MAIN
Changes since 1.670: +3 -3
lines
Diff to previous 1.670 (colored)
remove all the code that supported HAVE_GCC=3. mostly from chuq.
Revision 1.670 / (download) - annotate - [select for diffs], Wed Jun 15 09:45:59 2011 UTC (23 months ago) by mrg
Branch: MAIN
Changes since 1.669: +12 -4
lines
Diff to previous 1.669 (colored)
build evbppc modules in 3 different flavours: - oea (default) - ibm4xx - booke this, together with earlier machine_module[] work, should allow evbppc platforms to use modules.
Revision 1.669 / (download) - annotate - [select for diffs], Fri May 27 17:06:54 2011 UTC (23 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.668: +2 -2
lines
Diff to previous 1.668 (colored)
make the "tags" target non-.PHONY because it reflects a real file, and remove some nonsense in libc Makefile which caused that a "tags" file was written in my source tree
Revision 1.542.2.9.4.7 / (download) - annotate - [select for diffs], Fri May 20 16:35:10 2011 UTC (2 years ago) by matt
Branch: matt-nb5-mips64
Changes since 1.542.2.9.4.6: +3 -1
lines
Diff to previous 1.542.2.9.4.6 (colored) to branchpoint 1.542.2.9 (colored) next main 1.542.2.10 (colored)
Add TOOL_MKUBOOTIMAGE
Revision 1.668 / (download) - annotate - [select for diffs], Fri May 20 16:02:23 2011 UTC (2 years ago) by plunky
Branch: MAIN
Changes since 1.667: +2 -2
lines
Diff to previous 1.667 (colored)
simplify PCC inclusion; MKPCCDMDS is not really required
Revision 1.667 / (download) - annotate - [select for diffs], Thu May 19 14:29:27 2011 UTC (2 years ago) by joerg
Branch: MAIN
Changes since 1.666: +58 -20
lines
Diff to previous 1.666 (colored)
Add fine-grained compiler selection, including clang support.
Revision 1.666 / (download) - annotate - [select for diffs], Thu May 19 06:09:36 2011 UTC (2 years ago) by adam
Branch: MAIN
Changes since 1.665: +2 -10
lines
Diff to previous 1.665 (colored)
Reverting last change; joerg has a better approach
Revision 1.665 / (download) - annotate - [select for diffs], Wed May 18 13:08:14 2011 UTC (2 years ago) by adam
Branch: MAIN
Changes since 1.664: +10 -2
lines
Diff to previous 1.664 (colored)
Add support for LLVM/Clang
Revision 1.664 / (download) - annotate - [select for diffs], Mon May 9 14:36:48 2011 UTC (2 years ago) by haad
Branch: MAIN
Changes since 1.663: +2 -2
lines
Diff to previous 1.663 (colored)
Add MKPERFUSE flag to those who are enabled by default.
Revision 1.542.2.9.4.6 / (download) - annotate - [select for diffs], Fri Apr 29 07:48:36 2011 UTC (2 years ago) by matt
Branch: matt-nb5-mips64
Changes since 1.542.2.9.4.5: +8 -1
lines
Diff to previous 1.542.2.9.4.5 (colored) to branchpoint 1.542.2.9 (colored)
Pull in true (128-bit) long double support for MIPS from -current.
Revision 1.663 / (download) - annotate - [select for diffs], Thu Apr 21 14:26:35 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.662: +3 -3
lines
Diff to previous 1.662 (colored)
Add MKBSDGREP switch for easy testing of the GNU grep replacement/alternative.
Revision 1.662 / (download) - annotate - [select for diffs], Mon Apr 18 02:16:55 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.661: +12 -13
lines
Diff to previous 1.661 (colored)
Fix --sysroot usage.
Revision 1.661 / (download) - annotate - [select for diffs], Sun Apr 17 15:03:37 2011 UTC (2 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.660: +4 -1
lines
Diff to previous 1.660 (colored)
Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean && make)
Revision 1.660 / (download) - annotate - [select for diffs], Sun Apr 17 12:54:22 2011 UTC (2 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.659: +1 -4
lines
Diff to previous 1.659 (colored)
Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't understand that option. This should unbreak tool builds.
Revision 1.659 / (download) - annotate - [select for diffs], Sun Apr 17 00:05:36 2011 UTC (2 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.658: +3 -3
lines
Diff to previous 1.658 (colored)
it's spelled CPPFLAGS not CPPFLAGGS.
Revision 1.658 / (download) - annotate - [select for diffs], Sat Apr 16 22:45:23 2011 UTC (2 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.657: +4 -1
lines
Diff to previous 1.657 (colored)
Need --sysroot=/ otherwise ld does not find crt0.o and friends.
Revision 1.657 / (download) - annotate - [select for diffs], Sat Apr 16 21:41:24 2011 UTC (2 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.656: +5 -3
lines
Diff to previous 1.656 (colored)
Simplify and correct (previous did not work for !defined(DESTDIR)
Revision 1.656 / (download) - annotate - [select for diffs], Fri Apr 15 18:05:45 2011 UTC (2 years, 1 month ago) by elric
Branch: MAIN
Changes since 1.655: +2 -1
lines
Diff to previous 1.655 (colored)
Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal to crypto/external/bsd/heimdal. The latter was just imported as the head of the Heimdal tree as of a few days ago.
Revision 1.655 / (download) - annotate - [select for diffs], Sun Apr 10 21:03:17 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.654: +3 -3
lines
Diff to previous 1.654 (colored)
Use ?: operator to determine when to add --sysroot. Unbreaks clang bootstrap.
Revision 1.654 / (download) - annotate - [select for diffs], Sun Apr 10 16:52:36 2011 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.653: +3 -10
lines
Diff to previous 1.653 (colored)
For USETOOLS=yes, use the --sysroot support of the compiler to cut down the number of hard-coded pathes and magic invocations.
Revision 1.653 / (download) - annotate - [select for diffs], Tue Mar 8 12:20:17 2011 UTC (2 years, 2 months ago) by njoly
Branch: MAIN
Changes since 1.652: +2 -2
lines
Diff to previous 1.652 (colored)
Adjust html link template and css location for man pages in arch subdirs.
Revision 1.542.2.15 / (download) - annotate - [select for diffs], Wed Feb 16 20:27:31 2011 UTC (2 years, 3 months ago) by bouyer
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2
Changes since 1.542.2.14: +2 -2
lines
Diff to previous 1.542.2.14 (colored) to branchpoint 1.542 (colored) next main 1.543 (colored)
Pull up following revision(s) (requested by mbalmer in ticket #1534): xsrc/external/mit/xf86-input-elographics/dist/config.h.in 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/config.sub 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/configure 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/configure.ac 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/depcomp 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/install-sh 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/ltmain.sh 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/missing 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.am 1.1.1.1 xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.in 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/man/elographics.man 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.am 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.in 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c 1.1.1.2 xsrc/external/mit/xf86-input-elographics/include/config.h 1.2 external/mit/xorg/server/drivers/xf86-input-elographics/Makefile: revision 1.1 distrib/sets/lists/xserver/md.i386: revision 1.73 external/mit/xorg/server/drivers/Makefile: revision 1.35 share/mk/bsd.own.mk: revision 1.597 Add the xf86-input-elographics driver to i386 builds. Forgotten commit. Noticed by snj, thanks!
Revision 1.647.2.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:08 2011 UTC (2 years, 3 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.647: +15 -4
lines
Diff to previous 1.647 (colored) next main 1.648 (colored)
Sync with HEAD
Revision 1.652 / (download) - annotate - [select for diffs], Mon Feb 7 21:23:47 2011 UTC (2 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.651: +2 -2
lines
Diff to previous 1.651 (colored)
add missing SRCDIR for synaptics.
Revision 1.651 / (download) - annotate - [select for diffs], Sun Feb 6 01:14:10 2011 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.650: +4 -2
lines
Diff to previous 1.650 (colored)
Add LLVM and clang build system. It is enabled by MKLLVM=yes. Upstream sources can be fetched by running "make checkout" in src/external/bsd/llvm, they will be properly imported once the integration and missing features are sorted out.
Revision 1.650 / (download) - annotate - [select for diffs], Mon Jan 31 03:42:01 2011 UTC (2 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.649: +3 -1
lines
Diff to previous 1.649 (colored)
Add TOOL_MKUBOOTIMAGE
Revision 1.649 / (download) - annotate - [select for diffs], Wed Jan 26 01:18:49 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.648: +8 -2
lines
Diff to previous 1.648 (colored)
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.
eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.
NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.
Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
Revision 1.648 / (download) - annotate - [select for diffs], Tue Jan 25 10:28:56 2011 UTC (2 years, 3 months ago) by he
Branch: MAIN
Changes since 1.647: +2 -1
lines
Diff to previous 1.647 (colored)
Default MKREPRO to "no", so that the tests in stand/ etc. don't need to add ":Uno" to the variable expansion inside the test to avoid errors from nbmake.
Revision 1.647 / (download) - annotate - [select for diffs], Tue Jan 18 08:31:18 2011 UTC (2 years, 4 months ago) by matt
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.646: +8 -1
lines
Diff to previous 1.646 (colored)
Default mips64e[bl] to SOFTFLOAT.
Revision 1.542.2.14 / (download) - annotate - [select for diffs], Thu Jan 6 05:20:25 2011 UTC (2 years, 4 months ago) by riz
Branch: netbsd-5
Changes since 1.542.2.13: +9 -3
lines
Diff to previous 1.542.2.13 (colored) to branchpoint 1.542 (colored)
Apply patch (requested by mrg in ticket #1499): src/compat version 2. this allows building any number of alternate library / program target ABIs. rather than duplicating the list of subdirs and Makefiles to build, it re-traverses the necessary ones. details: - add support for MAKEDIRTARGETENV to share/mk - renames LD32DIR to MLIBDIR - fixes library builds for some subdirs (more was built than needed) - fixes /bin & /sbin apps in compat mode - reduces complexity in src/compat and the rest of the tree - updates ldd netbsd32 support
Revision 1.646 / (download) - annotate - [select for diffs], Mon Dec 13 17:22:26 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.645: +8 -1
lines
Diff to previous 1.645 (colored)
Define RUMPPRG, which is just like PROG, except it additionally
builds a rump client with the name rump.${PROG}. The rump client
is not installed suid/sgid by default even if BINMODE is defined.
Revision 1.645 / (download) - annotate - [select for diffs], Sun Dec 5 09:54:34 2010 UTC (2 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.644: +1 -2
lines
Diff to previous 1.644 (colored)
switch ofppc to xorg.
Revision 1.644 / (download) - annotate - [select for diffs], Sun Nov 28 18:44:13 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.643: +6 -5
lines
Diff to previous 1.643 (colored)
Fix a comment
Revision 1.643 / (download) - annotate - [select for diffs], Sun Nov 28 18:40:56 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.642: +8 -1
lines
Diff to previous 1.642 (colored)
Centralise USE_COMPILERCRTSTUFF. PCC might need help.
Revision 1.542.2.13 / (download) - annotate - [select for diffs], Thu Nov 25 00:27:19 2010 UTC (2 years, 5 months ago) by riz
Branch: netbsd-5
CVS Tags: matt-nb5-pq3-base
Branch point for: matt-nb5-pq3
Changes since 1.542.2.12: +3 -4
lines
Diff to previous 1.542.2.12 (colored) to branchpoint 1.542 (colored)
Back out ticket #1414 until it can be fixed for amd64/sparc64.
Revision 1.542.2.12 / (download) - annotate - [select for diffs], Sun Nov 21 17:32:52 2010 UTC (2 years, 5 months ago) by riz
Branch: netbsd-5
Changes since 1.542.2.11: +4 -3
lines
Diff to previous 1.542.2.11 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by christos in ticket #1414): lib/libpam/Makefile: revision 1.3 share/mk/bsd.own.mk: revision 1.612 lib/libpam/modules/mod.mk: revision 1.8 lib/libpam/modules/mod.mk: revision 1.9 lib/libpam/staticmodules/Makefile: revision 1.1 make the dependency to libpam, explicit. Fixes afpd in pkgsrc. From Mark Davies XXX: Should be pulled up to 4.x and 5.x. Build the modules in two phases: 1. build the static modules first, before libpam so that the static libpam can link against the module .a files. 2. build the modules after the dynamic libpam is build, so that the dynamic modules can link against the dynamic libpam. enable MAKEDIRTARGET to be called with a separate environment, called $MAKEDIRTARGETENV, defaulting to nothing.
Revision 1.642 / (download) - annotate - [select for diffs], Fri Nov 12 16:05:49 2010 UTC (2 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.641: +1 -2
lines
Diff to previous 1.641 (colored)
Switch NetBSD/dreamcast to X11FLAVOUR=Xorg. No particular comments on port-dreamcast@ and tested with JP (HKT-7600) and US (HKT-7620) keyboards.
Revision 1.641 / (download) - annotate - [select for diffs], Sat Sep 4 12:17:58 2010 UTC (2 years, 8 months ago) by ahoka
Branch: MAIN
Changes since 1.640: +2 -2
lines
Diff to previous 1.640 (colored)
Add libc glue for libtre. tre will be compiled without approx and wchar/mulibyte support to only match the minimum requirement to replace our spencer regex. This needs a lot of testing. Only enabled when USE_LIBTRE is set to `yes'.
Revision 1.640 / (download) - annotate - [select for diffs], Sun Aug 22 18:56:21 2010 UTC (2 years, 8 months ago) by rmind
Branch: MAIN
Changes since 1.639: +2 -1
lines
Diff to previous 1.639 (colored)
Import NPF - a packet filter. Some features: - Designed to be fully MP-safe and highly efficient. - Tables/IP sets (hash or red-black tree) for high performance lookups. - Stateful filtering and Network Address Port Translation (NAPT). Framework for application level gateways (ALGs). - Packet inspection engine called n-code processor - inspired by BPF - supporting generic RISC-like and specific CISC-like instructions for common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual. - Convenient userland utility npfctl(8) with npf.conf(8). NOTE: This is not yet a fully capable alternative to PF or IPFilter. Further work (support for binat/rdr, return-rst/return-icmp, common ALGs, state saving/restoring, logging, etc) is in progress. Thanks a lot to Matt Thomas for various useful comments and code review. Aye by: board@
Revision 1.639 / (download) - annotate - [select for diffs], Sun Aug 15 07:27:34 2010 UTC (2 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.638: +5 -4
lines
Diff to previous 1.638 (colored)
add new option to build/use tools/pigz for compressing sets. for now USE_PIGZGZIP defaults to "no". (it depends upon local <pthread.h> and -lz.) you can set it to "yes" on most modern platforms just fine.
Revision 1.638 / (download) - annotate - [select for diffs], Mon Aug 2 07:08:26 2010 UTC (2 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.637: +3 -1
lines
Diff to previous 1.637 (colored)
Move the TESTSBASE definition from bsd.test.mk to bsd.own.mk. Per joerg@'s suggestion.
Revision 1.637 / (download) - annotate - [select for diffs], Sat Jul 31 16:23:15 2010 UTC (2 years, 9 months ago) by tsutsui
Branch: MAIN
Changes since 1.636: +13 -7
lines
Diff to previous 1.636 (colored)
Cleanup and sort if-clause lines for X11FLAVOUR per ${MACHINE}.
Revision 1.636 / (download) - annotate - [select for diffs], Sat Jul 31 12:54:35 2010 UTC (2 years, 9 months ago) by tsutsui
Branch: MAIN
Changes since 1.635: +2 -3
lines
Diff to previous 1.635 (colored)
Switch hpcarm, hpcmips, and hpcsh to using X11FLAVOUR=Xorg.
Revision 1.635 / (download) - annotate - [select for diffs], Sat Jul 17 22:53:29 2010 UTC (2 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.634: +6 -4
lines
Diff to previous 1.634 (colored)
- add X11SHAREDIR definition - X11SRCDIR's for libxcb, xcb-proto and xcb-utils
Revision 1.634 / (download) - annotate - [select for diffs], Sun Jul 11 06:16:54 2010 UTC (2 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.633: +2 -1
lines
Diff to previous 1.633 (colored)
ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if MKCRYPTO=no. don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no. mark librumpcrypto, rump_smb, pkg_* fix set lists as appropriate.
Revision 1.633 / (download) - annotate - [select for diffs], Tue Jul 6 05:59:56 2010 UTC (2 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.632: +2 -3
lines
Diff to previous 1.632 (colored)
remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter. this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade. i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well. some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
Revision 1.632 / (download) - annotate - [select for diffs], Sun Jun 20 06:54:23 2010 UTC (2 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.631: +3 -1
lines
Diff to previous 1.631 (colored)
- note that if MKINET6 is "no", MK11 must also be "no". we don't support building X11 without inet6 support. the support to maintain patches to generated files and other files is too great. PR#42856 - add TOOL_PIGZ, which defaults to the (not yet default) built tools/pigz.
Revision 1.631 / (download) - annotate - [select for diffs], Sat Jun 19 03:50:30 2010 UTC (2 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.630: +2 -2
lines
Diff to previous 1.630 (colored)
- always install pigz. hooary! - kill MKPIGZ. - add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is not "no", don't install mrgzip, install pigz as gzip. in all cases, the z* scripts. i don't like the name MKPIGZGZIP so if anyone has a better name, feel free to replace it. i don't care enough since killing the ugly name is just more incentive to get pigz doing .bz2, .Z and .z.
Revision 1.630 / (download) - annotate - [select for diffs], Thu Jun 17 06:17:02 2010 UTC (2 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.629: +2 -1
lines
Diff to previous 1.629 (colored)
default MKPIGZ to "no", for now.
Revision 1.629 / (download) - annotate - [select for diffs], Fri Jun 4 20:19:39 2010 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.628: +4 -1
lines
Diff to previous 1.628 (colored)
Add definitions for TOOL_MANDOC_* for standalone users. Requested by dyoung.
Revision 1.628 / (download) - annotate - [select for diffs], Fri Jun 4 08:35:09 2010 UTC (2 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.627: +1 -3
lines
Diff to previous 1.627 (colored)
Simplify build of shell-based test cases: atf-compile is gone.
Revision 1.627 / (download) - annotate - [select for diffs], Tue Jun 1 23:29:10 2010 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.626: +2 -2
lines
Diff to previous 1.626 (colored)
Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML man pages to use mandoc unconditional as it gives reasonable output for all man pages, not only a subset of mdoc(7). Use the newly installed style.css for formatting and produce hyperlinks for .Xr.
Revision 1.626 / (download) - annotate - [select for diffs], Fri May 28 06:24:59 2010 UTC (2 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.625: +8 -5
lines
Diff to previous 1.625 (colored)
add / retire some xf86-video drivers.
Revision 1.625 / (download) - annotate - [select for diffs], Fri Apr 23 19:41:03 2010 UTC (3 years ago) by joerg
Branch: MAIN
Changes since 1.624: +2 -2
lines
Diff to previous 1.624 (colored)
Add MKBSDTAR, defaulting to no. It switching cpio and tar to the libarchive based frontends.
Revision 1.542.2.9.4.5 / (download) - annotate - [select for diffs], Wed Apr 21 05:26:47 2010 UTC (3 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.542.2.9.4.4: +8 -6
lines
Diff to previous 1.542.2.9.4.4 (colored) to branchpoint 1.542.2.9 (colored)
sync to netbsd-5
Revision 1.624 / (download) - annotate - [select for diffs], Mon Mar 22 03:35:26 2010 UTC (3 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.623: +2 -2
lines
Diff to previous 1.623 (colored)
set MACHINE_CPU to powerpc for MACHINE_ARCH of powerpc64. from pooka via PR#43021.
Revision 1.623 / (download) - annotate - [select for diffs], Sat Mar 13 19:31:51 2010 UTC (3 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.622: +4 -3
lines
Diff to previous 1.622 (colored)
revert the previous: - the default for ZFS on x86 already was "yes". - this left MKZFS unset for other platforms, which breaks the build.
Revision 1.622 / (download) - annotate - [select for diffs], Sat Mar 13 17:07:28 2010 UTC (3 years, 2 months ago) by haad
Branch: MAIN
Changes since 1.621: +2 -2
lines
Diff to previous 1.621 (colored)
Enable MKZFS by default on i386 and amd64 now when it compiles.
Revision 1.621 / (download) - annotate - [select for diffs], Mon Mar 8 09:32:18 2010 UTC (3 years, 2 months ago) by he
Branch: MAIN
Changes since 1.620: +2 -2
lines
Diff to previous 1.620 (colored)
Fix the setting of MKZFS for amd64 and i386, so that the set lists match up again, and it matches with the comment a few lines above.
Revision 1.620 / (download) - annotate - [select for diffs], Tue Mar 2 20:49:18 2010 UTC (3 years, 2 months ago) by darran
Branch: MAIN
Changes since 1.619: +5 -1
lines
Diff to previous 1.619 (colored)
DTrace: Add CTF generation to the make framework. Only enabled when MKDTRACE=yes.
Revision 1.619 / (download) - annotate - [select for diffs], Sat Feb 27 22:42:54 2010 UTC (3 years, 2 months ago) by haad
Branch: MAIN
Changes since 1.618: +2 -2
lines
Diff to previous 1.618 (colored)
As a preparation for zfs sources update disable MKZFS for some time.
Revision 1.618 / (download) - annotate - [select for diffs], Sun Feb 21 01:48:03 2010 UTC (3 years, 2 months ago) by darran
Branch: MAIN
Changes since 1.617: +2 -2
lines
Diff to previous 1.617 (colored)
Add a MKDTRACE build knob for DTrace, off by default.
Revision 1.617 / (download) - annotate - [select for diffs], Thu Feb 11 00:20:50 2010 UTC (3 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.616: +3 -3
lines
Diff to previous 1.616 (colored)
add suncg14
Revision 1.616 / (download) - annotate - [select for diffs], Wed Feb 3 15:34:44 2010 UTC (3 years, 3 months ago) by roy
Branch: MAIN
Changes since 1.615: +5 -1
lines
Diff to previous 1.615 (colored)
Userland now builds and uses terminfo instead of termcap. OK: core@, jdc@
Revision 1.615 / (download) - annotate - [select for diffs], Mon Jan 25 00:43:00 2010 UTC (3 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.614: +6 -6
lines
Diff to previous 1.614 (colored)
PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the source pathname.
Revision 1.542.2.9.4.4 / (download) - annotate - [select for diffs], Mon Dec 14 06:35:01 2009 UTC (3 years, 5 months ago) by mrg
Branch: matt-nb5-mips64
Changes since 1.542.2.9.4.3: +9 -3
lines
Diff to previous 1.542.2.9.4.3 (colored) to branchpoint 1.542.2.9 (colored)
pullup from -current: >revision 1.612 >date: 2009/12/13 09:10:16; author: mrg; state: Exp; lines: +4 -3 >enable MAKEDIRTARGET to be called with a separate environment, >called $MAKEDIRTARGETENV, defaulting to nothing. >---------------------------- >revision 1.611 >date: 2009/12/13 09:01:46; author: mrg; state: Exp; lines: +6 -1 >if BSD_MK_COMPAT_FILE is defined, .include it.
Revision 1.614 / (download) - annotate - [select for diffs], Mon Dec 14 05:25:21 2009 UTC (3 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.613: +1 -23
lines
Diff to previous 1.613 (colored)
don't need GENCMD anymore.
Revision 1.613 / (download) - annotate - [select for diffs], Mon Dec 14 01:00:46 2009 UTC (3 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.612: +11 -6
lines
Diff to previous 1.612 (colored)
Merge from matt-nb5-mips64
Revision 1.612 / (download) - annotate - [select for diffs], Sun Dec 13 09:10:16 2009 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.611: +4 -3
lines
Diff to previous 1.611 (colored)
enable MAKEDIRTARGET to be called with a separate environment, called $MAKEDIRTARGETENV, defaulting to nothing.
Revision 1.611 / (download) - annotate - [select for diffs], Sun Dec 13 09:01:46 2009 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.610: +6 -1
lines
Diff to previous 1.610 (colored)
if BSD_MK_COMPAT_FILE is defined, .include it.
Revision 1.610 / (download) - annotate - [select for diffs], Sun Dec 13 03:06:22 2009 UTC (3 years, 5 months ago) by nakayama
Branch: MAIN
Changes since 1.609: +2 -2
lines
Diff to previous 1.609 (colored)
32-bit compat is CPU specific rather than machine. So use MACHINE_ARCH instead.
Revision 1.609 / (download) - annotate - [select for diffs], Sat Dec 12 23:45:36 2009 UTC (3 years, 5 months ago) by snj
Branch: MAIN
Changes since 1.608: +5 -6
lines
Diff to previous 1.608 (colored)
Switch cats to X.Org.
Revision 1.608 / (download) - annotate - [select for diffs], Fri Dec 11 22:35:42 2009 UTC (3 years, 5 months ago) by snj
Branch: MAIN
Changes since 1.607: +2 -2
lines
Diff to previous 1.607 (colored)
Switch netwinder to X.Org.
Revision 1.607 / (download) - annotate - [select for diffs], Fri Dec 11 16:09:03 2009 UTC (3 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.606: +2 -2
lines
Diff to previous 1.606 (colored)
GENCMD: quote the string to eval in case it has spaces.
Revision 1.606 / (download) - annotate - [select for diffs], Fri Dec 11 15:22:33 2009 UTC (3 years, 5 months ago) by he
Branch: MAIN
Changes since 1.605: +8 -1
lines
Diff to previous 1.605 (colored)
Move the test for evbppc out of sets.subr and into bsd.own.mk, to decide whether to make kernel modules: set MKKMOD to no for evbppc. Use this in etc/Makefile to decide whether to do the "modules" obsolete sets. Move the ./var/db/obsolete/modules entry from the "mi" to the "module.mi" file set. Fixes the build for evbppc. Discussed with uebayasi@
Revision 1.605 / (download) - annotate - [select for diffs], Fri Dec 11 08:52:37 2009 UTC (3 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.604: +1 -1
lines
Diff to previous 1.604 (colored)
${GENCMD}:
Prefix tmp directories as /tmp/_gencmd.XXXXXX to give users a clue when it's
left accidentally.
Revision 1.604 / (download) - annotate - [select for diffs], Fri Dec 11 08:37:34 2009 UTC (3 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.603: +22 -0
lines
Diff to previous 1.603 (colored)
${GENCMD} is used to generate only one output from file generation commands
which potentially have multiple output files, which confuses make(1).
This wrapper copies all involved files into /tmp, execute the command, and
copy the wanted file back to ${.OBJDIR}. If this is expensive, consider to
rewrite the generation command to output files individually.
XXX bsd.own.mk is too bloated.
Revision 1.603 / (download) - annotate - [select for diffs], Sun Dec 6 16:15:15 2009 UTC (3 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.602: +9 -13
lines
Diff to previous 1.602 (colored)
Simplify how MKZFS is set. No functional changes.
Revision 1.602 / (download) - annotate - [select for diffs], Fri Dec 4 11:21:07 2009 UTC (3 years, 5 months ago) by haad
Branch: MAIN
Changes since 1.601: +2 -3
lines
Diff to previous 1.601 (colored)
Switch MKLVM to default value to yes. There are only few bits missing and it would be great if it can receive more testing. Oked: core@, yamt@
Revision 1.601 / (download) - annotate - [select for diffs], Thu Dec 3 15:57:18 2009 UTC (3 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.600: +3 -1
lines
Diff to previous 1.600 (colored)
Add "MKZFS" to either "_MKVARS.yes" or "_MKVARS.no" depending on the default of this platform. This fixed the build for NetBSD/amd64 and NetBSD/i386. Yes, this horrible. There should be a better way to handle these settings in general.
Revision 1.600 / (download) - annotate - [select for diffs], Wed Dec 2 14:11:20 2009 UTC (3 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.599: +4 -2
lines
Diff to previous 1.599 (colored)
Define lists of MK* variable names as _MKVARS.yes and _MKVARS.no. They're referred to by syspkg.
Revision 1.599 / (download) - annotate - [select for diffs], Tue Dec 1 09:09:40 2009 UTC (3 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.598: +2 -0
lines
Diff to previous 1.598 (colored)
Add ${TOOL_PKG_CREATE}.
Revision 1.598 / (download) - annotate - [select for diffs], Mon Nov 30 16:13:23 2009 UTC (3 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.597: +23 -2
lines
Diff to previous 1.597 (colored)
Support "extsrc", externally added programs and libraries. Users can write their own reach-overs, cross-build, install, and get set files just like base and X11 / X.org. (These sets are not included as TNF releases.)
Revision 1.597 / (download) - annotate - [select for diffs], Sat Nov 28 16:48:25 2009 UTC (3 years, 5 months ago) by mbalmer
Branch: MAIN
Changes since 1.596: +2 -2
lines
Diff to previous 1.596 (colored)
Add the xf86-input-elographics driver to i386 builds.
Revision 1.596 / (download) - annotate - [select for diffs], Sat Nov 28 12:10:24 2009 UTC (3 years, 5 months ago) by mbalmer
Branch: MAIN
Changes since 1.595: +2 -2
lines
Diff to previous 1.595 (colored)
Link the xf86-input-ws X.Org input driver to the build and add it to the lists that also have the wsmouse driver. xf86-input-ws adds support for touchpanels in X11 that report absolute position data through wscons(4), e.g. the extended ums(4) driver. xf86-input-ws was written by Matthieu Herrb for OpenBSD. Please remember to also update xsrc before the next system build.
Revision 1.595 / (download) - annotate - [select for diffs], Tue Nov 10 21:41:31 2009 UTC (3 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.594: +5 -5
lines
Diff to previous 1.594 (colored)
add igs driver for Xorg
Revision 1.594 / (download) - annotate - [select for diffs], Thu Nov 5 20:06:29 2009 UTC (3 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.593: +2 -18
lines
Diff to previous 1.593 (colored)
Switch everyone to binutils 2.19.
Revision 1.593 / (download) - annotate - [select for diffs], Wed Nov 4 17:02:19 2009 UTC (3 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.592: +2 -1
lines
Diff to previous 1.592 (colored)
Switch mips to binutils 2.19.
Revision 1.592 / (download) - annotate - [select for diffs], Sat Oct 24 13:34:50 2009 UTC (3 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.591: +5 -4
lines
Diff to previous 1.591 (colored)
Add lintmanpages later to target to ensure that MKMANDOC is set.
Revision 1.591 / (download) - annotate - [select for diffs], Fri Oct 23 23:12:10 2009 UTC (3 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.590: +4 -1
lines
Diff to previous 1.590 (colored)
Do not run mandoc for lintmanpages if MANPAGES is empty. Add it to the list of targets to recurse for.
Revision 1.590 / (download) - annotate - [select for diffs], Fri Oct 23 22:14:37 2009 UTC (3 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.589: +2 -2
lines
Diff to previous 1.589 (colored)
Add MKMANDOC option to trigger building cat pages and HTML pages with mdocml. Add a lintmanpages target for developers to check man pages with the strictest settings of mandoc.
Revision 1.589 / (download) - annotate - [select for diffs], Thu Oct 22 21:55:34 2009 UTC (3 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.588: +2 -1
lines
Diff to previous 1.588 (colored)
Switch powerpc to binutils 2.19.
Revision 1.588 / (download) - annotate - [select for diffs], Wed Oct 21 22:36:28 2009 UTC (3 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.587: +4 -1
lines
Diff to previous 1.587 (colored)
Add tool definition for mandoc in ascii (plain text), html and lint mode.
Revision 1.542.2.11 / (download) - annotate - [select for diffs], Tue Oct 20 01:28:59 2009 UTC (3 years, 7 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1
Changes since 1.542.2.10: +3 -3
lines
Diff to previous 1.542.2.10 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by rmind in ticket #1107): share/mk/bsd.own.mk: revision 1.571 add sunleo
Revision 1.587 / (download) - annotate - [select for diffs], Sat Oct 10 19:05:29 2009 UTC (3 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.586: +9 -2
lines
Diff to previous 1.586 (colored)
If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value
of X11SRCDIR. If it doesn't exist, then use /usr/xsrc as before.
OK mrg
Revision 1.586 / (download) - annotate - [select for diffs], Fri Oct 9 00:26:53 2009 UTC (3 years, 7 months ago) by haad
Branch: MAIN
Changes since 1.585: +11 -2
lines
Diff to previous 1.585 (colored)
Enable MKZFS for i386 and amd64 so zfs tools and modules will be included in a daily builds and anyone can test zfs for NetBSD easier.
Revision 1.585 / (download) - annotate - [select for diffs], Mon Oct 5 22:32:58 2009 UTC (3 years, 7 months ago) by haad
Branch: MAIN
Changes since 1.584: +2 -2
lines
Diff to previous 1.584 (colored)
Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386 need still one fix othervise it should be ready for testing.
Revision 1.584 / (download) - annotate - [select for diffs], Thu Oct 1 09:12:44 2009 UTC (3 years, 7 months ago) by skrll
Branch: MAIN
Changes since 1.583: +3 -2
lines
Diff to previous 1.583 (colored)
Switch amd64 to binutils 2.19.1.
Revision 1.583 / (download) - annotate - [select for diffs], Tue Sep 29 23:56:34 2009 UTC (3 years, 7 months ago) by tsarna
Branch: MAIN
Changes since 1.582: +2 -1
lines
Diff to previous 1.582 (colored)
Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.
Revision 1.582 / (download) - annotate - [select for diffs], Sat Sep 26 07:28:38 2009 UTC (3 years, 7 months ago) by skrll
Branch: MAIN
Changes since 1.581: +2 -1
lines
Diff to previous 1.581 (colored)
Switch arm and armeb to binutils 2.19. Tested on my cats and all other platforms build tested.
Revision 1.581 / (download) - annotate - [select for diffs], Tue Sep 22 09:57:28 2009 UTC (3 years, 7 months ago) by skrll
Branch: MAIN
Changes since 1.580: +2 -1
lines
Diff to previous 1.580 (colored)
Switch m68k to binutils 2.19. Tested on mac68k by martin@. All other m68k platforms build tested.
Revision 1.580 / (download) - annotate - [select for diffs], Tue Sep 22 01:28:50 2009 UTC (3 years, 7 months ago) by uwe
Branch: MAIN
Changes since 1.579: +2 -2
lines
Diff to previous 1.579 (colored)
Switch sh3eb to binutils 2.19. Compile-tested for mmeye.
Revision 1.579 / (download) - annotate - [select for diffs], Mon Sep 21 17:20:16 2009 UTC (3 years, 7 months ago) by uwe
Branch: MAIN
Changes since 1.578: +2 -1
lines
Diff to previous 1.578 (colored)
Switch sh3el to binutils 2.19. Boot-tested on landisk.
Revision 1.578 / (download) - annotate - [select for diffs], Sat Sep 19 14:53:12 2009 UTC (3 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.577: +3 -2
lines
Diff to previous 1.577 (colored)
Switch vax to binutils 2.19.
Revision 1.577 / (download) - annotate - [select for diffs], Sat Sep 19 09:00:58 2009 UTC (3 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.576: +4 -2
lines
Diff to previous 1.576 (colored)
Switch sparc and sparc64 to binutils 2.19. Thanks to martin@ for testing.
Revision 1.576 / (download) - annotate - [select for diffs], Thu Sep 17 18:21:38 2009 UTC (3 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.575: +2 -1
lines
Diff to previous 1.575 (colored)
Move alpha to binutils 2.19.
Revision 1.542.2.10 / (download) - annotate - [select for diffs], Thu Sep 17 04:24:42 2009 UTC (3 years, 8 months ago) by snj
Branch: netbsd-5
Changes since 1.542.2.9: +8 -6
lines
Diff to previous 1.542.2.9 (colored) to branchpoint 1.542 (colored)
Apply patch (requested by mrg in ticket #958): Sync X.Org reachover build framework and setlists with the new X.Org.
Revision 1.575 / (download) - annotate - [select for diffs], Wed Sep 16 06:10:52 2009 UTC (3 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.574: +2 -2
lines
Diff to previous 1.574 (colored)
switch port-sparc over to Xorg by default.
Revision 1.542.2.9.4.3 / (download) - annotate - [select for diffs], Sun Sep 13 22:24:40 2009 UTC (3 years, 8 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20091211
Changes since 1.542.2.9.4.2: +3 -2
lines
Diff to previous 1.542.2.9.4.2 (colored) to branchpoint 1.542.2.9 (colored)
Enabled MKCOMPAT=yes for mips64e[bl]
Revision 1.574 / (download) - annotate - [select for diffs], Sat Sep 12 07:21:09 2009 UTC (3 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.573: +2 -1
lines
Diff to previous 1.573 (colored)
Switch hppa to binutils 2.19. There is a lot of rump breakage for hppa. Hopefully it will be fixed soon.
Revision 1.573 / (download) - annotate - [select for diffs], Wed Sep 9 10:38:35 2009 UTC (3 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.572: +6 -1
lines
Diff to previous 1.572 (colored)
Switch i386 to binutils 2.19.
Revision 1.572 / (download) - annotate - [select for diffs], Tue Sep 8 07:08:03 2009 UTC (3 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.571: +11 -4
lines
Diff to previous 1.571 (colored)
Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.
Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.
Update the sets lists and add conditionals for lib{bfd,opcodes}.
Revision 1.571 / (download) - annotate - [select for diffs], Fri Sep 4 20:19:04 2009 UTC (3 years, 8 months ago) by macallan
Branch: MAIN
Changes since 1.570: +3 -3
lines
Diff to previous 1.570 (colored)
add sunleo
Revision 1.570 / (download) - annotate - [select for diffs], Sun Aug 30 01:49:42 2009 UTC (3 years, 8 months ago) by dyoung
Branch: MAIN
Changes since 1.569: +2 -1
lines
Diff to previous 1.569 (colored)
Let us use MKKMOD=yes to leave the kernel modules out of the distribution.
Revision 1.542.2.9.4.2 / (download) - annotate - [select for diffs], Wed Aug 26 03:34:20 2009 UTC (3 years, 8 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb4-mips64-k7-u2a-k9b
Changes since 1.542.2.9.4.1: +8 -3
lines
Diff to previous 1.542.2.9.4.1 (colored) to branchpoint 1.542.2.9 (colored)
Disable the NOPIC= hooks. Add MKATF, MKCXX, and MKGROFF. Setting CXX to no turns of ATF and GROFF.
Revision 1.569 / (download) - annotate - [select for diffs], Thu Aug 20 03:49:34 2009 UTC (3 years, 9 months ago) by macallan
Branch: MAIN
Changes since 1.568: +3 -3
lines
Diff to previous 1.568 (colored)
add suntcx
Revision 1.568 / (download) - annotate - [select for diffs], Tue Aug 18 14:53:00 2009 UTC (3 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.567: +4 -1
lines
Diff to previous 1.567 (colored)
Add HAVE_BINUTILS and default to 2.16
Revision 1.542.2.9.4.1 / (download) - annotate - [select for diffs], Tue Aug 18 06:42:17 2009 UTC (3 years, 9 months ago) by matt
Branch: matt-nb5-mips64
Changes since 1.542.2.9: +3 -3
lines
Diff to previous 1.542.2.9 (colored)
fix a comment in vax. :) add a commented out match for mips64 in MKPICLIB=no case
Revision 1.567 / (download) - annotate - [select for diffs], Thu Jun 18 06:36:59 2009 UTC (3 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.566: +2 -1
lines
Diff to previous 1.566 (colored)
implement MKX11FONTS for Xorg.
Revision 1.566 / (download) - annotate - [select for diffs], Thu Jun 11 05:30:15 2009 UTC (3 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.565: +2 -2
lines
Diff to previous 1.565 (colored)
add xkeyboard-config.
Revision 1.565 / (download) - annotate - [select for diffs], Wed Jun 10 04:11:01 2009 UTC (3 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.564: +2 -2
lines
Diff to previous 1.564 (colored)
+dri2proto -printproto
Revision 1.564 / (download) - annotate - [select for diffs], Wed Jun 10 02:05:45 2009 UTC (3 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.563: +3 -3
lines
Diff to previous 1.563 (colored)
sync the list of valid xorg packages: - add libpciaccess - remove Xp XprintUtil XprintAppUtil
Revision 1.554.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:19:16 2009 UTC (4 years ago) by jym
Branch: jym-xensuspend
Changes since 1.554: +26 -9
lines
Diff to previous 1.554 (colored) next main 1.555 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.563 / (download) - annotate - [select for diffs], Mon May 4 21:32:31 2009 UTC (4 years ago) by ad
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.562: +3 -1
lines
Diff to previous 1.562 (colored)
Enable -mtune=nocona by default on x86. I have tested on a range of CPUs and this seems to give the best results.
Revision 1.562 / (download) - annotate - [select for diffs], Fri May 1 20:47:53 2009 UTC (4 years ago) by apb
Branch: MAIN
Changes since 1.561: +2 -2
lines
Diff to previous 1.561 (colored)
Switch from sha1 to sha256 in the METALOG. The same information also ends up in /etc/mtree/set.* after installation.
Revision 1.561 / (download) - annotate - [select for diffs], Fri Apr 10 16:14:54 2009 UTC (4 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.560: +9 -10
lines
Diff to previous 1.560 (colored)
Revert accidental switch of alpha to Xorg. We don't have the XdecNetBSD and XalphaNetBSD drivers in xorg yet. Fixes release build for alpha.
Revision 1.560 / (download) - annotate - [select for diffs], Fri Mar 27 19:36:55 2009 UTC (4 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.559: +3 -1
lines
Diff to previous 1.559 (colored)
Use "i486" as GNU_ARCH for i386 so that the toolchain and libraries can use instructions which were not available on the original i386 (eg cmpxchg). Due to some strangeness in gcc's i386 support this needs an extra --with-arch=i486 configure argument for gcc to have the desired effect, see my post "i386 vs i486, some inconsistencies" to tech-toolchain some weeks ago. I'm not happy to break compatibility, but since (a) kernel support for i386 was removed and (b) i387 code was put into libm this is just another coffin nail. The gain is besides consistency and more efficient code that intel atomar intrinsics can now be used by gcc. (which would need runtime library support otherwise)
Revision 1.542.2.9 / (download) - annotate - [select for diffs], Wed Mar 18 05:39:06 2009 UTC (4 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0
Branch point for: matt-nb5-mips64
Changes since 1.542.2.8: +2 -2
lines
Diff to previous 1.542.2.8 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by apb in ticket #578):
build.sh: revision 1.205
share/mk/bsd.own.mk: revision 1.559
Add "-", "_", and "A-Z" to the set of allowed characters in the
result from `uname -p`. We already have a platform with an underline
("x86_64"), and the other chars seem harmless.
Revision 1.542.2.8 / (download) - annotate - [select for diffs], Wed Mar 18 05:37:59 2009 UTC (4 years, 2 months ago) by snj
Branch: netbsd-5
Changes since 1.542.2.7: +9 -3
lines
Diff to previous 1.542.2.7 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by apb in ticket #578): build.sh: revision 1.204 share/mk/bsd.own.mk: revision 1.558 In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or prints something that does not look like an identifier, then use uname -m instead. (Cygwin prints "unknown", and OpenBSD prints a long string containing several spaces; this code should handle both.)
Revision 1.559 / (download) - annotate - [select for diffs], Mon Mar 9 06:25:51 2009 UTC (4 years, 2 months ago) by apb
Branch: MAIN
Changes since 1.558: +2 -2
lines
Diff to previous 1.558 (colored)
Add "-", "_", and "A-Z" to the set of allowed characters in the
result from `uname -p`. We already have a platform with an underline
("x86_64"), and the other chars seem harmless.
Revision 1.558 / (download) - annotate - [select for diffs], Fri Mar 6 16:29:41 2009 UTC (4 years, 2 months ago) by apb
Branch: MAIN
Changes since 1.557: +9 -3
lines
Diff to previous 1.557 (colored)
In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or prints something that does not look like an identifier, then use uname -m instead. (Cygwin prints "unknown", and OpenBSD prints a long string containing several spaces; this code should handle both.)
Revision 1.542.2.7 / (download) - annotate - [select for diffs], Thu Feb 26 07:36:05 2009 UTC (4 years, 2 months ago) by snj
Branch: netbsd-5
Changes since 1.542.2.6: +3 -3
lines
Diff to previous 1.542.2.6 (colored) to branchpoint 1.542 (colored)
Apply patch (requested by macallan in ticket #524): Switch sgimips over to Xorg
Revision 1.557 / (download) - annotate - [select for diffs], Wed Feb 25 20:36:45 2009 UTC (4 years, 2 months ago) by sketch
Branch: MAIN
Changes since 1.556: +3 -1
lines
Diff to previous 1.556 (colored)
Make grep a host tool.
Revision 1.542.2.6 / (download) - annotate - [select for diffs], Wed Feb 25 20:33:49 2009 UTC (4 years, 2 months ago) by snj
Branch: netbsd-5
Changes since 1.542.2.5: +6 -6
lines
Diff to previous 1.542.2.5 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by macallan in ticket #516): share/mk/bsd.own.mk: revision 1.543 add a couple driver names for Xorg
Revision 1.556 / (download) - annotate - [select for diffs], Tue Feb 24 04:04:40 2009 UTC (4 years, 2 months ago) by macallan
Branch: MAIN
Changes since 1.555: +2 -2
lines
Diff to previous 1.555 (colored)
Switch sgimips over to Xorg
Revision 1.555 / (download) - annotate - [select for diffs], Tue Feb 17 00:02:32 2009 UTC (4 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.554: +12 -6
lines
Diff to previous 1.554 (colored)
Cut all non Xserver building ports across to Xorg, tested on vax and
a selection of m68k ports.
The remaining XFree using ports are:
acorn32 amiga cats dreamcast ews4800mips hpcarm hpcmips hpcsh
mac68k netwinder newsmips ofppc pmax sgimips sparc sun3 x68k
Revision 1.542.2.5 / (download) - annotate - [select for diffs], Mon Feb 2 00:03:54 2009 UTC (4 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC2
Changes since 1.542.2.4: +2 -2
lines
Diff to previous 1.542.2.4 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by tron in ticket #327): distrib/sets/lists/xfont/mi: revision 1.34 external/mit/xorg/share/fonts/misc/Makefile: revision 1.2 external/mit/xorg/share/fonts/misc/font-sony-misc/Makefile: revision 1.1 share/mk/bsd.own.mk: revision 1.554 Install the "sony-misc" font from the X.org distribution. Patch supplied by Takeshi Nakayama in PR xsrc/40476.
Revision 1.554 / (download) - annotate - [select for diffs], Sun Jan 25 23:11:16 2009 UTC (4 years, 3 months ago) by tron
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.553: +2 -2
lines
Diff to previous 1.553 (colored)
Install the "sony-misc" font from the X.org distribution. Patch supplied by Takeshi Nakayama in PR xsrc/40476.
Revision 1.542.2.4 / (download) - annotate - [select for diffs], Fri Jan 16 21:41:10 2009 UTC (4 years, 4 months ago) by bouyer
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC1
Changes since 1.542.2.3: +1 -2
lines
Diff to previous 1.542.2.3 (colored) to branchpoint 1.542 (colored)
Apply patch, requested by pooka in ticket 259: distrib/sets/sets.subr patch distrib/sets/lists/base/lkm.mi patch distrib/sets/lists/base/md.amd64 patch distrib/sets/lists/base/md.sparc64 patch distrib/sets/lists/base/mi patch distrib/sets/lists/base/shl.elf patch distrib/sets/lists/base/shl.mi patch distrib/sets/lists/comp/md.amd64 patch distrib/sets/lists/comp/md.sparc64 patch distrib/sets/lists/comp/mi patch distrib/sets/lists/comp/shl.mi patch distrib/sets/lists/man/mi patch lib/Makefile patch share/man/man5/mk.conf.5 patch share/mk/bsd.README patch share/mk/bsd.own.mk patch sys/lkm/vfs/Makefile patch usr.sbin/Makefile patch Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries.
Revision 1.553 / (download) - annotate - [select for diffs], Tue Dec 30 21:31:10 2008 UTC (4 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.552: +9 -1
lines
Diff to previous 1.552 (colored)
Move list of rump-uses-kmod archs to bsd.own.mk for wider consumption.
Revision 1.552 / (download) - annotate - [select for diffs], Tue Dec 23 02:54:11 2008 UTC (4 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.551: +3 -2
lines
Diff to previous 1.551 (colored)
Put MKLVM in order in the list of variables
Revision 1.551 / (download) - annotate - [select for diffs], Fri Dec 19 15:24:18 2008 UTC (4 years, 5 months ago) by haad
Branch: MAIN
Changes since 1.550: +2 -2
lines
Diff to previous 1.550 (colored)
Merge the haad-dm branch to -current. This branch adds LVM functionality to the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed device-mapper driver. The device-mapper driver can be used to create virtual block devices which maps virtual blocks to real with target mapping called target. Currently these targets are available a linear, zero, error and a snapshot (this is work in progress and doesn't work yet). The lvm2tools adds lvm and dmsetup binary to based system, where the lvm tool is used to manage and administer whole LVM and the dmestup is used to communicate iwith device-mapper kernel driver. With these tools also a libdevmapper library is instaled to the base system. Building of tools and driver is currently disable and can be enabled with MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon. Oked by agc@ and cube@.
Revision 1.542.2.3 / (download) - annotate - [select for diffs], Wed Nov 19 00:30:52 2008 UTC (4 years, 6 months ago) by snj
Branch: netbsd-5
Changes since 1.542.2.2: +2 -2
lines
Diff to previous 1.542.2.2 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by cube in ticket #79): share/mk/bsd.own.mk: revision 1.546 Add MesaGLUT to the list of X11SRCDIR.<package> variables.
Revision 1.542.2.2 / (download) - annotate - [select for diffs], Sat Nov 15 22:10:33 2008 UTC (4 years, 6 months ago) by snj
Branch: netbsd-5
Changes since 1.542.2.1: +2 -2
lines
Diff to previous 1.542.2.1 (colored) to branchpoint 1.542 (colored)
Pull up following revision(s) (requested by mrg in ticket #64): share/man/man5/mk.conf.5: revision 1.46 share/mk/bsd.own.mk: revision 1.550 doc/BUILDING.mdoc: revision 1.70 BUILDING: revision 1.81 share/mk/bsd.README: revision 1.242 revert sparc back to default of XFree86 at the request of macallan.
Revision 1.542.2.1 / (download) - annotate - [select for diffs], Sat Nov 15 22:05:12 2008 UTC (4 years, 6 months ago) by snj
Branch: netbsd-5
Changes since 1.542: +15 -7
lines
Diff to previous 1.542 (colored)
Pull up following revision(s) (requested by mrg in ticket #64): distrib/sets/Makefile: revision 1.64 external/mit/xorg/server/Makefile: revision 1.5 share/mk/bsd.README: revision 1.237 BUILDING: revision 1.79 share/mk/bsd.x11.mk: revision 1.71 share/mk/bsd.own.mk: revision 1.544 usr.bin/ssh/Makefile.inc: revision 1.18 distrib/sets/sets.subr: revision 1.72 share/man/man5/mk.conf.5: revision 1.42 doc/BUILDING.mdoc: revision 1.68 etc/Makefile: revision 1.360 Makefile: revision 1.263 - retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
Revision 1.550 / (download) - annotate - [select for diffs], Sat Nov 15 11:27:49 2008 UTC (4 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.549: +2 -2
lines
Diff to previous 1.549 (colored)
revert sparc back to default of XFree86 at the request of macallan.
Revision 1.549 / (download) - annotate - [select for diffs], Thu Nov 13 20:40:11 2008 UTC (4 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.548: +14 -6
lines
Diff to previous 1.548 (colored)
Add support for new MAKEVERBOSE levels 3 and 4. The complete list is now:
0 Minimal output ("quiet")
1 Describe what is occurring
2 Describe what is occurring and echo the actual command
3 Ignore the effect of the "@" prefix in make commands
4 Trace shell commands using the shell's -x flag
The default remains MAKEVERBOSE=2.
Revision 1.548 / (download) - annotate - [select for diffs], Wed Nov 12 13:17:27 2008 UTC (4 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.547: +1 -2
lines
Diff to previous 1.547 (colored)
Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries.
Revision 1.547 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:54 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.546: +2 -7
lines
Diff to previous 1.546 (colored)
Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.
Revision 1.546 / (download) - annotate - [select for diffs], Tue Nov 11 16:09:53 2008 UTC (4 years, 6 months ago) by cube
Branch: MAIN
Changes since 1.545: +2 -2
lines
Diff to previous 1.545 (colored)
Add MesaGLUT to the list of X11SRCDIR.<package> variables.
Revision 1.545 / (download) - annotate - [select for diffs], Tue Nov 11 03:39:08 2008 UTC (4 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.544: +2 -2
lines
Diff to previous 1.544 (colored)
it's ag10e not agten
Revision 1.544 / (download) - annotate - [select for diffs], Sun Nov 9 23:02:29 2008 UTC (4 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.543: +15 -7
lines
Diff to previous 1.543 (colored)
- retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
Revision 1.543 / (download) - annotate - [select for diffs], Thu Nov 6 22:13:58 2008 UTC (4 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.542: +6 -6
lines
Diff to previous 1.542 (colored)
add a couple driver names for Xorg
Revision 1.542 / (download) - annotate - [select for diffs], Wed Oct 29 23:46:52 2008 UTC (4 years, 6 months ago) by macallan
Branch: MAIN
CVS Tags: netbsd-5-base
Branch point for: netbsd-5
Changes since 1.541: +3 -2
lines
Diff to previous 1.541 (colored)
add suncg6 driver
Revision 1.541 / (download) - annotate - [select for diffs], Wed Oct 29 06:20:27 2008 UTC (4 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.540: +3 -2
lines
Diff to previous 1.540 (colored)
Flick the puffs switch, and set MKPUFFS on by default.
Revision 1.540 / (download) - annotate - [select for diffs], Wed Oct 29 03:11:27 2008 UTC (4 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.539: +2 -2
lines
Diff to previous 1.539 (colored)
add sunffb driver
Revision 1.539 / (download) - annotate - [select for diffs], Mon Oct 27 22:32:51 2008 UTC (4 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.538: +1 -3
lines
Diff to previous 1.538 (colored)
- enable 32-bit library builds on amd64 and sparc64
- add 3 new top-level targets:
do-compat-lib-csu
do-compat-libgcc
do-compat-lib-libc
and run them before "do-build" if ${MKCOMPAT} != "no"
Revision 1.538 / (download) - annotate - [select for diffs], Sun Oct 26 23:13:24 2008 UTC (4 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.537: +70 -2
lines
Diff to previous 1.537 (colored)
Always define TOOL_* variables in bsd.own.mk, not in bsd.sys.mk.
Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in
bsd.sys.mk if USETOOLS!=yes. This caused makefiles that did this:
.include <bsd.own.mk>
FOO != ${TOOL_BAR} args...
to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.
Revision 1.537 / (download) - annotate - [select for diffs], Sun Oct 26 15:51:20 2008 UTC (4 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.536: +1 -2
lines
Diff to previous 1.536 (colored)
Set HOST_SH?=/bin/sh unconditionally. Previously, it was conditionally set to /usr/bin/bash if HOST_CYGWIN was defined, but now build.sh tries to set HOST_SH appropriately. Remove the HOST_CYGWIN variable, which was not used for any other purpose. Document that HOST_SH should be an absolute path. THis was proposed in tech-toolchain.
Revision 1.536 / (download) - annotate - [select for diffs], Sun Oct 26 07:09:11 2008 UTC (4 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.535: +13 -1
lines
Diff to previous 1.535 (colored)
add MKCOMPAT, to build 32 bit libs. default to no for now for everyone.
Revision 1.535 / (download) - annotate - [select for diffs], Sun Oct 19 19:44:47 2008 UTC (4 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: matt-mips64-base2
Changes since 1.534: +2 -1
lines
Diff to previous 1.534 (colored)
Define TOOL_AWK.
Revision 1.534 / (download) - annotate - [select for diffs], Sun Oct 19 19:29:43 2008 UTC (4 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.533: +2 -2
lines
Diff to previous 1.533 (colored)
Add the NOINFO variable, which works just like all other NOxxx variables.
Revision 1.533 / (download) - annotate - [select for diffs], Mon Oct 13 18:23:47 2008 UTC (4 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.532: +1 -3
lines
Diff to previous 1.532 (colored)
Remove references to TOOL_BEBOXELF2PEF and TOOL_BEBOXMKBOOTIMAGE, which were obsoleted in May 2008.
Revision 1.532 / (download) - annotate - [select for diffs], Mon Oct 13 15:29:22 2008 UTC (4 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.531: +4 -4
lines
Diff to previous 1.531 (colored)
In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables. In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk. There are several TOOL_* variables that are set in bsd.own.mk, but not set in bsd.sys.mk and not documented in bsd.README.
Revision 1.531 / (download) - annotate - [select for diffs], Sun Oct 12 23:11:25 2008 UTC (4 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.530: +2 -2
lines
Diff to previous 1.530 (colored)
add X11SRCDIR.xf86-video-r128
Revision 1.505.2.3 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:24 2008 UTC (4 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.505.2.2: +103 -14
lines
Diff to previous 1.505.2.2 (colored) to branchpoint 1.505 (colored) next main 1.506 (colored)
Sync with HEAD.
Revision 1.530 / (download) - annotate - [select for diffs], Fri Sep 26 18:23:09 2008 UTC (4 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.529: +2 -1
lines
Diff to previous 1.529 (colored)
Build strfile both as a host tool and as an installed program: * in games/fortune/strfile/Makefile, build strfile as a regular program instead of as a host tool; * add tools/strfile directory to build strfile as a host tool; * in tools/Makefile, add strfile to SUBDIR list; * in BSD.*.mk, define TOOL_STRFILE variable; * in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating databases at build time; * in distrib/sets/lists/games/mi, mention usr/games/strfile.
Revision 1.509.2.3 / (download) - annotate - [select for diffs], Wed Sep 24 16:41:22 2008 UTC (4 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.509.2.2: +2 -2
lines
Diff to previous 1.509.2.2 (colored) next main 1.510 (colored)
Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
Revision 1.529 / (download) - annotate - [select for diffs], Sun Sep 21 02:12:25 2008 UTC (4 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.528: +3 -2
lines
Diff to previous 1.528 (colored)
add X11SRCDIR.xf86-video-nvxbox
Revision 1.528 / (download) - annotate - [select for diffs], Sun Sep 21 01:46:40 2008 UTC (4 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.527: +2 -2
lines
Diff to previous 1.527 (colored)
add X11SRCDIR.xf86-video-mach64
Revision 1.509.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:38:10 2008 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.509.2.1: +101 -14
lines
Diff to previous 1.509.2.1 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.489.2.4 / (download) - annotate - [select for diffs], Tue Sep 16 18:49:33 2008 UTC (4 years, 8 months ago) by bouyer
Branch: netbsd-4
Changes since 1.489.2.3: +2 -12
lines
Diff to previous 1.489.2.3 (colored) to branchpoint 1.489 (colored) next main 1.490 (colored)
Sync with the following revisions (requested by skrll in ticket #1196):
gnu/dist/gdb removed
gnu/usr.bin/gdb53 removed
distrib/cats/instkernel/Makefile 1.14.6.1
gnu/dist/gdb6/bfd/config.bfd 1.3.6.1
gnu/dist/gdb6/bfd/elfxx-sparc.c 1.1.1.2.6.1
gnu/dist/gdb6/bfd/elfxx-sparc.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/Makefile.in 1.2.2.1.2.2
gnu/dist/gdb6/gdb/alpha-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alpha-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alphabsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/alphabsd-nat.h 1.1.2.1
gnu/dist/gdb6/gdb/alphabsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alphabsd-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alphanbsd-nat.c 1.1.2.1
gnu/dist/gdb6/gdb/alphanbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/amd64-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/amd64bsd-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/amd64nbsd-nat.c 1.1.1.2.6.3
gnu/dist/gdb6/gdb/amd64nbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/arm-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/armbsd-tdep.c 1.1.2.1
gnu/dist/gdb6/gdb/armnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/armnbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/configure 1.1.1.2.6.1
gnu/dist/gdb6/gdb/configure.ac 1.1.1.2.6.1
gnu/dist/gdb6/gdb/i386bsd-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/i386nbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/m68kbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/mipsnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/nbsd-thread.c 1.1.2.3
gnu/dist/gdb6/gdb/ppcnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/ppcnbsd-tdep.c 1.3.6.1
gnu/dist/gdb6/gdb/sh-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/shnbsd-nat.c 1.1.1.2.6.3
gnu/dist/gdb6/gdb/shnbsd-tdep.c 1.1.1.2.6.4
gnu/dist/gdb6/gdb/shnbsd-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/sparc-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/sparc64nbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/sparcnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/tramp-frame.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/vaxbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/config/alpha/nbsd.mh 1.1.1.2.6.1
gnu/dist/gdb6/gdb/config/arm/nbsd.mt 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/arm/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/i386/nbsd64.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/m68k/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/mips/nbsd.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/powerpc/nbsd.mh 1.1.1.2.6.1
gnu/dist/gdb6/gdb/config/sh/nbsd.mh 1.1.1.1.6.2
gnu/dist/gdb6/gdb/config/sh/tm-nbsd.h 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/sparc/nbsd64.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/sparc/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/vax/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/opcodes/configure 1.1.1.2.6.1
gnu/dist/gdb6/opcodes/configure.in 1.1.1.2.6.1
gnu/usr.bin/Makefile 1.126.4.1
gnu/usr.bin/gdb6/arch/alpha/config.h 1.3.4.1
gnu/usr.bin/gdb6/arch/alpha/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/alpha/init.c 1.2.6.1
gnu/usr.bin/gdb6/arch/alpha/nm.h 1.2.6.1
gnu/usr.bin/gdb6/arch/arm/defs.mk 1.2.6.2
gnu/usr.bin/gdb6/arch/arm/init.c 1.1.6.1
gnu/usr.bin/gdb6/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/arch/armeb/defs.mk 1.1.6.3
gnu/usr.bin/gdb6/arch/armeb/init.c 1.1.6.2
gnu/usr.bin/gdb6/arch/armeb/tm.h 1.1.6.2
gnu/usr.bin/gdb6/arch/armeb/version.c 1.1.6.2
gnu/usr.bin/gdb6/arch/i386/defs.mk 1.4.4.1
gnu/usr.bin/gdb6/arch/i386/init.c 1.3.6.1
gnu/usr.bin/gdb6/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/init.c 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/tm.h 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/version.c 1.1.6.2
gnu/usr.bin/gdb6/arch/m68k/defs.mk 1.1.4.1
gnu/usr.bin/gdb6/arch/m68k/init.c 1.1.4.1
gnu/usr.bin/gdb6/arch/mipseb/config.h 1.3.4.1
gnu/usr.bin/gdb6/arch/mipseb/defs.mk 1.2.6.2
gnu/usr.bin/gdb6/arch/mipseb/init.c 1.2.6.2
gnu/usr.bin/gdb6/arch/mipsel/config.h 1.2.6.3
gnu/usr.bin/gdb6/arch/mipsel/defs.mk 1.2.6.3
gnu/usr.bin/gdb6/arch/mipsel/init.c 1.2.6.3
gnu/usr.bin/gdb6/arch/mipsel/tm.h 1.2.6.2
gnu/usr.bin/gdb6/arch/mipsel/version.c 1.2.6.2
gnu/usr.bin/gdb6/arch/powerpc/defs.mk 1.3.6.1
gnu/usr.bin/gdb6/arch/powerpc/init.c 1.3.6.1
gnu/usr.bin/gdb6/arch/sh3eb/config.h 1.2.2.2
gnu/usr.bin/gdb6/arch/sh3eb/defs.mk 1.2.8.3
gnu/usr.bin/gdb6/arch/sh3eb/init.c 1.1.8.3
gnu/usr.bin/gdb6/arch/sh3eb/nm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3eb/tm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3eb/version.c 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3el/config.h 1.2.2.2
gnu/usr.bin/gdb6/arch/sh3el/defs.mk 1.2.8.3
gnu/usr.bin/gdb6/arch/sh3el/init.c 1.1.8.3
gnu/usr.bin/gdb6/arch/sh3el/nm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3el/tm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3el/version.c 1.1.8.2
gnu/usr.bin/gdb6/arch/sparc/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/sparc/init.c 1.1.6.1
gnu/usr.bin/gdb6/arch/sparc64/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/sparc64/init.c 1.1.6.1
gnu/usr.bin/gdb6/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/init.c 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/tm.h 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/version.c 1.1.6.2
gnu/usr.bin/gdb6/arch/x86_64/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/x86_64/init.c 1.1.6.1
gnu/usr.bin/gdb6/bfd/arch/armeb/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/armeb/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfd.h 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfdver.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3eb/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/sh3el/bfd.h 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/sh3el/bfdver.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3el/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/vax/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/vax/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/gdb/Makefile 1.5.2.1.2.2
gnu/usr.bin/gdb6/gdbtui/Makefile 1.2.6.1
gnu/usr.bin/gdb6/libiberty/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/sh3eb/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/sh3el/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/opcodes/arch/sh3eb/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/opcodes/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/opcodes/arch/sh3el/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/opcodes/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/sh3eb/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/sh3el/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/sim/arch/mipseb/cconfig.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipseb/config.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipseb/defs.mk 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipsel/cconfig.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipsel/config.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipsel/defs.mk 1.1.2.1
lib/libkvm/kvm_sparc64.c 1.10.18.2
lib/libpthread/pthread.c 1.48.6.4
lib/libpthread/pthread_barrier.c 1.6.18.1
lib/libpthread/pthread_cond.c 1.18.12.2
lib/libpthread/pthread_debug.h 1.8.18.1
lib/libpthread/pthread_int.h 1.34.4.5
lib/libpthread/pthread_lock.c 1.14.6.1
lib/libpthread/pthread_mutex.c 1.22.4.2
lib/libpthread/pthread_run.c 1.18.12.4
lib/libpthread/pthread_rwlock.c 1.13.6.2
lib/libpthread/pthread_sa.c 1.37.6.5
lib/libpthread/pthread_sig.c 1.47.4.8
lib/libpthread/pthread_sleep.c 1.7.6.2
lib/libpthread/sem.c 1.9.6.2
lib/libpthread/arch/sh3/pthread_md.h 1.3.6.1
regress/lib/libpthread/resolv/Makefile 1.1.12.1
regress/lib/libpthread/sigrunning/Makefile 1.1.2.1
regress/lib/libpthread/sigrunning/sigrunning.c 1.1.2.1
share/mk/bsd.own.mk 1.489.4.3
sys/arch/amd64/amd64/locore.S 1.18.14.1
sys/arch/amd64/amd64/machdep.c 1.44.2.3.2.1
sys/arch/amd64/conf/kern.ldscript 1.1.70.1
sys/arch/cats/conf/Makefile.cats.inc 1.17.30.1
sys/arch/shark/conf/Makefile.shark.inc 1.6.30.1
sys/arch/sparc64/conf/kern.ldscript 1.7.26.2
sys/arch/sparc64/conf/kern32.ldscript 1.6.26.2
sys/arch/sparc64/include/kcore.h 1.4.92.2
sys/arch/sparc64/sparc64/locore.s 1.232.4.4
sys/arch/sparc64/sparc64/machdep.c 1.193.4.3
sys/arch/sparc64/sparc64/pmap.c 1.184.2.1.2.4
sys/conf/newvers.sh 1.42.26.2
sys/kern/kern_sa.c 1.87.4.11
sys/kern/kern_synch.c 1.173.4.2
sys/sys/savar.h 1.20.10.2
tools/gdb/Makefile 1.9.4.1
tools/gdb/mknative-gdb 1.1.6.1
pullup the wrstuden-fixsa CVS branch to netbsd-4:
toolchain/35540 - GDB 6 support for pthreads.
port-sparc64/37534 - ktrace firefox gives
kernel trap 30: data access expection
GDB changes:
- delete gdb53
- enable gdb6 on all architectures
- add support for amd64 crash dumps
- add support for sparc64 crash dumps
- add support for /proc pid to executable filename for all archs
- enable thread support for all architectures
- add a note section to kernels to all platforms
- support detection/unwinding of signals for most architectures.
- Fix PTHREAD_UCONTEXT_TO_REG / PTHREAD_REG_TO_UCONTEXT on sh3.
- Apply fix from binutils-current so that sparc gdb can be cross built
on a 64bit host.
SA/pthread changes:
Pre-allocate memory needed for event delivery. Eliminates dropped
interrupts under load.
Deliver intra-process signals to running threads
Eliminate some deadlock scenarios
Fix intra-process signal delivery when delivering to a thread waiting
for signals. Makes afs work again!
Revision 1.527 / (download) - annotate - [select for diffs], Tue Sep 9 11:54:19 2008 UTC (4 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3
Changes since 1.526: +2 -2
lines
Diff to previous 1.526 (colored)
Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared libraries for space-constraint systems. The description is based on the feedback of hubertf@, the logic on input from lukem@ This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.
Revision 1.526 / (download) - annotate - [select for diffs], Sat Sep 6 05:27:46 2008 UTC (4 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-2
Changes since 1.525: +2 -2
lines
Diff to previous 1.525 (colored)
add X11SRCDIR.xinput
Revision 1.525 / (download) - annotate - [select for diffs], Sun Aug 31 05:40:15 2008 UTC (4 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.524: +2 -2
lines
Diff to previous 1.524 (colored)
remove NVI; it is the default now.
Revision 1.524 / (download) - annotate - [select for diffs], Sun Aug 31 01:21:41 2008 UTC (4 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.523: +3 -4
lines
Diff to previous 1.523 (colored)
Enable MKHTML by default; we now install the HTML version of the man pages as well as the source & catman versions. Add "htmlinstall" to default MANINSTALL, so MKHTML will operate correctly.
Revision 1.523 / (download) - annotate - [select for diffs], Sat Aug 30 09:13:35 2008 UTC (4 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.522: +2 -1
lines
Diff to previous 1.522 (colored)
add X11SRCDIR.xkeyboard-config
Revision 1.522 / (download) - annotate - [select for diffs], Thu Aug 28 07:53:34 2008 UTC (4 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.521: +7 -4
lines
Diff to previous 1.521 (colored)
- s/X11R6/X11/ in a couple of comments. - set X11ROOTDIR?=/usr/X11R7 if MKXORG != "no". - MKXORG does not need two default values.
Revision 1.521 / (download) - annotate - [select for diffs], Wed Aug 27 02:28:34 2008 UTC (4 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.520: +3 -3
lines
Diff to previous 1.520 (colored)
Rework MKHTML (HTML manual pages) implementation to behave like the manpages and catpages builds, with similar target names (etc).
Revision 1.520 / (download) - annotate - [select for diffs], Tue Aug 26 23:47:14 2008 UTC (4 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.519: +3 -2
lines
Diff to previous 1.519 (colored)
Default MKHTML to no, as per bsd.README. (The default and documentation may change to yes in the near future, as the build infrastructure for HTML man pages is fixed.)
Revision 1.519 / (download) - annotate - [select for diffs], Sun Aug 24 06:27:00 2008 UTC (4 years, 8 months ago) by gmcgarry
Branch: MAIN
Changes since 1.518: +19 -5
lines
Diff to previous 1.518 (colored)
Honour HAVE_PCC
Revision 1.518 / (download) - annotate - [select for diffs], Sat Aug 2 06:59:24 2008 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.517: +13 -1
lines
Diff to previous 1.517 (colored)
add X11SRCDIR.* for xf86-{video,input}*.
Revision 1.517 / (download) - annotate - [select for diffs], Sat Aug 2 04:35:41 2008 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.516: +2 -2
lines
Diff to previous 1.516 (colored)
add X11SRCDIR.pixman
Revision 1.516 / (download) - annotate - [select for diffs], Tue Jul 29 04:40:15 2008 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.515: +58 -4
lines
Diff to previous 1.515 (colored)
begin to add support for cross-built Xorg: - add MKXORG - default to DRI-on for Xorg - add paths for 192 Xorg packages that will exist in xsrc/external/mit/<package>/dist - add some more X11FLAGS.* variables if MKXORG. this is somewhat based on the xorg work rtr@ did a couple of years ago. XXX: seriously need to fix the XORG_RELEASE value, it is still set to XXX: 6.8.1 from when rtr was working on this.
Revision 1.515 / (download) - annotate - [select for diffs], Wed Jul 23 00:45:39 2008 UTC (4 years, 9 months ago) by dogcow
Branch: MAIN
Changes since 1.514: +2 -2
lines
Diff to previous 1.514 (colored)
add MKNVI to vivified MK* variables. (HI, DYOUNG!)
Revision 1.514 / (download) - annotate - [select for diffs], Sat Jul 12 12:15:43 2008 UTC (4 years, 10 months ago) by gmcgarry
Branch: MAIN
Changes since 1.513: +6 -3
lines
Diff to previous 1.513 (colored)
Add and document knobs to turn off building ATF and libm complex support. Also add knobs for PCC which parallel GCC ones.
Revision 1.509.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:03 2008 UTC (4 years, 10 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.509: +4 -4
lines
Diff to previous 1.509 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.505.4.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:39 2008 UTC (4 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.505.4.1: +3 -4
lines
Diff to previous 1.505.4.1 (colored) to branchpoint 1.505 (colored) next main 1.506 (colored)
sync with head
Revision 1.505.2.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:21:43 2008 UTC (4 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.505.2.1: +778 -0
lines
Diff to previous 1.505.2.1 (colored) to branchpoint 1.505 (colored)
Sync with HEAD.
Revision 1.513 / (download) - annotate - [select for diffs], Fri May 23 13:07:35 2008 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Changes since 1.512: +2 -2
lines
Diff to previous 1.512 (colored)
Sort variables.
Revision 1.512 / (download) - annotate - [select for diffs], Thu May 22 13:40:30 2008 UTC (4 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.511: +3 -3
lines
Diff to previous 1.511 (colored)
Add MKLDAP, USE_LDAP, LIBLBER, LIBLDAP
Revision 1.511 / (download) - annotate - [select for diffs], Tue May 20 19:01:11 2008 UTC (5 years ago) by ad
Branch: MAIN
Changes since 1.510: +1 -2
lines
Diff to previous 1.510 (colored)
Install kernel modules into the proper locations, taking machine and kernel version into account.
Revision 1.505.4.1 / (download) - annotate - [select for diffs], Sun May 18 12:31:18 2008 UTC (5 years ago) by yamt
Branch: yamt-pf42
Changes since 1.505: +10 -3
lines
Diff to previous 1.505 (colored)
sync with head.
Revision 1.510 / (download) - annotate - [select for diffs], Sat May 10 19:01:14 2008 UTC (5 years ago) by skrll
Branch: MAIN
CVS Tags: yamt-pf42-base2,
hpcarm-cleanup-nbase
Changes since 1.509: +2 -1
lines
Diff to previous 1.509 (colored)
Add TOOL_HP700MKBOOT
Revision 1.509 / (download) - annotate - [select for diffs], Sat May 3 14:48:31 2008 UTC (5 years ago) by lukem
Branch: MAIN
Branch point for: wrstuden-revivesa
Changes since 1.508: +2 -2
lines
Diff to previous 1.508 (colored)
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
Revision 1.508 / (download) - annotate - [select for diffs], Fri May 2 23:12:01 2008 UTC (5 years ago) by ad
Branch: MAIN
Changes since 1.507: +6 -1
lines
Diff to previous 1.507 (colored)
Build and install modules into /kernel/modules. Each module gets a directory for properties, blobs, etc. It's not fixed in stone and can easily be changed if there are issues with the location/layout.
Revision 1.507 / (download) - annotate - [select for diffs], Fri May 2 11:45:19 2008 UTC (5 years ago) by lukem
Branch: MAIN
Changes since 1.506: +2 -1
lines
Diff to previous 1.506 (colored)
Explicitly set MKLINT=no if MKLINKLIB==no, rather than just acting that way.
Revision 1.506 / (download) - annotate - [select for diffs], Wed Apr 30 21:15:33 2008 UTC (5 years ago) by garbled
Branch: MAIN
Changes since 1.505: +2 -2
lines
Diff to previous 1.505 (colored)
Convert prep to use the new unified mkbootimage rather than it's own. This mkbootimage can be shared by prep, rs6000, and bebox. TODO: Convert bebox to use this. Needs someone to test.
Revision 1.489.2.3 / (download) - annotate - [select for diffs], Sat Apr 19 16:07:22 2008 UTC (5 years, 1 month ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.489.2.2: +1 -5
lines
Diff to previous 1.489.2.2 (colored) to branchpoint 1.489 (colored)
Pull up following revision(s) (requested by skrll in ticket #1129): share/mk/bsd.own.mk: revision 1.489.4.3 gnu/dist/gcc4/gcc/config/vax/vax.h: revision 1.2.6.1 gnu/dist/gcc4/gcc/config/vax/builtins.md: revision 1.2.10.2 sys/arch/vax/conf/Makefile.vax: revision 1.77.22.1 gnu/dist/gcc4/gcc/config/vax/vax-protos.h: revision 1.1.1.1.6.1 gnu/dist/binutils/gas/config/tc-vax.h: revision 1.1.1.1.18.1 gnu/lib/libgcc4/libgcc/Makefile: revision 1.2.6.1 sys/arch/vax/include/macros.h: revision 1.37.14.1 gnu/lib/crtstuff4/Makefile: revision 1.1.6.1 gnu/dist/gcc4/gcc/config/vax/elf.h: revision 1.1.1.1.6.1 gnu/dist/gcc4/gcc/config/vax/vax.c: revision 1.1.1.1.6.1 sys/arch/vax/boot/Makefile.inc: revision 1.12.16.1 tools/gcc/Makefile: revision 1.22.4.1 lib/libcrypto/Makefile: revision 1.46.4.2 gnu/dist/gcc4/gcc/config/vax/netbsd-elf.h: revision 1.1.1.1.6.1 sys/lib/libkern/libkern.h: revision 1.67.6.1 gnu/dist/gcc4/gcc/config/vax/predicates.md: revision 1.3.10.2 gnu/dist/binutils/bfd/elf32-vax.c: revision 1.5.6.1 gnu/dist/gcc4/gcc/config/vax/vax.md: revision 1.1.1.1.4.1.2.1 gnu/dist/gcc4/gcc/config/vax/vax.opt: revision 1.1.1.1.6.1 gnu/dist/binutils/gas/config/tc-vax.c: revision 1.4.4.1.2.1 Pullup changes to get vax shlibs working from the wrstuden-fixsa branch.
Revision 1.489.4.3 / (download) - annotate - [select for diffs], Mon Apr 7 13:18:27 2008 UTC (5 years, 1 month ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.489.4.2: +2 -6
lines
Diff to previous 1.489.4.2 (colored) to branchpoint 1.489 (colored) next main 1.490 (colored)
Pullup changes to get vax shlibs working.
Revision 1.505.2.1, Mon Mar 31 02:42:27 2008 UTC (5 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.505: +0 -772
lines
FILE REMOVED
file bsd.own.mk was added on branch mjf-devfs2 on 2008-06-02 13:21:43 +0000
Revision 1.505 / (download) - annotate - [select for diffs], Mon Mar 31 02:42:27 2008 UTC (5 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42,
mjf-devfs2
Changes since 1.504: +9 -3
lines
Diff to previous 1.504 (colored)
Change USE_SKEY default to "no"; we have had USE_PAM=yes as the default for a long time, and there's no point having custom S/Key support in the applications given that pam_skey.so is now in /etc/pam.d/*
Revision 1.502.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:14:50 2008 UTC (5 years, 1 month ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.502: +8 -5
lines
Diff to previous 1.502 (colored) next main 1.503 (colored)
sync with head.
Revision 1.504 / (download) - annotate - [select for diffs], Mon Mar 24 05:00:31 2008 UTC (5 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.503: +27 -27
lines
Diff to previous 1.503 (colored)
Make it easier to find various MK* and USE_* variable definitions by expanding their names in the for loops. Inspired by a recent commit, which made sense to me based on the number of times I've had to redo a search without the leading MK|USE_ within this file just to find the default...
Revision 1.496.4.3 / (download) - annotate - [select for diffs], Sun Mar 23 00:45:37 2008 UTC (5 years, 1 month ago) by matt
Branch: matt-armv6
Changes since 1.496.4.2: +12 -41
lines
Diff to previous 1.496.4.2 (colored) to branchpoint 1.496 (colored) next main 1.497 (colored)
sync with HEAD
Revision 1.503 / (download) - annotate - [select for diffs], Mon Mar 10 01:18:29 2008 UTC (5 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base
Changes since 1.502: +8 -5
lines
Diff to previous 1.502 (colored)
Adjust the loop that handles NOMAN and friends so grepping for NOMAN actually finds it. Also note that it only works if set before bsd.own.mk is included. Otherwise, grep NOMAN /usr/share/mk/*.mk comes up empty, and since naively setting it may not work, one can easily draw wrong conclusions.
Revision 1.502 / (download) - annotate - [select for diffs], Sat Feb 9 19:31:36 2008 UTC (5 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: hpcarm-cleanup-base
Branch point for: keiichi-mipv6
Changes since 1.501: +3 -2
lines
Diff to previous 1.501 (colored)
Add a MKMODULAR build-time option, defaulting to no, to enable the new kernel modules framework.
Revision 1.501 / (download) - annotate - [select for diffs], Tue Jan 29 14:14:54 2008 UTC (5 years, 3 months ago) by nakayama
Branch: MAIN
Changes since 1.500: +2 -2
lines
Diff to previous 1.500 (colored)
Follow the recent rpcgen(1) change. The environment variable of the C preprocessor has replaced to RPCGEN_CPP.
Revision 1.500 / (download) - annotate - [select for diffs], Thu Jan 10 22:21:43 2008 UTC (5 years, 4 months ago) by skrll
Branch: MAIN
Changes since 1.499: +1 -8
lines
Diff to previous 1.499 (colored)
Enable gdb on hppa.
Revision 1.499 / (download) - annotate - [select for diffs], Wed Jan 9 11:26:14 2008 UTC (5 years, 4 months ago) by simonb
Branch: MAIN
Changes since 1.498: +2 -28
lines
Diff to previous 1.498 (colored)
Remove support for NetBSD/pc532.
Revision 1.496.4.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:39:26 2008 UTC (5 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.496.4.1: +2 -1
lines
Diff to previous 1.496.4.1 (colored) to branchpoint 1.496 (colored)
sync with HEAD
Revision 1.498 / (download) - annotate - [select for diffs], Mon Nov 12 14:54:43 2007 UTC (5 years, 6 months ago) by jmmv
Branch: MAIN
CVS Tags: pc532-eol-2008,
matt-armv6-base,
cube-autoconf-base,
cube-autoconf
Changes since 1.497: +2 -1
lines
Diff to previous 1.497 (colored)
Add the atf host tools This adds reachover Makefiles to build the atf tools required during a cross-build.
Revision 1.496.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:13:21 2007 UTC (5 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.496: +4 -4
lines
Diff to previous 1.496 (colored)
sync with HEAD
Revision 1.497 / (download) - annotate - [select for diffs], Sat Oct 6 00:21:45 2007 UTC (5 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.496: +4 -4
lines
Diff to previous 1.496 (colored)
Add USE_JEMALLOC.
Revision 1.489.4.2 / (download) - annotate - [select for diffs], Fri Sep 14 11:10:00 2007 UTC (5 years, 8 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.489.4.1: +2 -12
lines
Diff to previous 1.489.4.1 (colored) to branchpoint 1.489 (colored)
Commmit some work in progress - enable gdb6 on all architectures - add support for amd64 crash dumps - add support for /proc pid to executable filename for all archs - enable thread support for all architectures (mips doesn't build) - add a note section to kernels for the subset of platforms that have this enabled in -current.
Revision 1.489.4.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:02:59 2007 UTC (5 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.489: +4 -15
lines
Diff to previous 1.489 (colored)
Sync w/ NetBSD-4-RC_1
Revision 1.489.2.2 / (download) - annotate - [select for diffs], Thu Aug 23 11:21:44 2007 UTC (5 years, 8 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Changes since 1.489.2.1: +1 -1
lines
Diff to previous 1.489.2.1 (colored) to branchpoint 1.489 (colored)
Pull up following revision(s) (requested by joerg in ticket #823):
usr.bin/xinstall/xinstall.c: revision 1.102
tools/binstall/Makefile: revision 1.6
tools/binstall/Makefile: revision 1.7
share/mk/bsd.own.mk: revision 1.496
- When compiling nbinstall for the tool chain, use the target strip
and not /usr/bin/strip. This makes nbinstall usable for
cross-compiling in pkgsrc.
- Fix a typo in a comment.
- Fix strip() in the context of (v)fork:
- Build the argument string first using asprintf (simpler) and
avoid leaking memory from the child in the parent.
- Don't use warn in the child, as stdio should be avoided.
OK christos@, tested on Solaris by dmcmahill@.
Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
Revision 1.489.2.1 / (download) - annotate - [select for diffs], Thu Jul 19 14:38:18 2007 UTC (5 years, 10 months ago) by liamjfoy
Branch: netbsd-4
Changes since 1.489: +3 -14
lines
Diff to previous 1.489 (colored)
Pull up following revision(s) (requested by soren in ticket #774): build.sh: revision 1.169 gnu/usr.bin/gcc4/backend/Makefile: revision 1.9 sys/arch/evbsh5/README: revision 1.1 distrib/notes/common/contents: revision 1.124 usr.sbin/ndbootd/ndbootd.c: revision 1.12 gnu/lib/libopcodes/arch/sh3eb/defs.mk: revision 1.4 gnu/lib/libbfd/arch/sh3eb/defs.mk: revision 1.8 libexec/ld.elf_so/Makefile: revision 1.78 gnu/dist/binutils/bfd/config.bfd: revision 1.14 doc/HACKS: revision 1.93 distrib/cdrom/current.conf: revision 1.8 gnu/lib/libgcc4/Makefile.inc: revision 1.6 share/mk/sys.mk: revision 1.90 distrib/sets/lists/base/mi: revision 1.700 libexec/ld.elf_so/rtld.c: revision 1.112 distrib/sets/lists/base/mi: revision 1.702 sys/arch/sh5/README: revision 1.1 gnu/lib/libbfd/arch/sh3el/bfd.h: revision 1.7 usr.sbin/traceroute/traceroute.c: revision 1.69 distrib/notes/common/main: revision 1.330 distrib/notes/common/list-setsizes.sh: revision 1.2 sys/arch/Makefile: revision 1.35 gnu/lib/libopcodes/arch/sh3el/defs.mk: revision 1.4 gnu/lib/libbfd/arch/sh3el/defs.mk: revision 1.8 share/mk/bsd.own.mk: revision 1.495 gnu/lib/libbfd/arch/sh3eb/bfd.h: revision 1.7 x11/lib/OSmesa/Makefile: revision 1.20 sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.13 gnu/dist/binutils/opcodes/configure.in: revision 1.2 gnu/dist/binutils/opcodes/configure: revision 1.2 gnu/usr.bin/send-pr/categories: revision 1.53 etc/mtree/NetBSD.dist: revision 1.339 sys/arch/README: revision 1.42 lib/libc/gdtoa/Makefile.inc: revision 1.6 usr.bin/crunch/crunchide/Makefile: revision 1.16 sys/lkm/net/bsdcomp/Makefile: revision 1.5 regress/sys/uvm/Makefile: revision 1.6 etc/MAKEDEV.awk: revision 1.18 x11/Xserver/GL/GLcore/Makefile.GLcore: revision 1.10 sys/contrib/dev/ath/netbsd/Makefile.ath.inc: revision 1.14 gnu/lib/libbfd/Makefile: revision 1.42 doc/RESPONSIBLE: revision 1.78 Remove evbsh5.
Revision 1.496 / (download) - annotate - [select for diffs], Tue Jul 3 16:29:24 2007 UTC (5 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.495: +2 -2
lines
Diff to previous 1.495 (colored)
Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
Revision 1.495 / (download) - annotate - [select for diffs], Sun Apr 8 09:35:51 2007 UTC (6 years, 1 month ago) by scw
Branch: MAIN
Changes since 1.494: +3 -14
lines
Diff to previous 1.494 (colored)
Remove support for NetBSD/{,evb}sh5.
Revision 1.494 / (download) - annotate - [select for diffs], Sat Mar 31 05:58:30 2007 UTC (6 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.493: +5 -8
lines
Diff to previous 1.493 (colored)
Don't test machine_arch for m68k and m68000, just test machine_cpu for m68k. Turn on PIC/PICLIB for VAX.
Revision 1.493 / (download) - annotate - [select for diffs], Mon Feb 19 18:31:21 2007 UTC (6 years, 3 months ago) by chs
Branch: MAIN
Changes since 1.492: +2 -12
lines
Diff to previous 1.492 (colored)
switch the rest of the architectures to gdb6.
Revision 1.492 / (download) - annotate - [select for diffs], Sun Jan 14 16:19:55 2007 UTC (6 years, 4 months ago) by apb
Branch: MAIN
Changes since 1.491: +2 -1
lines
Diff to previous 1.491 (colored)
Define TOOL_JOIN.
Revision 1.491 / (download) - annotate - [select for diffs], Fri Dec 29 15:52:20 2006 UTC (6 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.490: +2 -2
lines
Diff to previous 1.490 (colored)
if MKPUFFS=yes is given, build & install mount_psshfs (default: no)
Revision 1.490 / (download) - annotate - [select for diffs], Sat Dec 9 20:13:13 2006 UTC (6 years, 5 months ago) by dyoung
Branch: MAIN
Changes since 1.489: +2 -2
lines
Diff to previous 1.489 (colored)
Change the name of the host disklabel to nbdisklabel-${MAKEWRAPPERMACHINE},
where ${MAKEWRAPPERMACHINE} is the suffix XXX on the target's make
wrapper, nbmake-XXX.
Fixes toolchain/30673, "single arch host disklabel isn't enough".
Revision 1.489 / (download) - annotate - [select for diffs], Wed Nov 29 21:49:39 2006 UTC (6 years, 5 months ago) by dsl
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: wrstuden-fixsa,
netbsd-4
Changes since 1.488: +5 -1
lines
Diff to previous 1.488 (colored)
If MAKEOBJDIRPREFIX or MAKEOBJDIR is defined, then we rely on make to set .OBJDIR so 'make -V .OBJDIR' doesn't need to read any makefiles. Given how much cud-chewing make does in order to read a line, this speeds things up significantly (the operation in hand).
Revision 1.488 / (download) - annotate - [select for diffs], Sun Nov 26 13:59:49 2006 UTC (6 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.487: +2 -2
lines
Diff to previous 1.487 (colored)
mk.conf might refer to all kinds of make variables, so we can't just pull it in without everything else (reported by martin). So revert to 1.485 which did at least work for everyone.
Revision 1.487 / (download) - annotate - [select for diffs], Fri Nov 24 12:02:55 2006 UTC (6 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.486: +2 -2
lines
Diff to previous 1.486 (colored)
fix previous: need to pull in <bsd.obj.mk> to get the real .OBJDIR
Revision 1.486 / (download) - annotate - [select for diffs], Wed Nov 22 22:04:57 2006 UTC (6 years, 5 months ago) by dsl
Branch: MAIN
Changes since 1.485: +2 -2
lines
Diff to previous 1.485 (colored)
If we only want .OBJDIR printed, there is no point parsing the default make rules, nor reading Makefile. It is rather a shame we can't stop .depend being parsed as well. Quite possibly one could argue that nothing in .depend should affect the output of 'make -V xxxx'.
Revision 1.485 / (download) - annotate - [select for diffs], Tue Nov 21 18:25:26 2006 UTC (6 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.484: +18 -16
lines
Diff to previous 1.484 (colored)
Mark all the .PHONY targets as .NOTMAIN in one go - instead of individually. Add .WAITs after beforeinstall and before afterinstall. Remove the bogus dependency lines that someone must have added with the vague hope they would cause the build to happen in the right order! Since we have 'realinstall: proginstall scriptsinstall' stopping 'realinstall' running never has stopped 'proginstall' running. Fixing this probably fixes a variety of problems, including, but not restricted to 'install' in src/sys/arch/atari/stand/bootxx (NB this particular file is untested due to other local changes)
Revision 1.484 / (download) - annotate - [select for diffs], Sun Nov 12 02:44:51 2006 UTC (6 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.483: +1 -2
lines
Diff to previous 1.483 (colored)
more uucp removal.
Revision 1.483 / (download) - annotate - [select for diffs], Fri Nov 10 17:13:15 2006 UTC (6 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.482: +2 -1
lines
Diff to previous 1.482 (colored)
if ${PROG_PAX} is defined, run paxctl on the binary after linking with
the value of the variable. This way, if you set:
PROG_PAX=+M
in /etc/mk.conf, you get what you deserve.
Revision 1.482 / (download) - annotate - [select for diffs], Wed Oct 18 23:31:50 2006 UTC (6 years, 7 months ago) by bjh21
Branch: MAIN
Changes since 1.481: +2 -2
lines
Diff to previous 1.481 (colored)
Use GDB 6 on armeb as well.
Revision 1.481 / (download) - annotate - [select for diffs], Wed Oct 18 23:22:24 2006 UTC (6 years, 7 months ago) by bjh21
Branch: MAIN
Changes since 1.480: +2 -1
lines
Diff to previous 1.480 (colored)
GDB 6.5 seems to be basically functional on ARM, so make it the default there.
Revision 1.480 / (download) - annotate - [select for diffs], Mon Oct 9 08:32:11 2006 UTC (6 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.479: +7 -13
lines
Diff to previous 1.479 (colored)
- clean up some comments to reality. - retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX - in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC - add LIBSUPCXX - don't default USE_LIBSTDCXX or USE_GCC4 since they are not used in the tree any where - same with USE_XF86_4; retire it - remove _SUPCXX handling in bsd.prog.mk inspired by PR#26714.
Revision 1.479 / (download) - annotate - [select for diffs], Sun Oct 1 05:06:20 2006 UTC (6 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.478: +3 -3
lines
Diff to previous 1.478 (colored)
- pc532 is ${MACHINE}, not ${MACHINE_ARCH}; use ns32k
- fix a comment (sh5 has been switched to gcc4)
Revision 1.478 / (download) - annotate - [select for diffs], Wed Sep 27 06:34:07 2006 UTC (6 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.477: +3 -2
lines
Diff to previous 1.477 (colored)
Default sparc64 to gdb6.
Revision 1.477 / (download) - annotate - [select for diffs], Tue Sep 26 22:11:32 2006 UTC (6 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.476: +7 -26
lines
Diff to previous 1.476 (colored)
Make GCC4 the default (except for pc532). Switch powerpc to GDB6.
Revision 1.476 / (download) - annotate - [select for diffs], Tue Sep 26 19:33:02 2006 UTC (6 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.475: +5 -2
lines
Diff to previous 1.475 (colored)
switch i386 to gdb6.
Revision 1.475 / (download) - annotate - [select for diffs], Fri Sep 22 13:14:59 2006 UTC (6 years, 7 months ago) by skrll
Branch: MAIN
Changes since 1.474: +2 -7
lines
Diff to previous 1.474 (colored)
Switch hppa to gcc4.
Revision 1.474 / (download) - annotate - [select for diffs], Tue Sep 19 04:16:11 2006 UTC (6 years, 8 months ago) by simonb
Branch: MAIN
Changes since 1.473: +5 -5
lines
Diff to previous 1.473 (colored)
Switch MIPS to gcc4 by default.
Revision 1.473 / (download) - annotate - [select for diffs], Sun Sep 17 04:40:04 2006 UTC (6 years, 8 months ago) by tsutsui
Branch: MAIN
Changes since 1.472: +2 -2
lines
Diff to previous 1.472 (colored)
Switch m68k ports to gcc4. Tested on most m68k ports. Still there is no report of atari, cesfic, luna68k, and mvme68k on real machines, but at least builds for these ports should work.
Revision 1.472 / (download) - annotate - [select for diffs], Thu Sep 14 06:28:47 2006 UTC (6 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.471: +2 -1
lines
Diff to previous 1.471 (colored)
ia64 doesn't do gdb yet.
Revision 1.471 / (download) - annotate - [select for diffs], Sun Sep 10 21:04:43 2006 UTC (6 years, 8 months ago) by cherry
Branch: MAIN
Changes since 1.470: +2 -1
lines
Diff to previous 1.470 (colored)
Switch ia64 to gcc4
Revision 1.470 / (download) - annotate - [select for diffs], Mon Sep 4 20:03:21 2006 UTC (6 years, 8 months ago) by scw
Branch: MAIN
Changes since 1.469: +2 -1
lines
Diff to previous 1.469 (colored)
Switch sh5el to gcc4.
Revision 1.469 / (download) - annotate - [select for diffs], Sat Aug 26 19:56:37 2006 UTC (6 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.468: +2 -2
lines
Diff to previous 1.468 (colored)
MACHINE_CPU for mips64e[bl] is mips
Revision 1.468 / (download) - annotate - [select for diffs], Fri Aug 25 23:35:04 2006 UTC (6 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.467: +7 -4
lines
Diff to previous 1.467 (colored)
Add enough configury glue so that src/tools can build a N64 mips toolchain.
Revision 1.467 / (download) - annotate - [select for diffs], Mon Jul 24 23:54:15 2006 UTC (6 years, 9 months ago) by uwe
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.466: +4 -4
lines
Diff to previous 1.466 (colored)
Switch sh3 to gcc4. sh3el tested on hpcsh. sh3eb only compile-tested with an mmeye build.
Revision 1.466 / (download) - annotate - [select for diffs], Sun Jul 23 12:31:29 2006 UTC (6 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.465: +4 -1
lines
Diff to previous 1.465 (colored)
add reminder to sync with etc/Makefile and share/man/man5/mk.conf.5
Revision 1.465 / (download) - annotate - [select for diffs], Sun Jul 23 11:41:27 2006 UTC (6 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.464: +7 -2
lines
Diff to previous 1.464 (colored)
Implement MKDEBUG: If "no", don't build and install separate debugging symbols into /usr/libdata/debug. Default: no
Revision 1.464 / (download) - annotate - [select for diffs], Sat Jul 22 05:29:03 2006 UTC (6 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.463: +2 -2
lines
Diff to previous 1.463 (colored)
Rename MKDEBUG to MKDEBUGLIB.
Revision 1.463 / (download) - annotate - [select for diffs], Sat Jul 8 00:32:08 2006 UTC (6 years, 10 months ago) by matt
Branch: MAIN
Changes since 1.462: +3 -3
lines
Diff to previous 1.462 (colored)
Switch vax to GCC 4
Revision 1.462 / (download) - annotate - [select for diffs], Sat Jul 1 06:02:01 2006 UTC (6 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.461: +3 -2
lines
Diff to previous 1.461 (colored)
vax needs NOPIC for >= GCC3 not just == GCC3.
Revision 1.461 / (download) - annotate - [select for diffs], Mon Jun 26 15:30:05 2006 UTC (6 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.460: +2 -1
lines
Diff to previous 1.460 (colored)
switch alpha to gcc4
Revision 1.460 / (download) - annotate - [select for diffs], Sun Jun 25 05:14:36 2006 UTC (6 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.459: +3 -2
lines
Diff to previous 1.459 (colored)
put hppa in to the list of working but not switched to GCC4 platforms.
Revision 1.459 / (download) - annotate - [select for diffs], Sat Jun 24 06:35:54 2006 UTC (6 years, 10 months ago) by garbled
Branch: MAIN
Changes since 1.458: +2 -2
lines
Diff to previous 1.458 (colored)
Switch powerpc to gcc4. Confirmed working with prep and macppc ports.
Revision 1.458 / (download) - annotate - [select for diffs], Sat Jun 24 05:24:56 2006 UTC (6 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.457: +8 -1
lines
Diff to previous 1.457 (colored)
switch sun2 over to GCC4. however, turn off profiling for sun2 since GCC4 generates bogus code when calling mcount().
Revision 1.457 / (download) - annotate - [select for diffs], Sat Jun 24 05:16:32 2006 UTC (6 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.456: +2 -2
lines
Diff to previous 1.456 (colored)
default MKISCSI to yes.
Revision 1.456 / (download) - annotate - [select for diffs], Fri Jun 23 21:51:02 2006 UTC (6 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.455: +16 -9
lines
Diff to previous 1.455 (colored)
- switch arm, armeb, i386, sparc, sparc64, x86_64 to gcc4 as discussed with gimpy and phone. - add glue for gdb-6 build
Revision 1.455 / (download) - annotate - [select for diffs], Thu Jun 22 20:13:14 2006 UTC (6 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.454: +10 -2
lines
Diff to previous 1.454 (colored)
make powerpc64 use GCC4. the first GCC4 platform! add mipsel and mipseb to the list of platforms that could have GCC4 but not done yet.
Revision 1.454 / (download) - annotate - [select for diffs], Sun Jun 18 14:38:48 2006 UTC (6 years, 11 months ago) by gdamore
Branch: MAIN
Changes since 1.453: +2 -1
lines
Diff to previous 1.453 (colored)
Forgot to commit these for TOOL_SED. Thanks to tsutsui@ for pointing it out.
Revision 1.453 / (download) - annotate - [select for diffs], Wed Jun 7 18:49:36 2006 UTC (6 years, 11 months ago) by rpaulo
Branch: MAIN
Changes since 1.452: +6 -1
lines
Diff to previous 1.452 (colored)
Add variables for /libdata/firmware path.
Revision 1.452 / (download) - annotate - [select for diffs], Fri Jun 2 22:21:34 2006 UTC (6 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.451: +15 -28
lines
Diff to previous 1.451 (colored)
delete support for USE_TOOLS_TOOLCHAIN and HAVE_GCC==2. update the list of platforms that build for GCC4 (but do not switch any of them yet.)
Revision 1.451 / (download) - annotate - [select for diffs], Tue May 30 00:52:11 2006 UTC (6 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.450: +2 -2
lines
Diff to previous 1.450 (colored)
Remove sendmail.
Revision 1.450 / (download) - annotate - [select for diffs], Fri May 12 02:04:55 2006 UTC (7 years ago) by mrg
Branch: MAIN
Changes since 1.449: +14 -4
lines
Diff to previous 1.449 (colored)
support CPPFLAG_ISYSTEMXX for GCC4.
Revision 1.449 / (download) - annotate - [select for diffs], Sun Apr 9 04:21:27 2006 UTC (7 years, 1 month ago) by tls
Branch: MAIN
Changes since 1.448: +2 -2
lines
Diff to previous 1.448 (colored)
bsd.lib.mk used MKDEBUG, but nothing defined it. Fix this.
Revision 1.448 / (download) - annotate - [select for diffs], Fri Apr 7 19:38:58 2006 UTC (7 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.447: +9 -13
lines
Diff to previous 1.447 (colored)
retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
Revision 1.427.2.3 / (download) - annotate - [select for diffs], Sun Apr 2 01:57:07 2006 UTC (7 years, 1 month ago) by rtr
Branch: rtr-xorg-branch
Changes since 1.427.2.2: +39 -20
lines
Diff to previous 1.427.2.2 (colored) next main 1.428 (colored)
sync with head
Revision 1.447 / (download) - annotate - [select for diffs], Sat Apr 1 20:20:28 2006 UTC (7 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: rtr-xorg-branch-base
Changes since 1.446: +6 -1
lines
Diff to previous 1.446 (colored)
Add a HAVE_GCC4
Revision 1.446 / (download) - annotate - [select for diffs], Wed Mar 29 21:12:20 2006 UTC (7 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.445: +2 -1
lines
Diff to previous 1.445 (colored)
Provide TOOL_GMAKE defintiion
Revision 1.445 / (download) - annotate - [select for diffs], Wed Mar 29 21:03:39 2006 UTC (7 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.444: +8 -1
lines
Diff to previous 1.444 (colored)
Provide a default for USE_GCC4 (no currently) so it can be tested against
Revision 1.444 / (download) - annotate - [select for diffs], Mon Mar 20 18:18:41 2006 UTC (7 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.443: +2 -2
lines
Diff to previous 1.443 (colored)
Oops, I did not mean to commit that [turning on relative symlinks]
Revision 1.443 / (download) - annotate - [select for diffs], Mon Mar 20 04:03:23 2006 UTC (7 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.442: +4 -9
lines
Diff to previous 1.442 (colored)
Goodbye KerberosIV
Revision 1.442 / (download) - annotate - [select for diffs], Thu Mar 16 18:43:34 2006 UTC (7 years, 2 months ago) by jwise
Branch: MAIN
Changes since 1.441: +1 -3
lines
Diff to previous 1.441 (colored)
Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
Revision 1.441 / (download) - annotate - [select for diffs], Wed Aug 17 07:13:32 2005 UTC (7 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.440: +8 -1
lines
Diff to previous 1.440 (colored)
Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes from me.
Revision 1.440 / (download) - annotate - [select for diffs], Sun Jun 12 19:31:25 2005 UTC (7 years, 11 months ago) by dyoung
Branch: MAIN
Changes since 1.439: +5 -1
lines
Diff to previous 1.439 (colored)
Add definitions for the new "host tools " disklabel and fdisk.
Define TOOL_DISKLABEL and TOOL_FDISK. Also introduce HOST_INSTALL_DIR
and HOST_INSTALL_SYMLINK. These re-usable definitions help me to
install headers for disklabel and fdisk into ${TOOLDIR}/include/nbinclude/.
Revision 1.439 / (download) - annotate - [select for diffs], Mon May 30 15:52:16 2005 UTC (7 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.438: +2 -1
lines
Diff to previous 1.438 (colored)
Add TOOL_GENASSYM. Part of PR toolchain/30350
Revision 1.413.2.2.2.3 / (download) - annotate - [select for diffs], Wed Apr 6 10:36:57 2005 UTC (8 years, 1 month ago) by he
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Changes since 1.413.2.2.2.2: +3 -0
lines
Diff to previous 1.413.2.2.2.2 (colored) to branchpoint 1.413.2.2 (colored) next main 1.414 (colored)
Pull up revision 1.425 (requested by jmc in ticket #1027): Convert bebox's remaining host tools over to the cross tools scheme. Now allows complete bebox builds on non-NetBSD and non-BSD hosts.
Revision 1.413.2.2.2.2 / (download) - annotate - [select for diffs], Wed Apr 6 10:08:44 2005 UTC (8 years, 1 month ago) by he
Branch: netbsd-2
Changes since 1.413.2.2.2.1: +3 -0
lines
Diff to previous 1.413.2.2.2.1 (colored) to branchpoint 1.413.2.2 (colored)
Pull up revision 1.426 (requested by jmc in ticket #1026): Convert remaining host tools for amiga to correct cross tools. Now allows complete amiga builds on non-NetBSD and non-BSD hosts.
Revision 1.413.2.2.2.1 / (download) - annotate - [select for diffs], Sat Apr 2 22:15:58 2005 UTC (8 years, 1 month ago) by he
Branch: netbsd-2
Changes since 1.413.2.2: +1 -0
lines
Diff to previous 1.413.2.2 (colored)
Pull up revision 1.427 (requested by jmc in ticket #1025): Convert mkboot into a full cross tool. Last hurdle for hp300 to building on non NetBSD/bsd hosts.
Revision 1.438 / (download) - annotate - [select for diffs], Mon Feb 28 02:28:09 2005 UTC (8 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Changes since 1.437: +1 -2
lines
Diff to previous 1.437 (colored)
Turn on PAM by default. Approved by core.
Revision 1.437 / (download) - annotate - [select for diffs], Thu Feb 24 14:56:55 2005 UTC (8 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.436: +1 -2
lines
Diff to previous 1.436 (colored)
Don't disable PAM when MKPIC=no. PAM should work with static libraries, and this breaks PAM on programs that decide not to use PIC libraries, such as the X server.
Revision 1.436 / (download) - annotate - [select for diffs], Tue Feb 22 14:40:01 2005 UTC (8 years, 2 months ago) by peter
Branch: MAIN
Changes since 1.435: +3 -3
lines
Diff to previous 1.435 (colored)
Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs, headers and LKM. Add MKPF; if set to no, don't build and install the pf(4) programs, headers, LKM and spamd. Both options default to yes, so nothing changed in the default build. Reviewed by lukem.
Revision 1.435 / (download) - annotate - [select for diffs], Thu Jan 13 00:15:21 2005 UTC (8 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.434: +2 -10
lines
Diff to previous 1.434 (colored)
Back out previous. The intent is for MKPAM to be "yes" and USE_PAM to be "no". The su(1) Makefile has been fixed to test the correct variable.
Revision 1.434 / (download) - annotate - [select for diffs], Thu Jan 13 00:03:56 2005 UTC (8 years, 4 months ago) by manu
Branch: MAIN
Changes since 1.433: +11 -3
lines
Diff to previous 1.433 (colored)
Put back PAM to disabled by default and add a notice explaining why it is disabled and why it should not be re-enabled until it gets stable.
Revision 1.433 / (download) - annotate - [select for diffs], Wed Jan 12 00:39:48 2005 UTC (8 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.432: +9 -2
lines
Diff to previous 1.432 (colored)
Rework PAM defaults: MKPAM=yes # provide infrastructure by default (unless MKPIC=no) USE_PAM=no # don't compile PAM support in by default
Revision 1.432 / (download) - annotate - [select for diffs], Tue Jan 11 16:20:49 2005 UTC (8 years, 4 months ago) by he
Branch: MAIN
Changes since 1.431: +2 -2
lines
Diff to previous 1.431 (colored)
Add a default setting of MKPAM to "yes".
Revision 1.431 / (download) - annotate - [select for diffs], Mon Jan 10 21:06:39 2005 UTC (8 years, 4 months ago) by manu
Branch: MAIN
Changes since 1.430: +3 -3
lines
Diff to previous 1.430 (colored)
Disable PAM by default until it gets properly integrated. Now have MKPAM=yes in /etc/mk.conf if you want to experiment with PAM.
Revision 1.430 / (download) - annotate - [select for diffs], Mon Jan 10 00:20:21 2005 UTC (8 years, 4 months ago) by he
Branch: MAIN
Changes since 1.429: +2 -1
lines
Diff to previous 1.429 (colored)
Don't build libpam and associated bits if the target platform doesn't
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no. Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.
Discussed with christos and lukem.
Revision 1.429 / (download) - annotate - [select for diffs], Fri Jan 7 18:56:41 2005 UTC (8 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.428: +4 -9
lines
Diff to previous 1.428 (colored)
EOL of XFree86 3.3.6, approved by core@NetBSD.org
Revision 1.428 / (download) - annotate - [select for diffs], Thu Jan 6 00:42:58 2005 UTC (8 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.427: +3 -3
lines
Diff to previous 1.427 (colored)
Provide MKPAM and USE_PAM
Revision 1.427.2.2 / (download) - annotate - [select for diffs], Tue Dec 7 11:07:32 2004 UTC (8 years, 5 months ago) by rtr
Branch: rtr-xorg-branch
Changes since 1.427.2.1: +779 -0
lines
Diff to previous 1.427.2.1 (colored)
+ rename X11LOADABLE -> MKX11LOADABLE for consistency
Revision 1.427.2.1, Sun Nov 28 11:14:41 2004 UTC (8 years, 5 months ago) by rtr
Branch: rtr-xorg-branch
Changes since 1.427: +0 -779
lines
FILE REMOVED
file bsd.own.mk was added on branch rtr-xorg-branch on 2004-12-07 11:07:32 +0000
Revision 1.427 / (download) - annotate - [select for diffs], Sun Nov 28 11:14:41 2004 UTC (8 years, 5 months ago) by jmc
Branch: MAIN
Branch point for: rtr-xorg-branch
Changes since 1.426: +2 -1
lines
Diff to previous 1.426 (colored)
Convert mkboot into a full cross tool. Last hurdle for hp300 to building on non NetBSD/bsd hosts.
Revision 1.426 / (download) - annotate - [select for diffs], Sun Nov 28 07:00:52 2004 UTC (8 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.425: +4 -1
lines
Diff to previous 1.425 (colored)
Convert remaining host tools for amiga to correct cross tools. Now allows complete amiga builds on non netbsd/bsd hosts
Revision 1.425 / (download) - annotate - [select for diffs], Thu Nov 25 08:09:14 2004 UTC (8 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.424: +4 -1
lines
Diff to previous 1.424 (colored)
Convert bebox's remaining host tools over to cross tools scheme. Builds to sets w/o error now.
Revision 1.424 / (download) - annotate - [select for diffs], Sat Aug 7 21:42:52 2004 UTC (8 years, 9 months ago) by chs
Branch: MAIN
Changes since 1.423: +1 -3
lines
Diff to previous 1.423 (colored)
turn on lint and profiling for hppa.
Revision 1.423 / (download) - annotate - [select for diffs], Wed Aug 4 05:32:47 2004 UTC (8 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.422: +1 -41
lines
Diff to previous 1.422 (colored)
Revert most of previous, and move the LIB<libname>?= assignments
back to bsd.prog.mk from bsd.own.mk.
pkgsrc uses <bsd.own.mk>, and setting LIB<libname> in it causes
problems with various package builds.
This should fix PR #26542 submitted by Jim Bernard.
(I'll be implementing the DPADD for shared libraries in a different
manner that generally won't depend upon ${LIB<libname>}.)
Revision 1.422 / (download) - annotate - [select for diffs], Fri Jul 30 04:18:48 2004 UTC (8 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.421: +50 -7
lines
Diff to previous 1.421 (colored)
Move the LIB<libname>?= assignments from bsd.prog.mk to bsd.own.mk so that they may be used by non PROGs (e.g., LIBs). Improve some comments.
Revision 1.413.2.2 / (download) - annotate - [select for diffs], Thu Jun 17 08:09:44 2004 UTC (8 years, 11 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Changes since 1.413.2.1: +1 -0
lines
Diff to previous 1.413.2.1 (colored) to branchpoint 1.413 (colored) next main 1.414 (colored)
Pull up revision 1.420 (requested by abs in ticket #497): Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
Revision 1.413.2.1 / (download) - annotate - [select for diffs], Mon Jun 14 18:05:53 2004 UTC (8 years, 11 months ago) by tron
Branch: netbsd-2-0
Changes since 1.413: +2 -2
lines
Diff to previous 1.413 (colored)
Pull up revision 1.421 (requested by jmc in ticket #472): Clean up HOST_OSTYPE a bit more and turn any spaces into _'s as well as stripping paren'd values from HOST_ARCH. Fixes PR#25586 for uname -p output on linux hosts which return multi-word values
Revision 1.421 / (download) - annotate - [select for diffs], Fri Jun 11 07:14:16 2004 UTC (8 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.420: +2 -2
lines
Diff to previous 1.420 (colored)
Clean up HOST_OSTYPE a bit more and turn any spaces into _'s as well as stripping paren'd values from HOST_ARCH. Fixes PR#25586 for uname -p output on linux hosts which return multi-word values
Revision 1.420 / (download) - annotate - [select for diffs], Tue Jun 8 21:46:52 2004 UTC (8 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.419: +2 -1
lines
Diff to previous 1.419 (colored)
Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
Revision 1.419 / (download) - annotate - [select for diffs], Sun May 23 01:45:23 2004 UTC (9 years ago) by lukem
Branch: MAIN
Changes since 1.418: +2 -2
lines
Diff to previous 1.418 (colored)
* Add MKPRIVATELIB; if not "no", act as "MKPROFILE=no MKPIC=no MKLINT=no"
and don't install the (.a) library.
This is useful for "build only" helper libraries.
* Add some #{ [...] #} comments around large conditional statements.
Revision 1.418 / (download) - annotate - [select for diffs], Wed May 12 16:56:43 2004 UTC (9 years ago) by cl
Branch: MAIN
Changes since 1.417: +15 -1
lines
Diff to previous 1.417 (colored)
``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen for i386. The resulting release consists of: - NetBSD/xen for i386 kernel, loader and docuemntation - NetBSD/i386 userland sets
Revision 1.417 / (download) - annotate - [select for diffs], Wed May 12 13:49:01 2004 UTC (9 years ago) by lukem
Branch: MAIN
Changes since 1.416: +3 -1
lines
Diff to previous 1.416 (colored)
define X11ETCDIR (as /etc/X11)
Revision 1.416 / (download) - annotate - [select for diffs], Fri Apr 30 08:10:22 2004 UTC (9 years ago) by skrll
Branch: MAIN
Changes since 1.415: +2 -1
lines
Diff to previous 1.415 (colored)
GDB doesn't work on hppa at the moment.
Revision 1.415 / (download) - annotate - [select for diffs], Tue Apr 13 12:37:29 2004 UTC (9 years, 1 month ago) by rtr
Branch: MAIN
Changes since 1.414: +2 -1
lines
Diff to previous 1.414 (colored)
+ define a proper variable/knob for building XFree86 as loadable or non. let the breakage begin...
Revision 1.414 / (download) - annotate - [select for diffs], Tue Apr 13 12:25:03 2004 UTC (9 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.413: +24 -1
lines
Diff to previous 1.413 (colored)
Add MAKEDIRPREFIX shell macro to <bsd.own.mk>.
Usage: ${MAKEDIRTARGET} dir target [params]
Runs "cd $${dir} && ${MAKE} [params] $${target}",
displaying a "pretty" message whilst doing so.
Use MAKEDIRPREFIX to implement the __recurse .USE macro in <bsd.subdir.mk>
Revision 1.413 / (download) - annotate - [select for diffs], Mon Mar 8 06:30:33 2004 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.412: +5 -1
lines
Diff to previous 1.412 (colored)
Turn off MKKERBEROS4 if MKKERBEROS==no.
Revision 1.412 / (download) - annotate - [select for diffs], Thu Mar 4 13:10:28 2004 UTC (9 years, 2 months ago) by rtr
Branch: MAIN
Changes since 1.411: +2 -1
lines
Diff to previous 1.411 (colored)
+ add switch for DRI components of X11 build.
Revision 1.411 / (download) - annotate - [select for diffs], Sun Feb 22 01:41:39 2004 UTC (9 years, 3 months ago) by uwe
Branch: MAIN
Changes since 1.410: +2 -4
lines
Diff to previous 1.410 (colored)
Flip HAVE_GCC3 switch for sh3 ports.
Revision 1.410 / (download) - annotate - [select for diffs], Fri Feb 13 05:13:37 2004 UTC (9 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.409: +2 -2
lines
Diff to previous 1.409 (colored)
Change STRIPFLAG from "-s" to ""; we now don't strip binaries with install(1). The benefits of having the symbol table available by default (easier debugging of core dumps, etc) outweigh the minor (3%) increase in the size of the distribution, and end-users can always strip(1) their systems if they're concerned about that 3% of disk space.
Revision 1.409 / (download) - annotate - [select for diffs], Fri Jan 30 08:48:18 2004 UTC (9 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.408: +2 -2
lines
Diff to previous 1.408 (colored)
Add '-h sha1' to INSTPRIV.unpriv, so that SHA-1 hashes for installed files are calculated and written to the METALOG.
Revision 1.408 / (download) - annotate - [select for diffs], Wed Jan 7 12:06:34 2004 UTC (9 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.407: +2 -2
lines
Diff to previous 1.407 (colored)
Add MKX11 to control if src/x11 is traversed during the build. (default: no) Document <bsd.x11.mk>.
Revision 1.407 / (download) - annotate - [select for diffs], Sat Jan 3 01:05:42 2004 UTC (9 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.406: +2 -2
lines
Diff to previous 1.406 (colored)
sort list
Revision 1.406 / (download) - annotate - [select for diffs], Fri Jan 2 16:12:36 2004 UTC (9 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.405: +9 -9
lines
Diff to previous 1.405 (colored)
Consistently test all variables that support a "yes"/"no" value with
${VAR} == "no"
or
${VAR} != "no"
(instead of against "yes"). Variables affected:
TOOLCHAIN_MISSING
HAVE_GCC3
USE_TOOLS_TOOLCHAIN
NEED_OWN_INSTALL_TARGET
USE_SHLIBDIR
Improve the documentation.
Revision 1.405 / (download) - annotate - [select for diffs], Thu Dec 11 00:28:08 2003 UTC (9 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.404: +2 -1
lines
Diff to previous 1.404 (colored)
Add TOOL_MACPPCFIXCOFF
Revision 1.404 / (download) - annotate - [select for diffs], Sun Dec 7 23:07:37 2003 UTC (9 years, 5 months ago) by simonb
Branch: MAIN
Changes since 1.403: +3 -1
lines
Diff to previous 1.403 (colored)
Disable native gdb for ns32k (but cross-gdb works).
Revision 1.403 / (download) - annotate - [select for diffs], Sun Dec 7 22:52:56 2003 UTC (9 years, 5 months ago) by scw
Branch: MAIN
Changes since 1.402: +7 -8
lines
Diff to previous 1.402 (colored)
And the monkey flicks the switch ... Enable the in-tree toolchain on sh5, at least for the time being so I can evaluate the situation. There are still numerous problems with gcc3's sh5 support, not least of which is the fact that a native gcc3 doesn't work at all. As a cross-compiler, it works reasonably well. Certainly enough to build userland and kernel code. Binutils also has problems dealing with shared libraries on sh5, so we're back to static userland for now.
Revision 1.402 / (download) - annotate - [select for diffs], Sun Dec 7 22:33:16 2003 UTC (9 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.401: +2 -2
lines
Diff to previous 1.401 (colored)
Fix fumble-fingers && && -> &&
Revision 1.401 / (download) - annotate - [select for diffs], Sun Dec 7 22:23:00 2003 UTC (9 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.400: +6 -2
lines
Diff to previous 1.400 (colored)
Turn on NOPIC= if using GCC3 for VAX.
Revision 1.400 / (download) - annotate - [select for diffs], Fri Dec 5 12:14:42 2003 UTC (9 years, 5 months ago) by simonb
Branch: MAIN
Changes since 1.399: +5 -8
lines
Diff to previous 1.399 (colored)
ns32k doesn't have a missing toolchain anymore, does support gcc3 and always uses static libraries (for now...)
Revision 1.399 / (download) - annotate - [select for diffs], Fri Dec 5 02:35:24 2003 UTC (9 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.398: +3 -3
lines
Diff to previous 1.398 (colored)
Add MKINET6/USE_INET6 support.
Revision 1.398 / (download) - annotate - [select for diffs], Thu Dec 4 09:29:35 2003 UTC (9 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.397: +1 -11
lines
Diff to previous 1.397 (colored)
build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils
as they are needed earlier than when gnu/usr.bin/binutils is built when
"make -j" is used.
Revision 1.397 / (download) - annotate - [select for diffs], Wed Dec 3 10:26:45 2003 UTC (9 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.396: +14 -24
lines
Diff to previous 1.396 (colored)
switch everyone to binutils 2.14. it's confirmed to work on all the platforms that actually build at the moment...
Revision 1.396 / (download) - annotate - [select for diffs], Thu Nov 27 13:10:00 2003 UTC (9 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.395: +2 -2
lines
Diff to previous 1.395 (colored)
oops, really force 2.13
Revision 1.395 / (download) - annotate - [select for diffs], Thu Nov 27 13:09:37 2003 UTC (9 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.394: +17 -45
lines
Diff to previous 1.394 (colored)
remove the GDB53 section. change the polarity of the GCC3 section - list missing ports. add a binutils 2.14 knob, forced to 2.13 for now.
Revision 1.394 / (download) - annotate - [select for diffs], Mon Nov 24 05:44:59 2003 UTC (9 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.393: +10 -10
lines
Diff to previous 1.393 (colored)
In _MKTARGET_*, use ${.CURDIR:T} instead of ${.OBJDIR:T}, because that's more
useful when using actual 'obj' dirs. Suggested by Alan Barrett, with some
tweaks by me.
Revision 1.393 / (download) - annotate - [select for diffs], Sat Nov 22 21:53:28 2003 UTC (9 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.392: +10 -10
lines
Diff to previous 1.392 (colored)
In the various _MKTARGET macros, prepend "${.OBJDIR:T}/" to the ${.TARGET},
to provide more context about the operation. Especially useful for crunched
binaries and kernel builds. Idea suggested by David Laight <dsl@>
Revision 1.392 / (download) - annotate - [select for diffs], Sun Nov 9 02:54:50 2003 UTC (9 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.391: +4 -5
lines
Diff to previous 1.391 (colored)
switch to GDB 5.3 on armeb & m68000.
Revision 1.391 / (download) - annotate - [select for diffs], Fri Nov 7 00:05:24 2003 UTC (9 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.390: +4 -1
lines
Diff to previous 1.390 (colored)
Support MAKEVERBOSE more effectively.
Revision 1.390 / (download) - annotate - [select for diffs], Wed Nov 5 07:14:31 2003 UTC (9 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.389: +2 -2
lines
Diff to previous 1.389 (colored)
Switch ARM to gdb 5.3. XXX 26bit support isn't there at the moment.
Revision 1.389 / (download) - annotate - [select for diffs], Tue Nov 4 07:14:24 2003 UTC (9 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.388: +2 -2
lines
Diff to previous 1.388 (colored)
switch sun2 to GCC3
Revision 1.388 / (download) - annotate - [select for diffs], Mon Nov 3 00:30:34 2003 UTC (9 years, 6 months ago) by sekiya
Branch: MAIN
Changes since 1.387: +4 -2
lines
Diff to previous 1.387 (colored)
Use XFree86 4.x on sgimips.
Revision 1.387 / (download) - annotate - [select for diffs], Tue Oct 28 07:22:55 2003 UTC (9 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.386: +7 -7
lines
Diff to previous 1.386 (colored)
GCC3: - move m68000 into "mostly working" section GDB53: - move m68000 & armeb into "in progress" section - enable sh3eb
Revision 1.386 / (download) - annotate - [select for diffs], Tue Oct 28 07:09:03 2003 UTC (9 years, 6 months ago) by simonb
Branch: MAIN
Changes since 1.385: +3 -3
lines
Diff to previous 1.385 (colored)
Sort MACHINE_ARCH's in the GDB section.
Revision 1.385 / (download) - annotate - [select for diffs], Mon Oct 27 01:45:20 2003 UTC (9 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.384: +2 -2
lines
Diff to previous 1.384 (colored)
turn on GCC3 for armeb
Revision 1.384 / (download) - annotate - [select for diffs], Mon Oct 27 01:35:12 2003 UTC (9 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.383: +3 -3
lines
Diff to previous 1.383 (colored)
Mark GCC3 for sh3el as "mostly working". Remaining issues are toolchain/22452 and toolchain/22489 (gcc's optimization/11937).
Revision 1.383 / (download) - annotate - [select for diffs], Mon Oct 27 01:29:58 2003 UTC (9 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.382: +2 -2
lines
Diff to previous 1.382 (colored)
Switch sh3el to GDB 5.3.
Revision 1.382 / (download) - annotate - [select for diffs], Sun Oct 26 06:26:26 2003 UTC (9 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.381: +3 -3
lines
Diff to previous 1.381 (colored)
I have no idea how this built, given that there seems to be a syntax error...
Revision 1.381 / (download) - annotate - [select for diffs], Sun Oct 26 05:45:05 2003 UTC (9 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.380: +4 -1
lines
Diff to previous 1.380 (colored)
Note that armeb needs GCC 3, and hppa and m68000 need GDB 5.3.
Revision 1.380 / (download) - annotate - [select for diffs], Sun Oct 26 02:17:46 2003 UTC (9 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.379: +7 -4
lines
Diff to previous 1.379 (colored)
Improve how build.sh -N and MAKEVERBOSE interoperate; rather than adding '-s' to make's command line in the makewrapper, use the .SILENT target based on MAKEVERBOSE's value. This means that you can do: ./build.sh -N 1 makewrapper $TOOLDIR/bin/nbmake-$MACHINE # runs at MAKEVERBOSE==1, with command lines suppressed $TOOLDIR/bin/nbmake-$MACHINE MAKEVERBOSE=2 # runs at MAKEVERBOSE==2 for this invocation, with command lines shown
Revision 1.379 / (download) - annotate - [select for diffs], Sun Oct 26 01:29:34 2003 UTC (9 years, 6 months ago) by simonb
Branch: MAIN
Changes since 1.378: +3 -3
lines
Diff to previous 1.378 (colored)
Switch MIPS to GDB 5.3
Revision 1.378 / (download) - annotate - [select for diffs], Sat Oct 25 22:25:55 2003 UTC (9 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.377: +3 -3
lines
Diff to previous 1.377 (colored)
Throw the switch for mipseb and mipsel -- GCC 3 works.
Revision 1.377 / (download) - annotate - [select for diffs], Sat Oct 25 19:02:55 2003 UTC (9 years, 6 months ago) by matt
Branch: MAIN
Changes since 1.376: +2 -2
lines
Diff to previous 1.376 (colored)
Switch VAX to GDB 5.3
Revision 1.376 / (download) - annotate - [select for diffs], Fri Oct 24 17:44:36 2003 UTC (9 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.375: +2 -2
lines
Diff to previous 1.375 (colored)
68k works with GCC 3 on next68k and amiga. Throw the switch.
Revision 1.375 / (download) - annotate - [select for diffs], Wed Oct 22 07:43:59 2003 UTC (9 years, 7 months ago) by skrll
Branch: MAIN
Changes since 1.374: +2 -2
lines
Diff to previous 1.374 (colored)
gdb 5.3 for arm is in progress
Revision 1.374 / (download) - annotate - [select for diffs], Tue Oct 21 16:36:58 2003 UTC (9 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.373: +44 -1
lines
Diff to previous 1.373 (colored)
Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and change all the variable assignments from = to ?=
Revision 1.373 / (download) - annotate - [select for diffs], Sat Oct 18 23:40:36 2003 UTC (9 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.372: +16 -4
lines
Diff to previous 1.372 (colored)
Default MK{BINUTILS,CVS,GCCCMDS,POSTFIX,SENDMAIL,UUCP} to yes
Revision 1.372 / (download) - annotate - [select for diffs], Tue Oct 14 02:08:02 2003 UTC (9 years, 7 months ago) by fvdl
Branch: MAIN
Changes since 1.371: +3 -2
lines
Diff to previous 1.371 (colored)
Enable gdb 5.3 for MACHINE_ARCH == x86_64
Revision 1.371 / (download) - annotate - [select for diffs], Mon Oct 6 05:19:32 2003 UTC (9 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.370: +3 -3
lines
Diff to previous 1.370 (colored)
HPPA toolchain is now in-tree.
Revision 1.370 / (download) - annotate - [select for diffs], Sun Oct 5 02:22:30 2003 UTC (9 years, 7 months ago) by fvdl
Branch: MAIN
Changes since 1.369: +4 -4
lines
Diff to previous 1.369 (colored)
Enable gcc3 for x86_64.
Revision 1.369 / (download) - annotate - [select for diffs], Sat Sep 27 04:27:32 2003 UTC (9 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.368: +2 -1
lines
Diff to previous 1.368 (colored)
List VAX as non-GCC3.
Revision 1.368 / (download) - annotate - [select for diffs], Fri Sep 26 20:51:55 2003 UTC (9 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.367: +1 -2
lines
Diff to previous 1.367 (colored)
back out previous, suggested by gimpy.
Revision 1.367 / (download) - annotate - [select for diffs], Fri Sep 26 20:40:29 2003 UTC (9 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.366: +2 -1
lines
Diff to previous 1.366 (colored)
entry for amd64->x86_64 map in gnu arch.
Revision 1.366 / (download) - annotate - [select for diffs], Wed Sep 24 06:19:12 2003 UTC (9 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.365: +3 -3
lines
Diff to previous 1.365 (colored)
Switch Alpha to GDB5.3
Revision 1.365 / (download) - annotate - [select for diffs], Wed Sep 24 04:58:33 2003 UTC (9 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.364: +3 -3
lines
Diff to previous 1.364 (colored)
Switch PowerPC to GCC 3.3.1 and GDB 5.3.
Revision 1.364 / (download) - annotate - [select for diffs], Tue Sep 23 13:45:27 2003 UTC (9 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.363: +2 -2
lines
Diff to previous 1.363 (colored)
Turn on the switch for gdb53/m68k. Thanks Christian Limpach!
Revision 1.363 / (download) - annotate - [select for diffs], Mon Sep 22 14:50:51 2003 UTC (9 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.362: +14 -2
lines
Diff to previous 1.362 (colored)
Add more comments for gdb-5.3
Revision 1.362 / (download) - annotate - [select for diffs], Mon Sep 22 01:25:06 2003 UTC (9 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.361: +2 -2
lines
Diff to previous 1.361 (colored)
Add missing continuator.
Revision 1.361 / (download) - annotate - [select for diffs], Sun Sep 21 20:16:47 2003 UTC (9 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.360: +2 -2
lines
Diff to previous 1.360 (colored)
Switch MACHINE_ARCH arm to GCC 3.3.1
Revision 1.360 / (download) - annotate - [select for diffs], Fri Sep 19 08:15:46 2003 UTC (9 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.359: +1 -4
lines
Diff to previous 1.359 (colored)
switch i386, sparc, sparc64 & alpha to GCC 3.3.1.
Revision 1.359 / (download) - annotate - [select for diffs], Thu Sep 18 23:17:57 2003 UTC (9 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.358: +13 -1
lines
Diff to previous 1.358 (colored)
add a HAVE_GDB53 switch. defaults to no one yet.
Revision 1.358 / (download) - annotate - [select for diffs], Sat Sep 13 19:08:28 2003 UTC (9 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.357: +3 -3
lines
Diff to previous 1.357 (colored)
implement MKSTATICLIB, which defaults to "yes". if "no" (which NOSTATICLIB also sets, a la the other variables), prevents build and installation of the "normal" static *.a libraries.
Revision 1.357 / (download) - annotate - [select for diffs], Fri Sep 12 07:44:10 2003 UTC (9 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.356: +15 -1
lines
Diff to previous 1.356 (colored)
add infrastructure to support reach-over builds of xsrc
Revision 1.356 / (download) - annotate - [select for diffs], Mon Sep 1 09:38:42 2003 UTC (9 years, 8 months ago) by uwe
Branch: MAIN
Changes since 1.355: +3 -3
lines
Diff to previous 1.355 (colored)
Now that HAVE_GCC3 is always defined, adjust the logic that selects if NOPIC for sh3 should be set to check the value of HAVE_GCC3.
Revision 1.355 / (download) - annotate - [select for diffs], Fri Aug 29 10:51:21 2003 UTC (9 years, 8 months ago) by martin
Branch: MAIN
Changes since 1.354: +3 -3
lines
Diff to previous 1.354 (colored)
Default sparc64 to XFree 4.
Revision 1.354 / (download) - annotate - [select for diffs], Thu Aug 28 12:28:34 2003 UTC (9 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.353: +2 -2
lines
Diff to previous 1.353 (colored)
Fix logic error in last change which caused GCC 3.x to be the default for several platforms unintentionally.
Revision 1.353 / (download) - annotate - [select for diffs], Wed Aug 27 16:03:17 2003 UTC (9 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.352: +18 -8
lines
Diff to previous 1.352 (colored)
introduce an additional switch to enable building GCC3 instead of GCC2: HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change the definition of the former to be restricted to whether tools/toolchain is used or not.
Revision 1.352 / (download) - annotate - [select for diffs], Fri Aug 1 22:51:34 2003 UTC (9 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.351: +10 -8
lines
Diff to previous 1.351 (colored)
use -isystem-cxx for now. update the "mostly ready to switch to gcc3" list
Revision 1.351 / (download) - annotate - [select for diffs], Mon Jul 28 08:53:54 2003 UTC (9 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.350: +15 -4
lines
Diff to previous 1.350 (colored)
replace MKCXXSUPCXX(!=no) with USE_LIBSTDCXX(==no)
Revision 1.350 / (download) - annotate - [select for diffs], Mon Jul 28 07:03:43 2003 UTC (9 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.349: +4 -4
lines
Diff to previous 1.349 (colored)
Change defined(CXX_SUPCXX) to MKCXXSUPCXX != "no". Clarify that command-line overrides of the MKxxx variables should be done via the environment rather than make(1) command-line variable assignment, since the latter doesn't actually work as intended.
Revision 1.349 / (download) - annotate - [select for diffs], Mon Jul 28 05:54:18 2003 UTC (9 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.348: +2 -1
lines
Diff to previous 1.348 (colored)
Back last commit and just allow USE_TOOLS_TOOLCHAIN be overridden in the environment.
Revision 1.348 / (download) - annotate - [select for diffs], Mon Jul 28 05:52:29 2003 UTC (9 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.347: +1 -2
lines
Diff to previous 1.347 (colored)
Let the if define USE_TOOLS_TOOLCHAIN.
Revision 1.347 / (download) - annotate - [select for diffs], Mon Jul 28 02:38:33 2003 UTC (9 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.346: +2 -2
lines
Diff to previous 1.346 (colored)
Be consistent how "multiple include protection" is implemented. I.e, .if !defined(_BSD_foo_MK_) _BSD_foo_MK_=1 # ... .endif # !defined(_BSD_foo_MK_)
Revision 1.346 / (download) - annotate - [select for diffs], Sun Jul 27 14:49:22 2003 UTC (9 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.345: +27 -11
lines
Diff to previous 1.345 (colored)
introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system includes. for GCC3, set this to -I instead of -isystem. XXX this should really be either not required or a -isystem-cxx, but for now this is required to build libstdc++-v3, which otherwise complains heavily about STL headers not being C code(!)
Revision 1.345 / (download) - annotate - [select for diffs], Fri Jul 25 16:24:08 2003 UTC (9 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.344: +11 -1
lines
Diff to previous 1.344 (colored)
add a new variable USE_TOOLS_TOOLCHAIN that is set to "yes" currently, but will be set to "no" when GCC3 is used in tree.
Revision 1.344 / (download) - annotate - [select for diffs], Wed Jul 23 08:01:46 2003 UTC (9 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.343: +5 -3
lines
Diff to previous 1.343 (colored)
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se (build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
Revision 1.343 / (download) - annotate - [select for diffs], Tue Jul 22 11:48:59 2003 UTC (9 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.342: +3 -2
lines
Diff to previous 1.342 (colored)
switch sparc port to xfree 4 tree.
Revision 1.342 / (download) - annotate - [select for diffs], Sun Jul 20 14:36:12 2003 UTC (9 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.341: +2 -1
lines
Diff to previous 1.341 (colored)
add TOOL_STAT for stat(1)
Revision 1.341 / (download) - annotate - [select for diffs], Fri Jul 18 08:26:09 2003 UTC (9 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.340: +121 -43
lines
Diff to previous 1.340 (colored)
Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.
Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined.
Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
Revision 1.340 / (download) - annotate - [select for diffs], Fri Jul 18 02:52:51 2003 UTC (9 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.339: +13 -11
lines
Diff to previous 1.339 (colored)
Add MKMANZ; if not set to "no", compress the manual pages at installation time. This replaces the previous .if defined (MANZ) behaviour, although the latter will set MKMANZ=yes for compatibility purposes. Don't bother with -P-bou in TOOL_ROFF_HTML; it doesn't appear to be necessary with groff 1.19. Fix NOHTML implementation to be consistent with other NOxxx / MKxxx variables, and expose the user-tweakable MKHTML.
Revision 1.339 / (download) - annotate - [select for diffs], Wed Jul 16 13:19:49 2003 UTC (9 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.338: +2 -3
lines
Diff to previous 1.338 (colored)
Change the default TOOLDIR from top-of-obj/tools/tools.OS-VERSION-STRING to top-of-obj/tooldir.OS-VERSION-STRING It's more consistent with the build.sh defaults for DESTDIR and RELEASEDIR, and it's easier on "mr lazy completion fingers".
Revision 1.338 / (download) - annotate - [select for diffs], Thu Jul 10 10:34:36 2003 UTC (9 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.337: +53 -47
lines
Diff to previous 1.337 (colored)
Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
Revision 1.337 / (download) - annotate - [select for diffs], Wed Jul 2 15:37:21 2003 UTC (9 years, 10 months ago) by marcus
Branch: MAIN
Changes since 1.336: +2 -2
lines
Diff to previous 1.336 (colored)
With gcc3, PIC code can be created for sh3.
Revision 1.336 / (download) - annotate - [select for diffs], Mon Jun 30 18:48:52 2003 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.335: +2 -1
lines
Diff to previous 1.335 (colored)
Add NROFF.
Revision 1.335 / (download) - annotate - [select for diffs], Thu Jun 26 06:30:08 2003 UTC (9 years, 10 months ago) by tshiozak
Branch: MAIN
Changes since 1.334: +3 -1
lines
Diff to previous 1.334 (colored)
Citrus iconv support(3) add host tools : mkcsmapper and mkesdb mkcsmapper - coded character set mapping table compiler mkesdb - encoding scheme database compiler
Revision 1.334 / (download) - annotate - [select for diffs], Sun May 18 08:09:25 2003 UTC (10 years ago) by lukem
Branch: MAIN
Changes since 1.333: +2 -1
lines
Diff to previous 1.333 (colored)
Add ${TOOL_DB}; db(1) as a (host) tool.
Note: this is the first tool using a "TOOL_" prefix in the make(1) variable;
other similar "non-standard" variable names will be converted in the future.
Revision 1.333 / (download) - annotate - [select for diffs], Thu May 8 20:39:00 2003 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.332: +2 -2
lines
Diff to previous 1.332 (colored)
Fix _HOST_CYGWIN lossage.
Revision 1.332 / (download) - annotate - [select for diffs], Thu May 8 18:59:06 2003 UTC (10 years ago) by salo
Branch: MAIN
Changes since 1.331: +2 -2
lines
Diff to previous 1.331 (colored)
Whitespace.
Revision 1.331 / (download) - annotate - [select for diffs], Thu May 8 13:02:09 2003 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.330: +2 -1
lines
Diff to previous 1.330 (colored)
Deal with CYGWIN's sh screwage.
Revision 1.330 / (download) - annotate - [select for diffs], Tue Apr 29 14:59:02 2003 UTC (10 years ago) by scw
Branch: MAIN
Changes since 1.329: +1 -2
lines
Diff to previous 1.329 (colored)
Build shared libraries by default on sh5. They seem stable enough now.
Revision 1.329 / (download) - annotate - [select for diffs], Sun Apr 27 10:15:01 2003 UTC (10 years ago) by fvdl
Branch: MAIN
Changes since 1.328: +2 -2
lines
Diff to previous 1.328 (colored)
Correct previous. MACHINE is amd64. MACHINE_ARCH is x86_64.
Revision 1.328 / (download) - annotate - [select for diffs], Sun Apr 27 10:10:28 2003 UTC (10 years ago) by tron
Branch: MAIN
Changes since 1.327: +3 -3
lines
Diff to previous 1.327 (colored)
x86_64 -> amd64
Revision 1.327 / (download) - annotate - [select for diffs], Fri Apr 11 22:40:31 2003 UTC (10 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.326: +18 -2
lines
Diff to previous 1.326 (colored)
Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It is sometimes necessary for non-library Makefiles to determine if _pic libraries are being built. Problem pointed out by Havard Eidnes.
Revision 1.326 / (download) - annotate - [select for diffs], Tue Mar 25 23:35:48 2003 UTC (10 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.325: +2 -1
lines
Diff to previous 1.325 (colored)
add file as a host tool
Revision 1.325 / (download) - annotate - [select for diffs], Fri Mar 7 01:21:56 2003 UTC (10 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.324: +2 -1
lines
Diff to previous 1.324 (colored)
Add a HEXDUMP host tool.
Revision 1.294.2.9 / (download) - annotate - [select for diffs], Thu Feb 20 10:03:16 2003 UTC (10 years, 3 months ago) by tron
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001
Changes since 1.294.2.8: +3 -3
lines
Diff to previous 1.294.2.8 (colored) to branchpoint 1.294 (colored) next main 1.295 (colored)
Pull up revision 1.305 (requested by jmc in ticket #1178): Default cats to using X 4. Also correct macppc entry while here.
Revision 1.294.2.8 / (download) - annotate - [select for diffs], Thu Feb 20 10:02:21 2003 UTC (10 years, 3 months ago) by tron
Branch: netbsd-1-6
Changes since 1.294.2.7: +3 -2
lines
Diff to previous 1.294.2.7 (colored) to branchpoint 1.294 (colored)
Pull up revision 1.304 (requested by jmc in ticket #1178): USE_XF86_4 on macppc.
Revision 1.324 / (download) - annotate - [select for diffs], Mon Dec 23 06:52:50 2002 UTC (10 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.323: +3 -2
lines
Diff to previous 1.323 (colored)
Rework METALOG manipulation:
- add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading
${DESTDIR} from the metalogged path
- provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make
it easier to replace manual metalog manipulation in the future.
- with manual metalog additions, don't add the leading ${DESTDIR} in the path
- in maketars, use "mtree -C ..." instead of
"mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";
Benefits:
- maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds
on a P3-600.
(This also benefits "make installworld" at the top level.)
- ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}"
on all the pathnames, and it's smaller as well.
Revision 1.323 / (download) - annotate - [select for diffs], Mon Dec 23 02:23:57 2002 UTC (10 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.322: +3 -1
lines
Diff to previous 1.322 (colored)
Only set INSTPRIV?= if "inside" a NetBSD src tree (i.e, ${_SRC_TOP_} != "").
Fixes a problem found by Andrew Brown where programs outside of the NetBSD
src that use the /usr/share/mk framework (such as pkgsrc/pkgtools/digest)
couldn't be installed if /usr/src/etc wasn't present.
Revision 1.322 / (download) - annotate - [select for diffs], Mon Dec 23 02:01:29 2002 UTC (10 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.321: +3 -3
lines
Diff to previous 1.321 (colored)
correct a comment
Revision 1.321 / (download) - annotate - [select for diffs], Thu Dec 19 12:44:03 2002 UTC (10 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.320: +2 -2
lines
Diff to previous 1.320 (colored)
Add "-N ${NETBSDSRCDIR}/etc" to ${INSTPRIV}, so that non-host ${INSTALL_*}
rules use that directory to lookup users & groups as opposed to the
host system's passwd(5) and group(5) databases.
This is a change of behaviour which should make the build system more
robust when new users & groups are added to the NetBSD source.
The only users who may be adversely affected are those (small number,
if any) that renumber the uids & gids away from the "standard" NetBSD
ones; in this case said users should maintain local mods to
${NETBSDSRCDIR}/etc/{master.passwd,group} ...
Revision 1.320 / (download) - annotate - [select for diffs], Sun Dec 8 20:19:56 2002 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.319: +48 -45
lines
Diff to previous 1.319 (colored)
Centralize the definition of the tool name prefix (i.e. "nb") into bsd.own.mk, as the _TOOL_PREFIX variable.
Revision 1.294.2.7 / (download) - annotate - [select for diffs], Sun Dec 1 21:40:39 2002 UTC (10 years, 5 months ago) by he
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH001-RC1
Changes since 1.294.2.6: +2 -2
lines
Diff to previous 1.294.2.6 (colored) to branchpoint 1.294 (colored)
Pull up revision 1.312 (requested by itojun in ticket #861): MDC2 is a patented algorithm, so don't ship it in the default libcrypto. Defining MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
Revision 1.294.2.6 / (download) - annotate - [select for diffs], Sun Dec 1 12:31:00 2002 UTC (10 years, 5 months ago) by he
Branch: netbsd-1-6
Changes since 1.294.2.5: +2 -2
lines
Diff to previous 1.294.2.5 (colored) to branchpoint 1.294 (colored)
Pull up revision 1.309 (requested by thorpej in ticket #827): No longer have to invoke lorder with the shell explicitly; the host tool is patched to use the working shell as the interpreter.
Revision 1.294.2.5 / (download) - annotate - [select for diffs], Sat Nov 30 15:17:08 2002 UTC (10 years, 5 months ago) by he
Branch: netbsd-1-6
Changes since 1.294.2.4: +3 -2
lines
Diff to previous 1.294.2.4 (colored) to branchpoint 1.294 (colored)
Pull up revision 1.308 (requested by thorpej in ticket #809): o Add MKTEMP as a host tool. o Pass MKTEMP to lorder, and invoke lorder with sh.
Revision 1.319 / (download) - annotate - [select for diffs], Tue Nov 26 23:15:53 2002 UTC (10 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.318: +1 -6
lines
Diff to previous 1.318 (colored)
Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality, and only support the "copies" default. Per discussion on tech-userlevel@.
Revision 1.318 / (download) - annotate - [select for diffs], Tue Nov 26 19:51:16 2002 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.317: +22 -3
lines
Diff to previous 1.317 (colored)
* If EXTERNAL_TOOLCHAIN is defined, consider it to be the root of
where the GNU tools are found, e.g. ${EXTERNAL_TOOLCHAIN}/bin/...
* Allow MACHINE_GNU_PLATFORM to be set in mk.conf.
Revision 1.317 / (download) - annotate - [select for diffs], Tue Nov 26 19:30:13 2002 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.316: +7 -9
lines
Diff to previous 1.316 (colored)
sh64 -> sh5, which matches the names that the NetBSD-targeted GNU toolchain uses for 32-bit SH5. OK'd by steve.
Revision 1.316 / (download) - annotate - [select for diffs], Tue Oct 22 18:48:29 2002 UTC (10 years, 7 months ago) by perry
Branch: MAIN
Changes since 1.315: +3 -1
lines
Diff to previous 1.315 (colored)
Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
Revision 1.315 / (download) - annotate - [select for diffs], Fri Sep 27 21:37:57 2002 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.314: +6 -16
lines
Diff to previous 1.314 (colored)
Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin. The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs. This is done by decoupling where a shlib is installed from how it is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR, contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR. The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README for usage details.
Revision 1.314 / (download) - annotate - [select for diffs], Fri Sep 27 17:03:08 2002 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.313: +2 -12
lines
Diff to previous 1.313 (colored)
Back out previous; it was incomplete.
Revision 1.313 / (download) - annotate - [select for diffs], Fri Sep 27 15:56:40 2002 UTC (10 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.312: +13 -3
lines
Diff to previous 1.312 (colored)
Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin. The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
Revision 1.136.4.8 / (download) - annotate - [select for diffs], Fri Sep 27 07:24:43 2002 UTC (10 years, 7 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.136.4.7: +3 -1
lines
Diff to previous 1.136.4.7 (colored) to branchpoint 1.136 (colored) next main 1.137 (colored)
MDC2 is a patented algorithm; don't ship it in default libcrypto. MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2. (itojun)
Revision 1.312 / (download) - annotate - [select for diffs], Thu Sep 26 13:05:56 2002 UTC (10 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.311: +2 -2
lines
Diff to previous 1.311 (colored)
MDC2 is a patented algorithm; don't ship it in default libcrypto. MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
Revision 1.311 / (download) - annotate - [select for diffs], Sun Sep 22 15:08:19 2002 UTC (10 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.310: +2 -2
lines
Diff to previous 1.310 (colored)
Enable MKDYNAMICROOT=yes by default.
This means that:
+ /bin and /sbin (and the few programs in /usr/* which were statically
linked) are now dynamically linked.
+ The shared libraries that are needed by the /bin and /sbin programs
are now installed into /lib (with compatability symlinks from
/usr/lib). These are:
c crypt edit ipsec kvm m m387 termcap termlib util z
+ The shared linker is now in /libexec/ld.elf_so, and
/usr/libexec/ld.elf_so is a symlink to the former.
If you want the prior behaviour of "some applications statically linked,
the rest dynamically linked", set MKDYNAMICROOT=no in your mk.conf(5).
If you have a philosophical objection to dynamic libraries, continue
to set LDSTATIC=-static in your mk.conf(5), and please don't waste any
more time in trying to convince us why dynamic libraries are 3v1l.
Revision 1.310 / (download) - annotate - [select for diffs], Tue Sep 17 23:18:30 2002 UTC (10 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.309: +42 -40
lines
Diff to previous 1.309 (colored)
* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into two variables: TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64). EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms. If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build. If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc). * Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it.
Revision 1.309 / (download) - annotate - [select for diffs], Sun Sep 15 17:07:14 2002 UTC (10 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.308: +2 -2
lines
Diff to previous 1.308 (colored)
No longer have to invoke lorder with the shell explicitly; the host tool is patched to use the working shell as the interpreter.
Revision 1.308 / (download) - annotate - [select for diffs], Sat Sep 14 05:01:45 2002 UTC (10 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.307: +3 -2
lines
Diff to previous 1.307 (colored)
* Add MKTEMP as a host tool. * Pass MKTEMP to lorder, and invoke lorder with sh.
Revision 1.307 / (download) - annotate - [select for diffs], Wed Aug 28 09:57:10 2002 UTC (10 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.306: +2 -2
lines
Diff to previous 1.306 (colored)
In the MKDYNAMICROOT==yes case, move the shared linker from /lib/ld.elf_so to /libexec/ld.elf_so. Per discussion with a few other developers.
Revision 1.306 / (download) - annotate - [select for diffs], Tue Aug 27 14:46:14 2002 UTC (10 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.305: +15 -1
lines
Diff to previous 1.305 (colored)
Implement MKDYNAMICROOT, which currently defaults to "no", but will
be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur:
in <bsd.own.mk>:
SHLIBDIR?= /lib
SHLINKDIR?= /lib
in various Makefiles, the following entry is DISABLED.
LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
Revision 1.305 / (download) - annotate - [select for diffs], Sat Aug 3 22:10:07 2002 UTC (10 years, 9 months ago) by chris
Branch: MAIN
Changes since 1.304: +3 -3
lines
Diff to previous 1.304 (colored)
Default cats to using X 4. Also correct macppc entry while here.
Revision 1.294.2.4 / (download) - annotate - [select for diffs], Thu Jul 18 04:41:58 2002 UTC (10 years, 10 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1
Changes since 1.294.2.3: +1 -2
lines
Diff to previous 1.294.2.3 (colored) to branchpoint 1.294 (colored)
Pull up revision 1.303 (requested by fredette in ticket #516): Now build profiled libraries on m68000.
Revision 1.304 / (download) - annotate - [select for diffs], Wed Jul 17 20:02:15 2002 UTC (10 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.303: +3 -2
lines
Diff to previous 1.303 (colored)
USE_XF86_4 on macppc.
Revision 1.303 / (download) - annotate - [select for diffs], Wed Jul 17 18:46:14 2002 UTC (10 years, 10 months ago) by fredette
Branch: MAIN
Changes since 1.302: +1 -2
lines
Diff to previous 1.302 (colored)
Now build profiled libraries on m68000.
Revision 1.302 / (download) - annotate - [select for diffs], Thu Jul 11 15:30:03 2002 UTC (10 years, 10 months ago) by scw
Branch: MAIN
Changes since 1.301: +2 -1
lines
Diff to previous 1.301 (colored)
Add MKBFD=no for SH5.
Revision 1.301 / (download) - annotate - [select for diffs], Thu Jul 11 15:00:57 2002 UTC (10 years, 10 months ago) by scw
Branch: MAIN
Changes since 1.300: +18 -3
lines
Diff to previous 1.300 (colored)
SH5 Makefile Magic.
Revision 1.294.2.3 / (download) - annotate - [select for diffs], Wed Jul 3 12:05:21 2002 UTC (10 years, 10 months ago) by lukem
Branch: netbsd-1-6
Changes since 1.294.2.2: +6 -1
lines
Diff to previous 1.294.2.2 (colored) to branchpoint 1.294 (colored)
Pull up revision 1.300 (requested by tron in ticket #427): Use XFree86 4.x by default on i386 and x86_64. This change was approved by Frank van der Linden.
Revision 1.300 / (download) - annotate - [select for diffs], Wed Jul 3 11:51:34 2002 UTC (10 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.299: +6 -1
lines
Diff to previous 1.299 (colored)
Use XFree86 4.x by default on i386 and x86_64. This change was approved by Frank van der Linden.
Revision 1.299 / (download) - annotate - [select for diffs], Mon Jul 1 19:31:12 2002 UTC (10 years, 10 months ago) by fredette
Branch: MAIN
Changes since 1.298: +1 -3
lines
Diff to previous 1.298 (colored)
Enabled building PIC on hppa. Also don't use a --netbsdelf GNU target name.
Revision 1.294.2.2 / (download) - annotate - [select for diffs], Thu Jun 13 02:41:48 2002 UTC (10 years, 11 months ago) by lukem
Branch: netbsd-1-6
Changes since 1.294.2.1: +2 -1
lines
Diff to previous 1.294.2.1 (colored) to branchpoint 1.294 (colored)
Pull up revision 1.295 (requested by eeh in ticket #257): Add fgen as a host tool, used for sys/arch/sparc/bootblk.
Revision 1.294.2.1 / (download) - annotate - [select for diffs], Tue Jun 11 15:58:32 2002 UTC (10 years, 11 months ago) by lukem
Branch: netbsd-1-6
Changes since 1.294: +2 -1
lines
Diff to previous 1.294 (colored)
Pull up revision 1.298 (requested by mason in ticket #247): Add cat(1) as a host tool.
Revision 1.298 / (download) - annotate - [select for diffs], Mon Jun 10 18:40:58 2002 UTC (10 years, 11 months ago) by mason
Branch: MAIN
Changes since 1.297: +2 -1
lines
Diff to previous 1.297 (colored)
Add cat(1) as a host tool.
Revision 1.297 / (download) - annotate - [select for diffs], Mon Jun 10 14:14:47 2002 UTC (10 years, 11 months ago) by fredette
Branch: MAIN
Changes since 1.296: +11 -1
lines
Diff to previous 1.296 (colored)
Add cases for hppa.
Revision 1.296 / (download) - annotate - [select for diffs], Wed Jun 5 02:42:09 2002 UTC (10 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.295: +22 -7
lines
Diff to previous 1.295 (colored)
Some changes to facilitate fixing the toolchain issue on ns32k: * Don't make OBJECT_FMT dependent on USE_NEW_TOOLCHAIN. All ports except ns32k are ELF, so set it appropriately. Allow it to be overridden in the ns32k case. * If ns32k && USE_NEW_TOOLCHAIN, don't build shared libraries, because external toolchains don't support them for our a.out. * If ns32k && OBJECT_FMT == ELF, the GNU platform is "netbsdelf". * If ns32k && USE_NEW_TOOLCHAIN, don't attempt to build the in-tree binutils 2.11.2, gdb 5.0, or gcc 2.95.3. This allows us to do USE_NEW_TOOLCHAIN cross-builds to ns32k using an external toolchain.
Revision 1.295 / (download) - annotate - [select for diffs], Tue May 28 21:56:06 2002 UTC (10 years, 11 months ago) by bjh21
Branch: MAIN
Changes since 1.294: +2 -1
lines
Diff to previous 1.294 (colored)
Add fgen as a host tool, used for sys/arch/sparc/bootblk.
Revision 1.294 / (download) - annotate - [select for diffs], Mon May 20 14:34:07 2002 UTC (11 years ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Changes since 1.293: +3 -2
lines
Diff to previous 1.293 (colored)
Add cases for "armeb" (big-endian ARM).
Revision 1.293 / (download) - annotate - [select for diffs], Tue May 7 12:13:54 2002 UTC (11 years ago) by lukem
Branch: MAIN
Changes since 1.292: +1 -2
lines
Diff to previous 1.292 (colored)
remove now-unnecessary SPARCINSTALLBOOT
Revision 1.292 / (download) - annotate - [select for diffs], Fri May 3 20:38:42 2002 UTC (11 years ago) by kleink
Branch: MAIN
Changes since 1.291: +2 -1
lines
Diff to previous 1.291 (colored)
Add PREPMKBOOTIMAGE.
Revision 1.291 / (download) - annotate - [select for diffs], Fri May 3 08:58:45 2002 UTC (11 years ago) by lukem
Branch: MAIN
Changes since 1.290: +2 -6
lines
Diff to previous 1.290 (colored)
Move the METALOG from ${_SRC_TOP_OBJ_} to ${DESTDIR}.
There were too many synchronisation problems with using the former;
including situations such as a "make clean" performed between two
installs to the same DESTDIR would result in a truncated METALOG and
the resultant sets would be missing stuff such as include files that
don't get reinstalled if they haven't changed, even with !UPDATE.
Revision 1.290 / (download) - annotate - [select for diffs], Mon Apr 29 19:27:07 2002 UTC (11 years ago) by wiz
Branch: MAIN
Changes since 1.289: +1 -4
lines
Diff to previous 1.289 (colored)
sh3e[bl] uses new toolchain, so remove an .elsif that doesn't make sense anymore.
Revision 1.289 / (download) - annotate - [select for diffs], Fri Apr 26 19:16:04 2002 UTC (11 years ago) by groo
Branch: MAIN
Changes since 1.288: +2 -3
lines
Diff to previous 1.288 (colored)
Complete the switch to NEW_TOOLCHAIN for sh3e[lb].
Revision 1.288 / (download) - annotate - [select for diffs], Fri Apr 26 15:02:02 2002 UTC (11 years ago) by lukem
Branch: MAIN
Changes since 1.287: +6 -10
lines
Diff to previous 1.287 (colored)
Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. Defaults to the directory determined by the _SRC_TOP_ logic (if != ""), and the BSDSRCDIR. NETBSDSRCDIR has been provided for use by the various NetBSD source Makefiles to find the top of the NetBSD source tree, and isn't affected by the inheritance properties of _SRC_TOP_, nor does it have the magic BSDOBJDIR baggage that BSDSRCDIR is stuck with.
Revision 1.287 / (download) - annotate - [select for diffs], Fri Apr 26 14:27:23 2002 UTC (11 years ago) by lukem
Branch: MAIN
Changes since 1.286: +28 -22
lines
Diff to previous 1.286 (colored)
Revert part of previous; don't set _SRC_TOP_ to BSDSRCDIR if it can't be
determined, since BSDSRCDIR's default of /usr/src might not exist and the
calculation of _SRC_TOP_OBJ_ would then generate a warning :-(.
_SRC_TOP_ can now == "" if make(1) (or a parent make(1)) was started
outside of the NetBSD source tree.
Now, if _SRC_TOP_ != "", BSDSRCDIR defaults to ${_SRC_TOP_} and
BSDOBJDIR defaults to the objdir of ${BSDSRCDIR}.
Failsafe defaults for BSDSRCDIR (/usr/src) and BSDOBJDIR (/usr/obj)
are provided later in the file.
This should result in a usable BSDSRCDIR default (i.e, _SRC_TOP_ if
running from within the source tree), with safe fallbacks as appropriate
(/usr/src, as always), meaning that BSDSRCDIR should be able to be used
instead of _SRC_TOP_ in the source tree, although I need to carefully
test this. *aaaiiiieeee!!!*. (Now I understand some of Todd's pain :)
Revision 1.286 / (download) - annotate - [select for diffs], Tue Apr 23 07:20:22 2002 UTC (11 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.285: +28 -14
lines
Diff to previous 1.285 (colored)
Overhaul how _SRC_TOP_ is determined, ensuring that it will be set to
${BSDSRCDIR} if make(1) is running outside of the NetBSD source tree.
This should solve various issues, including building xsrc which uses
${BSDSRCDIR}/distrib/sets/maketars.
Revision 1.285 / (download) - annotate - [select for diffs], Fri Apr 12 05:08:53 2002 UTC (11 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.284: +2 -1
lines
Diff to previous 1.284 (colored)
add ELF2ECOFF
Revision 1.284 / (download) - annotate - [select for diffs], Wed Apr 10 15:05:45 2002 UTC (11 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.283: +2 -2
lines
Diff to previous 1.283 (colored)
replace BSDSRCDIR with _SRC_TOP_, since the latter is more likely to be "accurate". document _SRC_TOP_.
Revision 1.283 / (download) - annotate - [select for diffs], Mon Apr 8 12:25:22 2002 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.282: +3 -5
lines
Diff to previous 1.282 (colored)
No more arm32.
Revision 1.282 / (download) - annotate - [select for diffs], Wed Apr 3 05:32:58 2002 UTC (11 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.281: +2 -1
lines
Diff to previous 1.281 (colored)
add INSTALLBOOT. sort some entries in bsd.sys.mk
Revision 1.281 / (download) - annotate - [select for diffs], Sun Mar 31 15:01:39 2002 UTC (11 years, 1 month ago) by bjh21
Branch: MAIN
Changes since 1.280: +2 -1
lines
Diff to previous 1.280 (colored)
Add CKSUM.
Revision 1.280 / (download) - annotate - [select for diffs], Sun Mar 31 14:59:04 2002 UTC (11 years, 1 month ago) by bjh21
Branch: MAIN
Changes since 1.279: +2 -2
lines
Diff to previous 1.279 (colored)
MACHINE_ARCH can't be "arm26", so don't bother checking for that.
Revision 1.279 / (download) - annotate - [select for diffs], Sat Mar 30 21:53:27 2002 UTC (11 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.278: +2 -3
lines
Diff to previous 1.278 (colored)
Change VAX to default to new toolchain.
Revision 1.278 / (download) - annotate - [select for diffs], Thu Mar 28 06:59:39 2002 UTC (11 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.277: +2 -2
lines
Diff to previous 1.277 (colored)
Don't complain if vax && ELF.
Revision 1.277 / (download) - annotate - [select for diffs], Mon Mar 25 14:03:06 2002 UTC (11 years, 1 month ago) by shiba
Branch: MAIN
Changes since 1.276: +2 -3
lines
Diff to previous 1.276 (colored)
Switch mac68k to ELF. Now the default executable binaries are ELF. Approved by Scott,briggs,fredb,wormey
Revision 1.276 / (download) - annotate - [select for diffs], Fri Mar 22 18:12:08 2002 UTC (11 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.275: +14 -9
lines
Diff to previous 1.275 (colored)
Split the notion of building Hesiod, Kerberos, S/key, and YP infrastructure and using that infrastructure in programs. * MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building of the infratsructure (libraries, support programs, etc.) * USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control building of support for using the corresponding API in various libraries/programs that can use it. As discussed on tech-toolchain.
Revision 1.275 / (download) - annotate - [select for diffs], Tue Mar 19 11:03:05 2002 UTC (11 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.274: +6 -2
lines
Diff to previous 1.274 (colored)
- ensure that check_DESTDIR and check_RELEASEDIR are always available, even if USETOOLS==no. - wrap setting of DESTDIR?= with own USETOOLS==yes check. should fix a problem noted on current-users with USETOOLS=no
Revision 1.274 / (download) - annotate - [select for diffs], Mon Mar 18 18:42:52 2002 UTC (11 years, 2 months ago) by bjh21
Branch: MAIN
Changes since 1.273: +1 -2
lines
Diff to previous 1.273 (colored)
We never set MACHINE_ARCH to "arm26" so remove the MACHINE_GNU_ARCH mapping for it.
Revision 1.273 / (download) - annotate - [select for diffs], Sat Mar 9 15:17:45 2002 UTC (11 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.272: +1 -5
lines
Diff to previous 1.272 (colored)
Remove the ability to set "USE_NEW_TOOLCHAIN=no" explicitly. This is a one-way transition, so once it's defined by default for a port, it can't be turned off.
Revision 1.272 / (download) - annotate - [select for diffs], Tue Mar 5 03:53:58 2002 UTC (11 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.271: +25 -24
lines
Diff to previous 1.271 (colored)
oops; should define check_DESTDIR before setting default for DESTDIR...
Revision 1.271 / (download) - annotate - [select for diffs], Tue Mar 5 03:51:23 2002 UTC (11 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.270: +24 -1
lines
Diff to previous 1.270 (colored)
provide check_DESTDIR and check_RELEASEDIR targets in <bsd.own.mk> and use those rather than local versions
Revision 1.270 / (download) - annotate - [select for diffs], Fri Feb 15 21:28:04 2002 UTC (11 years, 3 months ago) by is
Branch: MAIN
Changes since 1.269: +1 -2
lines
Diff to previous 1.269 (colored)
Move Amiga PORT to ELF and new toolchain. Still missing: support in UPGRADE to move old shared libs to /emul/aout
Revision 1.269 / (download) - annotate - [select for diffs], Fri Feb 15 10:20:24 2002 UTC (11 years, 3 months ago) by matthias
Branch: MAIN
Changes since 1.268: +2 -2
lines
Diff to previous 1.268 (colored)
".else if" doesn't work, thus everything was "COFF". Changed to ".elif".
Revision 1.268 / (download) - annotate - [select for diffs], Thu Feb 7 00:53:34 2002 UTC (11 years, 3 months ago) by ross
Branch: MAIN
Changes since 1.267: +5 -1
lines
Diff to previous 1.267 (colored)
if NOMAN is defined, also define NOHTML
Revision 1.267 / (download) - annotate - [select for diffs], Mon Feb 4 08:49:04 2002 UTC (11 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.266: +3 -7
lines
Diff to previous 1.266 (colored)
* Turn lint and profiling on for SuperH. * Turn lint on for m68000.
Revision 1.266 / (download) - annotate - [select for diffs], Sun Feb 3 23:52:23 2002 UTC (11 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.265: +3 -1
lines
Diff to previous 1.265 (colored)
Allow PIC on SuperH if HAVE_GCC3 is defined.
Revision 1.265 / (download) - annotate - [select for diffs], Thu Jan 31 22:43:42 2002 UTC (11 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.264: +5 -1
lines
Diff to previous 1.264 (colored)
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has been tested on Solaris/x86 and Linux hosts. * Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
Revision 1.264 / (download) - annotate - [select for diffs], Tue Jan 29 19:17:49 2002 UTC (11 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.263: +18 -31
lines
Diff to previous 1.263 (colored)
Simplify OBJECT_FMT assignment: * All new-toolchain platforms are ELF. * Else, if SuperH, old toolchain is COFF. * Else, a.out.
Revision 1.263 / (download) - annotate - [select for diffs], Tue Jan 29 10:21:35 2002 UTC (11 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.262: +2 -2
lines
Diff to previous 1.262 (colored)
rpcgen now accepts CPP from the environment; set it here for TOOLDIR builds.
Revision 1.262 / (download) - annotate - [select for diffs], Mon Jan 28 21:46:49 2002 UTC (11 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.261: +2 -3
lines
Diff to previous 1.261 (colored)
Make sun2 use the new toolchain.
Revision 1.261 / (download) - annotate - [select for diffs], Mon Jan 28 19:22:52 2002 UTC (11 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.260: +2 -1
lines
Diff to previous 1.260 (colored)
GNU_ARCH.m68000=m68010
Revision 1.260 / (download) - annotate - [select for diffs], Mon Jan 28 01:44:19 2002 UTC (11 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.259: +2 -1
lines
Diff to previous 1.259 (colored)
m68000 also gets "-netbsdelf", for consistency with m68k.
Revision 1.259 / (download) - annotate - [select for diffs], Mon Jan 28 00:37:25 2002 UTC (11 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.258: +9 -18
lines
Diff to previous 1.258 (colored)
Reverse the sense of the check for new-toolchain platforms. Instead, list the MACHINE_ARCHs and MACHINEs that have NOT yet converted to the new-toolchain.
Revision 1.258 / (download) - annotate - [select for diffs], Sun Jan 27 23:33:51 2002 UTC (11 years, 3 months ago) by ross
Branch: MAIN
Changes since 1.257: +2 -2
lines
Diff to previous 1.257 (colored)
Drink ALL the Kool-Aid. (Move -mieee from lib/ to bsd.*.mk; new var MKIEEEFP defaults to yes.)
Revision 1.257 / (download) - annotate - [select for diffs], Sat Jan 26 23:53:00 2002 UTC (11 years, 3 months ago) by reinoud
Branch: MAIN
Changes since 1.256: +2 -2
lines
Diff to previous 1.256 (colored)
Some targets were obmitted in the .PHONY declaration in the bsd.own.mk file resulting in (number of suffix rules) times stat() calls to be made to the kernel. Also fixing typo cheanhtml to cleanhtml.
Revision 1.256 / (download) - annotate - [select for diffs], Fri Jan 25 05:21:40 2002 UTC (11 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.255: +2 -1
lines
Diff to previous 1.255 (colored)
add $PAX to both, and $MAKEFS to bsd.sys.mk
Revision 1.255 / (download) - annotate - [select for diffs], Sat Jan 19 13:32:52 2002 UTC (11 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.254: +3 -1
lines
Diff to previous 1.254 (colored)
add SUNLABEL & SPARCINSTALLBOOT.
Revision 1.254 / (download) - annotate - [select for diffs], Tue Jan 15 19:13:59 2002 UTC (11 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.253: +2 -2
lines
Diff to previous 1.253 (colored)
Remove parentheticals from _HOST_OSREL, to avoid them showing up in directory names (which would confuse shells).
Revision 1.253 / (download) - annotate - [select for diffs], Thu Jan 10 05:17:21 2002 UTC (11 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.252: +1 -1
lines
Diff to previous 1.252 (colored)
revert previous, and reenable tools/makefs now that it works on netbsd-current and netbsd-1-5
Revision 1.252 / (download) - annotate - [select for diffs], Wed Jan 9 16:58:36 2002 UTC (11 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.251: +2 -2
lines
Diff to previous 1.251 (colored)
Disable makefs in src/tools for the moment; it's very dependent on -current NetBSD headers and sources right now. (Temporary workaround for PR 15175.)
Revision 1.251 / (download) - annotate - [select for diffs], Sat Jan 5 07:34:08 2002 UTC (11 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.250: +2 -1
lines
Diff to previous 1.250 (colored)
add ${ZIC}
Revision 1.250 / (download) - annotate - [select for diffs], Sat Jan 5 07:29:31 2002 UTC (11 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.249: +2 -1
lines
Diff to previous 1.249 (colored)
add ${MAKEFS}
Revision 1.249 / (download) - annotate - [select for diffs], Fri Jan 4 06:23:41 2002 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.248: +3 -2
lines
Diff to previous 1.248 (colored)
Switch the MIPS ports to the new-toolchain.
Revision 1.248 / (download) - annotate - [select for diffs], Thu Jan 3 22:45:26 2002 UTC (11 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.247: +2 -1
lines
Diff to previous 1.247 (colored)
Add more tolerant script-based implementation of mkdep for host tool compiles. Based loosely on mkdep.old.compiler (so CSRG license copied), but now uses just one rewrite (awk) process per cpp invocation and determines the proper way to run cpp and awk via a "configure" script. Use HOST_MKDEP in bsd.hostlib/hostprog.mk (defaulting to the old override value of MKDEP), and give it a TOOLDIR equivalent in bsd.own.mk.
Revision 1.247 / (download) - annotate - [select for diffs], Wed Jan 2 23:58:18 2002 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.246: +1 -7
lines
Diff to previous 1.246 (colored)
Remove x86-64 "nolint" hack.
Revision 1.246 / (download) - annotate - [select for diffs], Wed Jan 2 23:48:20 2002 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.245: +1 -7
lines
Diff to previous 1.245 (colored)
Remove the "MKLINT=no if HAVE_GCC3" hack; a patch to support lint comments has been submitted to the GCC maintainers, so if you're using a GCC 3.x that doesn't support lint, set MKLINT=no in mk.conf.
Revision 1.245 / (download) - annotate - [select for diffs], Tue Jan 1 01:44:29 2002 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.244: +7 -1
lines
Diff to previous 1.244 (colored)
If HAVE_GCC3 is set, force MKLINT to "no", since GCC 3.x's C pre-processor does not yet support our lint(1).
Revision 1.244 / (download) - annotate - [select for diffs], Tue Jan 1 01:17:32 2002 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.243: +1 -2
lines
Diff to previous 1.243 (colored)
Don't set NOPROFILE for x86-64.
Revision 1.243 / (download) - annotate - [select for diffs], Mon Dec 31 23:06:34 2001 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.242: +11 -4
lines
Diff to previous 1.242 (colored)
* Remove -Wno-format -fno-builtin from CFLAGS in the x86-64 case. * Default MKBFD, MKGDB, and MKGCC to "yes". Set them to "no" for x86-64.
Revision 1.242 / (download) - annotate - [select for diffs], Fri Dec 28 06:57:41 2001 UTC (11 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.241: +2 -1
lines
Diff to previous 1.241 (colored)
x86_64 doesn't use the "new toolchain" but it doesn't really use the old one either. The "new toolchain" environment is closer to what we want, however, for using the external toolchain currently required for x86_64, so set USE_NEW_TOOLCHAIN for x86_64.
Revision 1.241 / (download) - annotate - [select for diffs], Fri Dec 28 01:32:41 2001 UTC (11 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.240: +8 -1
lines
Diff to previous 1.240 (colored)
* Add user-controlled mk.conf variables
- SHLIBDIR Location to install shared libraries if ${USE_SHLIBDIR}
is "yes". Defaults to "/usr/lib".
- USE_SHLIBDIR If "yes", install shared libraries in ${SHLIBDIR}
instead of ${LIBDIR}. Defaults to "no".
Sets ${_LIBSODIR} to the appropriate value.
This may be set by individual Makefiles as well.
- SHLINKDIR Location of shared linker. Defaults to "/usr/libexec".
If != "/usr/libexec", change the dynamic-linker
encoded in shared programs
* Set USE_SHLIBDIR for libraries used by /bin and /sbin:
libc libcrypt libcrypto libedit libipsec libkvm libm libmi387
libtermcap libutil libz
* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so*
to ${_LIBSODIR}/${LIB}.so* for compatibility.
* Always install /sbin/init statically (for now)
The net effect of these changes depends on how the variables are set:
1.) If nothing is set or changed, there is no change from the
current behaviour:
- Static /bin, /sbin, and bits of /usr/*
- Dynamic rest
- Shared linker is /usr/libexec/ld*so
2.) If the following make variables are set:
LDSTATIC=
SHLINKDIR=/lib
SHLIBDIR=/lib
Then the behaviour becomes:
- Dynamic tools
- .so libraries used by /bin and /sbin are installed to /lib,
with symlinks from /usr/lib/lib*so to -> /lib/lib*so
where appropriate
- Shared linker is /lib/ld*so
3.) As per 2.), but add the following variable:
USE_SHLIBDIR=yes
This forces all .so's to be instaleld in /lib (with compat
symlinks), not just those tagged by their Makefiles to be.
Again, compat symlinks are installed
Revision 1.240 / (download) - annotate - [select for diffs], Mon Dec 24 11:38:05 2001 UTC (11 years, 4 months ago) by minoura
Branch: MAIN
Changes since 1.239: +5 -3
lines
Diff to previous 1.239 (colored)
ELF!!
Revision 1.239 / (download) - annotate - [select for diffs], Sat Dec 22 23:38:20 2001 UTC (11 years, 5 months ago) by chs
Branch: MAIN
Changes since 1.238: +3 -1
lines
Diff to previous 1.238 (colored)
convert luna68k to ELF. ok'd by nisimura.
Revision 1.238 / (download) - annotate - [select for diffs], Thu Dec 20 18:29:47 2001 UTC (11 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.237: +3 -2
lines
Diff to previous 1.237 (colored)
Switch alpha to the new toolchain.
Revision 1.237 / (download) - annotate - [select for diffs], Sun Dec 16 20:31:09 2001 UTC (11 years, 5 months ago) by scw
Branch: MAIN
Changes since 1.236: +9 -2
lines
Diff to previous 1.236 (colored)
Switch all OBJECT_FMT=elf m68k ports to new-toolchain.
Revision 1.236 / (download) - annotate - [select for diffs], Sat Dec 15 01:50:33 2001 UTC (11 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.235: +3 -3
lines
Diff to previous 1.235 (colored)
Err, after consulting FSF's config.sub, shl -> shle.
Revision 1.235 / (