diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-09 09:03:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-09 09:03:18 +0000 |
commit | 8b9a522f5779a9e8640df98c7010f763b008f625 (patch) | |
tree | d9f5d59a308b0174c0fc972608ea9f13dafc27f3 | |
parent | 87cc8f36a7e8b57b14c7698b05d8736e100d0ac1 (diff) | |
download | gdb-8b9a522f5779a9e8640df98c7010f763b008f625.zip gdb-8b9a522f5779a9e8640df98c7010f763b008f625.tar.gz gdb-8b9a522f5779a9e8640df98c7010f763b008f625.tar.bz2 |
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/.gitignore | 40 | ||||
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/.gitignore | 58 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | gas/.gitignore | 9 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/.gitignore | 8 | ||||
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | ld/.gitignore | 16 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/.gitignore | 2 | ||||
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/.gitignore | 2 | ||||
-rw-r--r-- | opcodes/ChangeLog | 4 |
14 files changed, 163 insertions, 0 deletions
diff --git a/bfd/.gitignore b/bfd/.gitignore new file mode 100644 index 0000000..3316133 --- /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 009a020..3659ae2 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 0000000..1934ea0 --- /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 538cd40..014d8af 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 0000000..27d4887 --- /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 ca325f6..149ea86 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 0000000..28f9e80 --- /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 695a68d..d7ecd61 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 0000000..a345bfb --- /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 10836b0..58b6e82 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 0000000..ca2fba5 --- /dev/null +++ b/libiberty/.gitignore @@ -0,0 +1,2 @@ +/required-list +/xhost-mkfrag diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index bc02da4..e4412d6 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 0000000..94ece5d --- /dev/null +++ b/opcodes/.gitignore @@ -0,0 +1,2 @@ +/s390-mkopc +/s390-opc.tab diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8474430..844d80a 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. |