Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist Remove ".gitignore" files which black...



details:   https://anonhg.NetBSD.org/src/rev/f0380a158431
branches:  trunk
changeset: 771880:f0380a158431
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Dec 05 10:43:24 2011 +0000

description:
Remove ".gitignore" files which blacklist some files that actually are
in the NetBSD sources. This should fix build problems for people using
GIT to track current.

Problem reported by Evgeniy Ivanov on "current-users" mailing list.

diffstat:

 external/gpl3/gdb/dist/bfd/.gitignore           |  40 -------------------------
 external/gpl3/gdb/dist/gdb/.gitignore           |  17 ----------
 external/gpl3/gdb/dist/gdb/gdbserver/.gitignore |   4 --
 external/gpl3/gdb/dist/libdecnumber/.gitignore  |   1 -
 external/gpl3/gdb/dist/libiberty/.gitignore     |   2 -
 external/gpl3/gdb/dist/opcodes/.gitignore       |   2 -
 external/gpl3/gdb/dist/sim/.gitignore           |   8 -----
 7 files changed, 0 insertions(+), 74 deletions(-)

diffs (102 lines):

diff -r 036b065d38ee -r f0380a158431 external/gpl3/gdb/dist/bfd/.gitignore
--- a/external/gpl3/gdb/dist/bfd/.gitignore     Mon Dec 05 10:36:39 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-/bfd-in3.h
-/bfd.h
-/bfd_stdint.h
-/bfdver.h
-/elf32-ia64.c
-/elf32-target.h
-/elf64-ia64.c
-/elf64-target.h
-/libtool-soversion
-/ofiles
-/peigen.c
-/pepigen.c
-/pex64igen.c
-/stmp-bfd-h
-/targmatch.h
-
-/doc/aoutx.texi
-/doc/archive.texi
-/doc/archures.texi
-/doc/bfdio.texi
-/doc/bfdt.texi
-/doc/bfdver.texi
-/doc/bfdwin.texi
-/doc/cache.texi
-/doc/chew
-/doc/coffcode.texi
-/doc/core.texi
-/doc/elf.texi
-/doc/elfcode.texi
-/doc/format.texi
-/doc/hash.texi
-/doc/init.texi
-/doc/libbfd.texi
-/doc/linker.texi
-/doc/mmo.texi
-/doc/opncls.texi
-/doc/reloc.texi
-/doc/section.texi
-/doc/syms.texi
-/doc/targets.texi
diff -r 036b065d38ee -r f0380a158431 external/gpl3/gdb/dist/gdb/.gitignore
--- a/external/gpl3/gdb/dist/gdb/.gitignore     Mon Dec 05 10:36:39 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-/version.c
-/xml-builtin.c
-
-/ada-exp.c
-/ada-lex.c
-/c-exp.c
-/cp-name-parser.c
-/f-exp.c
-/gdb
-/gdbtui
-/init.c
-/jv-exp.c
-/m2-exp.c
-/objc-exp.c
-/observer.h
-/observer.inc
-/p-exp.c
diff -r 036b065d38ee -r f0380a158431 external/gpl3/gdb/dist/gdb/gdbserver/.gitignore
--- a/external/gpl3/gdb/dist/gdb/gdbserver/.gitignore   Mon Dec 05 10:36:39 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-gdbreplay
-gdbserver
-reg-*.c
-version.c
diff -r 036b065d38ee -r f0380a158431 external/gpl3/gdb/dist/libdecnumber/.gitignore
--- a/external/gpl3/gdb/dist/libdecnumber/.gitignore    Mon Dec 05 10:36:39 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-/gstdint.h
diff -r 036b065d38ee -r f0380a158431 external/gpl3/gdb/dist/libiberty/.gitignore
--- a/external/gpl3/gdb/dist/libiberty/.gitignore       Mon Dec 05 10:36:39 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-/required-list
-/xhost-mkfrag
diff -r 036b065d38ee -r f0380a158431 external/gpl3/gdb/dist/opcodes/.gitignore
--- a/external/gpl3/gdb/dist/opcodes/.gitignore Mon Dec 05 10:36:39 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-/s390-mkopc
-/s390-opc.tab
diff -r 036b065d38ee -r f0380a158431 external/gpl3/gdb/dist/sim/.gitignore
--- a/external/gpl3/gdb/dist/sim/.gitignore     Mon Dec 05 10:36:39 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/*/gentmap
-/*/run
-/*/hw-config.h
-/*/targ-*
-/*/tconfig.h
-/*/version.c
-
-/common/cconfig.h



Home | Main Index | Thread Index | Old Index