Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gdb/dist
Module Name: src
Committed By: christos
Date: Sun Sep 25 16:30:27 UTC 2011
Modified Files:
src/external/gpl3/gdb/dist/gdb: alphabsd-nat.c alphanbsd-tdep.c
amd64nbsd-nat.c amd64nbsd-tdep.c armnbsd-nat.c bsd-kvm.c
configure.host hppa-tdep.c hppa-tdep.h i386bsd-nat.c i386nbsd-nat.c
i386nbsd-tdep.c inf-ptrace.c m68kbsd-nat.c ppcnbsd-nat.c regcache.c
shnbsd-nat.c shnbsd-tdep.c sparc64nbsd-nat.c sparcnbsd-nat.c
user-regs.c vaxbsd-nat.c
src/external/gpl3/gdb/dist/gdb/config/alpha: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/config/i386: nbsd64.mh
src/external/gpl3/gdb/dist/gdb/config/m68k: nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/config/mips: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/powerpc: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/sh: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/sparc: nbsd64.mh
src/external/gpl3/gdb/dist/gdb/config/vax: nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/tui: tui-stack.c
src/external/gpl3/gdb/dist/libiberty: strerror.c
src/external/gpl3/gdb/dist/opcodes: cgen.sh configure configure.in
src/external/gpl3/gdb/dist/sim: configure
src/external/gpl3/gdb/dist/sim/common: callback.c cgen.sh
src/external/gpl3/gdb/dist/sim/mips: Makefile.in
src/external/gpl3/gdb/dist/sim/mn10300: Makefile.in
src/external/gpl3/gdb/dist/sim/ppc: emul_netbsd.c
src/external/gpl3/gdb/dist/sim/v850: Makefile.in
Added Files:
src/external/gpl3/gdb/dist/gdb: shnbsd-tdep.h
src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mt
Log Message:
Apply the diffs that are relevant from our old gdb6 source tree.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/alphabsd-nat.c \
src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c \
src/external/gpl3/gdb/dist/gdb/amd64nbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c \
src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/bsd-kvm.c \
src/external/gpl3/gdb/dist/gdb/configure.host \
src/external/gpl3/gdb/dist/gdb/hppa-tdep.c \
src/external/gpl3/gdb/dist/gdb/hppa-tdep.h \
src/external/gpl3/gdb/dist/gdb/i386bsd-nat.c \
src/external/gpl3/gdb/dist/gdb/i386nbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c \
src/external/gpl3/gdb/dist/gdb/inf-ptrace.c \
src/external/gpl3/gdb/dist/gdb/m68kbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/regcache.c \
src/external/gpl3/gdb/dist/gdb/shnbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/shnbsd-tdep.c \
src/external/gpl3/gdb/dist/gdb/sparc64nbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/sparcnbsd-nat.c \
src/external/gpl3/gdb/dist/gdb/user-regs.c \
src/external/gpl3/gdb/dist/gdb/vaxbsd-nat.c
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/dist/gdb/shnbsd-tdep.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/powerpc/nbsd.mh
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/config/sh/nbsd.mh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/sparc/nbsd64.mh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/tui/tui-stack.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/libiberty/strerror.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/opcodes/cgen.sh \
src/external/gpl3/gdb/dist/opcodes/configure \
src/external/gpl3/gdb/dist/opcodes/configure.in
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/sim/configure
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/sim/common/callback.c \
src/external/gpl3/gdb/dist/sim/common/cgen.sh
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/sim/mips/Makefile.in
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/sim/mn10300/Makefile.in
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/sim/v850/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index