]> git.ipfire.org Git - thirdparty/gcc.git/commit
examples: New directory.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 17 Feb 2009 18:45:27 +0000 (18:45 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 17 Feb 2009 18:45:27 +0000 (18:45 +0000)
commit883935fd2043f4dfd772e6c1bca3c3d33fd6eb59
treecd17f8dada306365f8ea516f806878c442a9bad9
parente88396c0721010f49c8f2013c91916a8f30c1162
examples: New directory.

* examples: New directory.
* examples/gcc-svn-env: New.
* examples/reg-watch: New.
* examples/reg-watch.awk: New.
* examples/common.config: New.
* examples/testall: New.
* examples/28970.config: New.
* examples/28970.list: New.
* examples/28970.c: New.
* examples/28970.log: New.
* examples/29106.config: New.
* examples/29106.list: New.
* examples/29106.test: New.
* examples/29106.cc: New.
* examples/29106.log: New.
* examples/29478.config: New.
* examples/29478.list: New.
* examples/29478.c: New.
* examples/29478.log: New.
* examples/29906a.config: New.
* examples/29906a.list: New.
* examples/29906a.cc: New.
* examples/29906a.log: New.
* examples/29906b.config: New.
* examples/29906b.list: New.
* examples/29906b.cc: New.
* examples/29906b.log: New.
* examples/30643.config: New.
* examples/30643.list: New.
* examples/30643.c: New.
* examples/30643.test: New.
* examples/30643.log: New.

From-SVN: r144242
33 files changed:
contrib/reghunt/ChangeLog
contrib/reghunt/examples/28970.c [new file with mode: 0644]
contrib/reghunt/examples/28970.config [new file with mode: 0644]
contrib/reghunt/examples/28970.list [new file with mode: 0644]
contrib/reghunt/examples/28970.log [new file with mode: 0644]
contrib/reghunt/examples/29106.cc [new file with mode: 0644]
contrib/reghunt/examples/29106.config [new file with mode: 0644]
contrib/reghunt/examples/29106.list [new file with mode: 0644]
contrib/reghunt/examples/29106.log [new file with mode: 0644]
contrib/reghunt/examples/29106.test [new file with mode: 0755]
contrib/reghunt/examples/29478.c [new file with mode: 0644]
contrib/reghunt/examples/29478.config [new file with mode: 0644]
contrib/reghunt/examples/29478.list [new file with mode: 0644]
contrib/reghunt/examples/29478.log [new file with mode: 0644]
contrib/reghunt/examples/29906a.cc [new file with mode: 0644]
contrib/reghunt/examples/29906a.config [new file with mode: 0644]
contrib/reghunt/examples/29906a.list [new file with mode: 0644]
contrib/reghunt/examples/29906a.log [new file with mode: 0644]
contrib/reghunt/examples/29906b.cc [new file with mode: 0644]
contrib/reghunt/examples/29906b.config [new file with mode: 0644]
contrib/reghunt/examples/29906b.list [new file with mode: 0644]
contrib/reghunt/examples/29906b.log [new file with mode: 0644]
contrib/reghunt/examples/30643.c [new file with mode: 0644]
contrib/reghunt/examples/30643.config [new file with mode: 0644]
contrib/reghunt/examples/30643.list [new file with mode: 0644]
contrib/reghunt/examples/30643.log [new file with mode: 0644]
contrib/reghunt/examples/30643.test [new file with mode: 0755]
contrib/reghunt/examples/README [new file with mode: 0644]
contrib/reghunt/examples/common.config [new file with mode: 0644]
contrib/reghunt/examples/gcc-svn-env [new file with mode: 0644]
contrib/reghunt/examples/reg-watch [new file with mode: 0755]
contrib/reghunt/examples/reg-watch.awk [new file with mode: 0755]
contrib/reghunt/examples/testall [new file with mode: 0755]