summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-09 09:03:12 +0000
committerMike Frysinger <vapier@gentoo.org>2010-12-09 09:03:12 +0000
commitd62fec2b194d8a1393cf415800c70775e3828fe9 (patch)
tree4cacd7c3acfd677bf05a1f15481c023a709e0f3d
parent4685dd35801488a1da0293061d9f953ffe4e7ae7 (diff)
downloadbinutils-redhat-d62fec2b194d8a1393cf415800c70775e3828fe9.tar.gz
bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore
This seems to cover a few random targets as well as --enable-targets=all. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--bfd/.gitignore40
-rw-r--r--bfd/ChangeLog4
-rw-r--r--binutils/.gitignore58
-rw-r--r--binutils/ChangeLog4
-rw-r--r--gas/.gitignore9
-rw-r--r--gas/ChangeLog4
-rw-r--r--gprof/.gitignore8
-rw-r--r--gprof/ChangeLog4
-rw-r--r--ld/.gitignore16
-rw-r--r--ld/ChangeLog4
-rw-r--r--libiberty/.gitignore2
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--opcodes/.gitignore2
-rw-r--r--opcodes/ChangeLog4
14 files changed, 163 insertions, 0 deletions
diff --git a/bfd/.gitignore b/bfd/.gitignore
new file mode 100644
index 0000000000..33161338b0
--- /dev/null
+++ b/bfd/.gitignore
@@ -0,0 +1,40 @@
+/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 --git a/bfd/ChangeLog b/bfd/ChangeLog
index 009a020875..3659ae2ba9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
2010-12-06 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR ld/12288
diff --git a/binutils/.gitignore b/binutils/.gitignore
new file mode 100644
index 0000000000..1934ea0f91
--- /dev/null
+++ b/binutils/.gitignore
@@ -0,0 +1,58 @@
+/addr2line
+/ar
+/bin2c
+/coffdump
+/cxxfilt
+/dlltool
+/dllwrap
+/elfedit
+/nlmconv
+/nm-new
+/objcopy
+/objdump
+/ranlib
+/readelf
+/size
+/srconv
+/strings
+/strip-new
+/sysdump
+/sysinfo
+/windmc
+/windres
+
+/arlex.c
+/arparse.c
+/arparse.h
+/deflex.c
+/defparse.c
+/defparse.h
+/mcparse.c
+/mcparse.h
+/nlmheader.c
+/nlmheader.h
+/rcparse.c
+/rcparse.h
+/sysinfo.c
+/sysinfo.h
+/syslex.c
+/sysroff.c
+/sysroff.h
+
+/doc/addr2line.1
+/doc/ar.1
+/doc/c++filt.1
+/doc/cxxfilt.man
+/doc/dlltool.1
+/doc/elfedit.1
+/doc/nlmconv.1
+/doc/nm.1
+/doc/objcopy.1
+/doc/objdump.1
+/doc/ranlib.1
+/doc/readelf.1
+/doc/size.1
+/doc/strings.1
+/doc/strip.1
+/doc/windmc.1
+/doc/windres.1
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 538cd40854..014d8af34a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
2010-12-08 Alan Modra <amodra@gmail.com>
* ar.c: Formatting.
diff --git a/gas/.gitignore b/gas/.gitignore
new file mode 100644
index 0000000000..27d4887414
--- /dev/null
+++ b/gas/.gitignore
@@ -0,0 +1,9 @@
+/as-new
+
+/itbl-cpu.h
+/obj-format.h
+/targ-cpu.h
+/targ-env.h
+
+/doc/as.1
+/doc/asconfig.texi
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ca325f6f64..149ea86dfe 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
2010-12-05 Arnold Metselaar <arnold.metselaar@planet.nl>
PR gas/12269
diff --git a/gprof/.gitignore b/gprof/.gitignore
new file mode 100644
index 0000000000..28f9e80c68
--- /dev/null
+++ b/gprof/.gitignore
@@ -0,0 +1,8 @@
+/gprof
+
+/bsd_callg_bl.c
+/config.texi
+/flat_bl.c
+/fsf_callg_bl.c
+/gconfig.h
+/gprof.1
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 695a68d201..d7ecd6195f 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
2010-11-25 Alan Modra <amodra@gmail.com>
* po/bg.po: Update.
diff --git a/ld/.gitignore b/ld/.gitignore
new file mode 100644
index 0000000000..a345bfbc5c
--- /dev/null
+++ b/ld/.gitignore
@@ -0,0 +1,16 @@
+/configdoc.texi
+/deffilep.c
+/deffilep.h
+/ld-new
+/ld.1
+/ldemul-list.h
+/ldgram.c
+/ldgram.h
+/ldlex.c
+/stringify.sed
+/tdirs
+
+/e*.c
+
+/ldscripts
+/tmpdir
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 10836b053f..58b6e82032 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
* lexsup.c (ld_options): Add -flto and -flto-partition= for
diff --git a/libiberty/.gitignore b/libiberty/.gitignore
new file mode 100644
index 0000000000..ca2fba5cc3
--- /dev/null
+++ b/libiberty/.gitignore
@@ -0,0 +1,2 @@
+/required-list
+/xhost-mkfrag
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index bc02da4a2b..e4412d6aa2 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
2010-12-08 Doug Evans <dje@google.com>
* splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
diff --git a/opcodes/.gitignore b/opcodes/.gitignore
new file mode 100644
index 0000000000..94ece5d4a4
--- /dev/null
+++ b/opcodes/.gitignore
@@ -0,0 +1,2 @@
+/s390-mkopc
+/s390-opc.tab
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 847443016d..844d80a5a8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
2010-11-25 Alan Modra <amodra@gmail.com>
* po/es.po: Update.