From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- gcc/po/EXCLUDES | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 gcc/po/EXCLUDES (limited to 'gcc/po/EXCLUDES') diff --git a/gcc/po/EXCLUDES b/gcc/po/EXCLUDES new file mode 100644 index 000000000..f53f845c3 --- /dev/null +++ b/gcc/po/EXCLUDES @@ -0,0 +1,91 @@ +# Copyright (C) 2001, 2004, 2009, 2010 Free Software Foundation, Inc. +# +# This file is part of GCC. +# +# GCC is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# GCC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GCC; see the file COPYING3. If not see +# . + +# This file lists all the sources which should *not* be scanned for +# strings to translate. Only the first word on each line is used; the +# rest is ignored. Only files with an extension of .c, .cc, .h, or +# .def are examined to begin with. + +# These files are part of libgcc, or target headers provided by gcc. +config/darwin-crt2.c +config/fp-bit.c +config/fp-bit.h +config/vxlib.c +crtstuff.c +gbl-ctors.h +gcov-io.h +gcov-iov.c +gthr-aix.h +gthr-dce.h +gthr-gnat.c +gthr-gnat.h +gthr-posix.c +gthr-posix.h +gthr-rtems.h +gthr-single.h +gthr-solaris.h +gthr-vxworks.h +gthr-win32.h +gthr.h +libgcc2.c +libgcc2.h +libgcov.c +limitx.h +limity.h +longlong.h +unwind-c.c +unwind-dw2-fde-darwin.c +unwind-dw2-fde-glibc.c +unwind-dw2-fde.c +unwind-dw2-fde.h +unwind-dw2.c +unwind-pe.h +unwind-sjlj.c +unwind.h + +# These programs are meant to be executed only by GCC maintainers or +# installers. Such files do not need to be translated, as these +# people typically need to be able to read English anyway. +genattr.c +genattrtab.c +genautomata.c +gencheck.c +gencodes.c +genconditions.c +genconfig.c +genconstants.c +genemit.c +genextract.c +genflags.c +gengenrtl.c +gengtype.c +genhooks.c +genmodes.c +genopinit.c +genoutput.c +genpeep.c +genpreds.c +genrecog.c +gensupport.c +gensupport.h +read-md.c + +# These files are not yet internationalized, because they contain +# many strings that require a lot of analysis, and are little-used. +mips-tdump.c +mips-tfile.c -- cgit v1.2.3