This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 3.0 branch: POTFILES.in broken


On Mon, Jun 11, 2001 at 08:02:48PM +0200, Dennis Bjorklund wrote:
> Some files (pself?.c) have been removed and the POTFILES.in was not
> updated. These files should actually never have been in the POTFILES.in
> from the start.

The situation is rather worse.  We have code which notices when files
are deleted but not removed from POTFILES.in.  We have no code which
notices when files are created but not added to POTFILES.in.  There
are huge gaps, e.g. the entire Fortran and Java front ends.

In the 3.1 time frame I mean to change things so this file is
automatically generated when we need it and not otherwise; I have a
patch, but it takes major work on the po subdir Makefile, so it's
suspended till Philipp gets around to merging the new gettext.

For now, I've used my clever autogeneration script to update the
existing POTFILES.in.

...
> /usr/bin/xgettext: unrecognized option `--defines'
...
> We discussed it some time ago, and as far as I understand the flag
> --defines should just be removed. But we where waiting for comments from
> Philipp Thomas, who put it in.

He thought he was going to have time to update GCC's copy of gettext
from the master sources, before 3.0.  That would fix this as a side
effect.  It isn't going to happen now, so I think we should remove
that switch as a stop-gap.

Appended please find a patch which corrects the Makefile and
POTFILES.in for the mainline.  I've applied this as obvious.  In
addition, I have regenerated gcc.pot on the mainline and checked that
in too.  The diff is very long and boring so I have not included it
here.

Mark, OK to apply an equivalent patch (details of the contents of
POTFILES.in will be different) to the 3.0 branch?

-- 
zw               "Shouldn't a witch be eccentric?"
                 "I hope not. I've never been good at cackling."
                 	-- Reinder Dijkhuis, _Rogues of Clwyd-Rhan_

	* Makefile.in.in:  Take --defines switch off of xgettext
	command line.
	* POTFILES.in: Massive update, removing all dead files and
	adding approximately 300 files which had been left out.
	Clarify comments on what should and should not appear here.

===================================================================
Index: po/Makefile.in.in
--- po/Makefile.in.in	2001/05/13 19:37:13	1.10
+++ po/Makefile.in.in	2001/06/11 21:38:20
@@ -91,7 +91,7 @@ check-po: stamp-check-po
 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
 	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
 	  --add-comments --keyword=_ --keyword=N_ \
-	  --files-from=$(srcdir)/POTFILES.in --defines \
+	  --files-from=$(srcdir)/POTFILES.in \
 	&& test ! -f $(PACKAGE).po \
 	   || ( rm -f $(srcdir)/$(PACKAGE).pot \
 		&& mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
===================================================================
Index: po/POTFILES.in
--- po/POTFILES.in	2001/05/23 17:22:19	1.45
+++ po/POTFILES.in	2001/06/11 21:38:20
@@ -19,7 +19,11 @@
 # Boston MA 02111-1307, USA.
 
 
-# This should list all .c and .h files in this distribution.
+# This should list all .c and .h files in this distribution, except
+# those which are directly generated from .y files; in that case, the
+# .y file should be listed instead.  Also, nothing in the intl, po,
+# testsuite, and ginclude directories should be listed.
+
 # Files that are intentionally excluded should be commented out, not removed.
 # To exclude a file, prepend a '#' to its name, and follow it by a space
 # and a comment as to why it was excluded.
@@ -38,8 +42,6 @@
 
 #   It is part of the GCC library.
 
-#   It is part of the translation machinery itself.
-
 #   It is 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.
@@ -47,7 +49,6 @@
 #   It is not yet internationalized, because it contains many strings
 #   that require a lot of analysis, and the file is little-used.
 
-
 acconfig.h
 alias.c
 basic-block.h
@@ -60,10 +61,14 @@ c-common.c
 c-common.h
 c-convert.c
 c-decl.c
+c-dump.c
+c-dump.h
+c-errors.c
+c-format.c
 c-lang.c
 c-lex.c
 c-lex.h
-c-parse.c
+c-parse.y
 c-pragma.c
 c-pragma.h
 c-semantics.c
@@ -71,17 +76,48 @@ c-tree.h
 c-typeck.c
 caller-save.c
 calls.c
-../libiberty/choose-temp.c
+ch/actions.c
+ch/actions.h
+ch/ch-tree.h
+ch/convert.c
+ch/decl.c
+ch/except.c
+ch/expr.c
+ch/grant.c
+ch/hash.h
+ch/inout.c
+ch/lang-options.h
+ch/lang-specs.h
+ch/lang.c
+ch/lex.c
+ch/lex.h
+ch/loop.c
+ch/nloop.c
+ch/parse.c
+ch/parse.h
+ch/satisfy.c
+ch/tasking.c
+ch/tasking.h
+ch/timing.c
+ch/tree.c
+ch/typeck.c
+ch/xtypeck.c
 collect2.c
 collect2.h
 combine.c
 conditions.h
+config/1750a/1750a-protos.h
+config/1750a/1750a.c
+config/1750a/1750a.h
+config/a29k/a29k-protos.h
 config/a29k/a29k.c
 config/a29k/a29k.h
+config/a29k/rtems.h
 config/a29k/udi.h
 config/a29k/unix.h
 config/a29k/vx29k.h
 config/alpha/alpha-interix.h
+config/alpha/alpha-protos.h
 config/alpha/alpha.c
 config/alpha/alpha.h
 config/alpha/alpha32.h
@@ -96,73 +132,138 @@ config/alpha/openbsd.h
 config/alpha/osf.h
 config/alpha/osf12.h
 config/alpha/osf2or3.h
-#config/alpha/vms-tramp.asm is part of the GCC library
+config/alpha/osf5.h
+config/alpha/va_list.h
 config/alpha/vms.h
 config/alpha/vxworks.h
 config/alpha/xm-alpha-interix.h
 config/alpha/xm-vms.h
 config/aoutos.h
+config/arc/arc-protos.h
 config/arc/arc.c
 config/arc/arc.h
 config/arc/initfini.c
 config/arm/aof.h
 config/arm/aout.h
+config/arm/arm-protos.h
+config/arm/arm-wince-pe.h
 config/arm/arm.c
 config/arm/arm.h
 config/arm/coff.h
+config/arm/conix-elf.h
+config/arm/ecos-elf.h
+config/arm/elf.h
+config/arm/linux-elf.h
 config/arm/linux-gas.h
 config/arm/netbsd.h
+config/arm/pe.c
+config/arm/pe.h
 config/arm/riscix.h
 config/arm/riscix1-1.h
 config/arm/rix-gas.h
+config/arm/rtems-elf.h
 config/arm/semi.h
 config/arm/semiaof.h
+config/arm/strongarm-coff.h
+config/arm/strongarm-elf.h
+config/arm/strongarm-pe.h
+config/arm/uclinux-elf.h
+config/arm/unknown-elf-oabi.h
+config/arm/unknown-elf.h
+config/arm/vxarm.h
+config/arm/xscale-coff.h
+config/arm/xscale-elf.h
+config/avr/avr-protos.h
+config/avr/avr.c
+config/avr/avr.h
+config/c4x/c4x-protos.h
+config/c4x/c4x.c
+config/c4x/c4x.h
+config/c4x/rtems.h
+config/clipper/clipper-protos.h
 config/clipper/clipper.c
 config/clipper/clipper.h
 config/clipper/clix.h
+config/convex/convex-protos.h
 config/convex/convex.c
 config/convex/convex.h
+config/d30v/d30v-protos.h
+config/d30v/d30v.c
+config/d30v/d30v.h
+config/darwin-protos.h
+config/darwin.c
+config/darwin.h
 config/dbx.h
 config/dbxcoff.h
+config/dbxelf.h
 config/divmod.c
+config/dsp16xx/dsp16xx-protos.h
 config/dsp16xx/dsp16xx.c
 config/dsp16xx/dsp16xx.h
+config/elfos.h
+config/elxsi/elxsi-protos.h
 config/elxsi/elxsi.c
 config/elxsi/elxsi.h
+config/float-c4x.h
 config/float-i128.h
 config/float-i32.h
+config/float-i386.h
 config/float-i64.h
+config/float-m68k.h
 config/float-sh.h
+config/float-sparc.h
 config/float-vax.h
 config/fp-bit.c
+config/fp-bit.h
+config/fr30/fr30-protos.h
+config/fr30/fr30.c
+config/fr30/fr30.h
+config/freebsd-nthr.h
 config/freebsd.h
+config/freebsd3.h
+config/freebsd4.h
+config/freebsd5.h
+config/freebsd6.h
 config/gnu.h
 config/gofast.h
+config/h8300/h8300-protos.h
 config/h8300/h8300.c
 config/h8300/h8300.h
+config/h8300/rtems.h
+config/i370/i370-protos.h
 config/i370/i370.c
 config/i370/i370.h
+config/i370/linux.h
+config/i370/mvs.h
+config/i370/oe.h
+config/i386/386bsd.h
 config/i386/aix386.h
 config/i386/aix386ng.h
 config/i386/att.h
+config/i386/beos-elf.h
 config/i386/bsd.h
 config/i386/bsd386.h
+config/i386/chorus.h
 config/i386/crtdll.h
 config/i386/cygwin.h
 config/i386/dgux.c
 config/i386/dgux.h
+config/i386/djgpp-rtems.h
+config/i386/djgpp.h
 config/i386/freebsd-aout.h
 config/i386/freebsd.h
 config/i386/gas.h
 config/i386/gmon-sol2.c
 config/i386/gnu.h
-config/i386/djgpp-rtems.h
-config/i386/djgpp.h
 config/i386/gstabs.h
 config/i386/i386-aout.h
 config/i386/i386-coff.h
+config/i386/i386-interix.h
+config/i386/i386-protos.h
 config/i386/i386.c
 config/i386/i386.h
+config/i386/i386elf.h
+config/i386/interix.c
 config/i386/isc.h
 config/i386/isccoff.h
 config/i386/iscdbx.h
@@ -177,6 +278,7 @@ config/i386/moss.h
 config/i386/netbsd.h
 config/i386/netware.h
 config/i386/next.h
+config/i386/openbsd.h
 config/i386/osf1elf.h
 config/i386/osf1elfgdb.h
 config/i386/osfelf.h
@@ -197,38 +299,66 @@ config/i386/svr3dbx.h
 config/i386/svr3gas.h
 config/i386/sysv3.h
 config/i386/sysv4.h
+config/i386/sysv5.h
+config/i386/udk.h
 config/i386/unix.h
+config/i386/uwin.h
 config/i386/v3gas.h
 config/i386/vsta.h
+config/i386/vxi386.h
+config/i386/win32.h
 config/i386/winnt.c
 config/i386/xm-cygwin.h
 config/i386/xm-djgpp.h
+config/i386/xm-i386-interix.h
 config/i386/xm-mingw32.h
 config/i386/xm-osf1elf.h
 config/i386/xm-vsta.h
 config/i860/bsd-gas.h
 config/i860/bsd.h
 config/i860/fx2800.h
+config/i860/i860-protos.h
 config/i860/i860.c
 config/i860/i860.h
 config/i860/mach.h
 config/i860/paragon.h
 config/i860/sysv3.h
 config/i860/sysv4.h
+config/i960/i960-c.c
 config/i960/i960-coff.h
+config/i960/i960-protos.h
 config/i960/i960.c
 config/i960/i960.h
 config/i960/rtems.h
 config/i960/vx960-coff.h
 config/i960/vx960.h
+config/ia64/elf.h
+config/ia64/fde-glibc.c
+config/ia64/hpux.h
+config/ia64/ia64-protos.h
+config/ia64/ia64.c
+config/ia64/ia64.h
+config/ia64/ia64intrin.h
+config/ia64/linux.h
+config/ia64/sysv4.h
+config/ia64/unwind-ia64.c
+config/ia64/unwind-ia64.h
+config/interix.h
 config/libgloss.h
 config/linux-aout.h
 config/linux.h
 config/lynx-ng.h
 config/lynx.h
 config/m32r/initfini.c
+config/m32r/m32r-protos.h
 config/m32r/m32r.c
 config/m32r/m32r.h
+config/m68hc11/m68hc11-protos.h
+config/m68hc11/m68hc11.c
+config/m68hc11/m68hc11.h
+config/m68hc11/m68hc12.h
+config/m68k/3b1.h
+config/m68k/3b1g.h
 config/m68k/a-ux.h
 config/m68k/altos3068.h
 config/m68k/amix.h
@@ -263,12 +393,15 @@ config/m68k/linux-aout.h
 config/m68k/linux.h
 config/m68k/lynx-ng.h
 config/m68k/lynx.h
+config/m68k/m68020-elf.h
 config/m68k/m68k-aout.h
 config/m68k/m68k-coff.h
 config/m68k/m68k-none.h
+config/m68k/m68k-protos.h
 config/m68k/m68k-psos.h
 config/m68k/m68k.c
 config/m68k/m68k.h
+config/m68k/m68kelf.h
 config/m68k/m68kemb.h
 config/m68k/m68kv4.h
 config/m68k/mot3300.h
@@ -279,9 +412,11 @@ config/m68k/news3gas.h
 config/m68k/newsgas.h
 config/m68k/next.h
 config/m68k/next21.h
+config/m68k/openbsd.h
 config/m68k/pbb.h
 config/m68k/plexus.h
 config/m68k/rtems.h
+config/m68k/rtemself.h
 config/m68k/sgs.h
 config/m68k/sun2.h
 config/m68k/sun2o4.h
@@ -293,17 +428,26 @@ config/m68k/sun3o3.h
 config/m68k/tower-as.h
 config/m68k/tower.h
 config/m68k/vxm68k.h
+config/m88k/aout-dbx.h
 config/m88k/dgux.h
 config/m88k/dguxbcs.h
 config/m88k/dolph.h
 config/m88k/luna.h
 config/m88k/m88k-aout.h
 config/m88k/m88k-coff.h
+config/m88k/m88k-protos.h
 config/m88k/m88k.c
 config/m88k/m88k.h
+config/m88k/openbsd.h
 config/m88k/sysv3.h
 config/m88k/sysv4.h
 config/m88k/tekXD88.h
+config/mcore/gfloat.h
+config/mcore/mcore-elf.h
+config/mcore/mcore-pe.h
+config/mcore/mcore-protos.h
+config/mcore/mcore.c
+config/mcore/mcore.h
 config/mips/abi64.h
 config/mips/bsd-4.h
 config/mips/bsd-5.h
@@ -316,6 +460,7 @@ config/mips/elf.h
 config/mips/elf64.h
 config/mips/elfl.h
 config/mips/elfl64.h
+config/mips/elflorion.h
 config/mips/elforion.h
 config/mips/gnu.h
 config/mips/iris3.h
@@ -324,14 +469,21 @@ config/mips/iris4loser.h
 config/mips/iris5.h
 config/mips/iris5gas.h
 config/mips/iris6.h
+config/mips/iris6gld.h
+config/mips/linux.h
 config/mips/mips-5.h
+config/mips/mips-protos.h
 config/mips/mips.c
 config/mips/mips.h
 config/mips/netbsd.h
 config/mips/news4.h
 config/mips/news5.h
+config/mips/nws3250v4.h
+config/mips/openbsd-be.h
+config/mips/openbsd.h
 config/mips/osfrose.h
 config/mips/r3900.h
+config/mips/rtems.h
 config/mips/rtems64.h
 config/mips/sni-gas.h
 config/mips/sni-svr4.h
@@ -341,8 +493,12 @@ config/mips/svr4-4.h
 config/mips/svr4-5.h
 config/mips/svr4-t.h
 config/mips/ultrix.h
+config/mips/vxworks.h
+config/mips/xm-iris5.h
+config/mn10200/mn10200-protos.h
 config/mn10200/mn10200.c
 config/mn10200/mn10200.h
+config/mn10300/mn10300-protos.h
 config/mn10300/mn10300.c
 config/mn10300/mn10300.h
 config/netbsd.h
@@ -353,6 +509,7 @@ config/nextstep21.h
 config/ns32k/encore.h
 config/ns32k/merlin.h
 config/ns32k/netbsd.h
+config/ns32k/ns32k-protos.h
 config/ns32k/ns32k.c
 config/ns32k/ns32k.h
 config/ns32k/pc532-mach.h
@@ -362,24 +519,44 @@ config/ns32k/sequent.h
 config/ns32k/tek6000.h
 config/ns32k/tek6100.h
 config/ns32k/tek6200.h
+config/openbsd.h
 config/pa/elf.h
+config/pa/long_double.h
+config/pa/pa-64.h
 config/pa/pa-hiux.h
 config/pa/pa-hpux.h
 config/pa/pa-hpux10.h
 config/pa/pa-hpux11.h
 config/pa/pa-hpux7.h
 config/pa/pa-hpux9.h
+config/pa/pa-linux.h
 config/pa/pa-oldas.h
 config/pa/pa-osf.h
 config/pa/pa-pro-end.h
+config/pa/pa-protos.h
 config/pa/pa.c
 config/pa/pa.h
+config/pa/pa32-linux.h
+config/pa/pa32-regs.h
+config/pa/pa64-hpux.h
+config/pa/pa64-linux.h
+config/pa/pa64-regs.h
+config/pa/pa64-start.h
+config/pa/quadlib.c
 config/pa/rtems.h
 config/pa/som.h
+config/pdp11/2bsd.h
+config/pdp11/pdp11-protos.h
 config/pdp11/pdp11.c
 config/pdp11/pdp11.h
+config/pj/linux.h
+config/pj/pj-protos.h
+config/pj/pj.c
+config/pj/pj.h
+config/pj/pjl.h
 config/psos.h
 config/ptx4.h
+config/romp/romp-protos.h
 config/romp/romp.c
 config/romp/romp.h
 config/rs6000/aix.h
@@ -387,7 +564,10 @@ config/rs6000/aix31.h
 config/rs6000/aix3newas.h
 config/rs6000/aix41.h
 config/rs6000/aix43.h
+config/rs6000/aix51.h
 config/rs6000/beos.h
+config/rs6000/chorus.h
+config/rs6000/darwin.h
 config/rs6000/eabi.h
 config/rs6000/eabiaix.h
 config/rs6000/eabisim.h
@@ -398,7 +578,7 @@ config/rs6000/rs6000-protos.h
 config/rs6000/rs6000.c
 config/rs6000/rs6000.h
 config/rs6000/rtems.h
-#config/rs6000/sol-c0.c
+#config/rs6000/sol-c0.c is part of the GCC library
 config/rs6000/sol2.h
 config/rs6000/sysv4.h
 config/rs6000/sysv4le.h
@@ -406,11 +586,15 @@ config/rs6000/vxppc.h
 config/rs6000/xm-beos.h
 config/rtems.h
 config/sh/elf.h
+config/sh/linux.h
 config/sh/rtems.h
+config/sh/rtemself.h
+config/sh/sh-protos.h
 config/sh/sh.c
 config/sh/sh.h
 config/sparc/aout.h
 config/sparc/bsd.h
+config/sparc/chorus.h
 config/sparc/elf.h
 config/sparc/gmon-sol2.c
 config/sparc/hal.h
@@ -419,15 +603,23 @@ config/sparc/linux.h
 config/sparc/linux64.h
 config/sparc/lite.h
 config/sparc/litecoff.h
+config/sparc/liteelf.h
 config/sparc/lynx-ng.h
 config/sparc/lynx.h
 config/sparc/netbsd.h
+config/sparc/openbsd.h
 config/sparc/pbd.h
 config/sparc/rtems.h
+config/sparc/rtemself.h
+config/sparc/sol2-64.h
+config/sparc/sol2-sld-64.h
 config/sparc/sol2-sld.h
 config/sparc/sol2.h
 config/sparc/sp64-aout.h
 config/sparc/sp64-elf.h
+config/sparc/sp86x-aout.h
+config/sparc/sp86x-elf.h
+config/sparc/sparc-protos.h
 config/sparc/sparc.c
 config/sparc/sparc.h
 config/sparc/splet.h
@@ -437,31 +629,44 @@ config/sparc/sunos4.h
 config/sparc/sysv4.h
 config/sparc/vxsim.h
 config/sparc/vxsparc.h
+config/sparc/vxsparc64.h
 config/svr3.h
 config/svr4.h
+config/tm-dwarf2.h
 config/udivmod.c
 config/udivmodsi4.c
+config/usegas.h
+config/v850/rtems.h
+config/v850/v850-c.c
+config/v850/v850-protos.h
 config/v850/v850.c
 config/v850/v850.h
 config/vax/netbsd.h
+config/vax/openbsd.h
+config/vax/openbsd1.h
 config/vax/ultrix.h
+config/vax/vax-protos.h
 config/vax/vax.c
 config/vax/vax.h
 config/vax/vaxv.h
 config/vax/vms.h
 config/vax/xm-vms.h
+config/we32k/we32k-protos.h
 config/we32k/we32k.c
 config/we32k/we32k.h
+config/xm-interix.h
 conflict.c
 convert.c
 convert.h
 cp/call.c
+cp/cfns.h
 cp/class.c
 cp/cp-tree.h
 cp/cvt.c
 cp/decl.c
 cp/decl.h
 cp/decl2.c
+cp/dump.c
 cp/errfn.c
 cp/error.c
 cp/except.c
@@ -473,20 +678,21 @@ cp/lang-options.h
 cp/lang-specs.h
 cp/lex.c
 cp/lex.h
+cp/mangle.c
 cp/method.c
-cp/parse.c
-cp/parse.h
+cp/optimize.c
+cp/parse.y
 cp/pt.c
 cp/ptree.c
 cp/repo.c
 cp/rtti.c
 cp/search.c
+cp/semantics.c
 cp/spew.c
 cp/tree.c
 cp/typeck.c
 cp/typeck2.c
 cp/xref.c
-../libiberty/cplus-dem.c
 cppdefault.c
 cppdefault.h
 cpperror.c
@@ -498,38 +704,124 @@ cppinit.c
 cpplex.c
 cpplib.c
 cpplib.h
+cppmacro.c
 cppmain.c
 cppspec.c
 #crtstuff.c is part of the GCC library
 cse.c
+cselib.c
 cselib.h
 dbxout.c
 dbxout.h
 dbxstclass.h
+dce.c
 defaults.h
-../include/demangle.h
+dependence.c
 diagnostic.c
 diagnostic.h
 doloop.c
 dominance.c
-#doprint.c
+doprint.c
 doschk.c
 dwarf.h
 dwarf2.h
+dwarf2asm.c
+dwarf2asm.h
 dwarf2out.c
 dwarf2out.h
 dwarfout.c
 dwarfout.h
-../libiberty/dyn-string.c
-../include/dyn-string.h
 emit-rtl.c
 #enquire.c is used only by GCC maintainers and installers
+errors.c
+errors.h
 except.c
 except.h
 explow.c
 expmed.c
 expr.c
 expr.h
+f/ansify.c
+f/bad.c
+f/bad.h
+f/bit.c
+f/bit.h
+f/bld.c
+f/bld.h
+f/com.c
+f/com.h
+f/data.c
+f/data.h
+f/equiv.c
+f/equiv.h
+f/expr.c
+f/expr.h
+f/fini.c
+f/g77spec.c
+f/global.c
+f/global.h
+f/implic.c
+f/implic.h
+f/info.c
+f/info.h
+f/intdoc.c
+f/intrin.c
+f/intrin.h
+f/lab.c
+f/lab.h
+f/lang-options.h
+f/lang-specs.h
+f/lex.c
+f/lex.h
+f/malloc.c
+f/malloc.h
+f/name.c
+f/name.h
+f/parse.c
+f/proj.c
+f/proj.h
+f/src.c
+f/src.h
+f/st.c
+f/st.h
+f/sta.c
+f/sta.h
+f/stb.c
+f/stb.h
+f/stc.c
+f/stc.h
+f/std.c
+f/std.h
+f/ste.c
+f/ste.h
+f/storag.c
+f/storag.h
+f/stp.c
+f/stp.h
+f/str.c
+f/str.h
+f/sts.c
+f/sts.h
+f/stt.c
+f/stt.h
+f/stu.c
+f/stu.h
+f/stv.c
+f/stv.h
+f/stw.c
+f/stw.h
+f/symbol.c
+f/symbol.h
+f/target.c
+f/target.h
+f/top.c
+f/top.h
+f/type.c
+f/type.h
+f/version.c
+f/version.h
+f/where.c
+f/where.h
 final.c
 #fix-header.c is used only by GCC maintainers and installers
 flags.h
@@ -540,10 +832,13 @@ fp-test.c
 #frame.h is part of the GCC library
 function.c
 function.h
-#gbl-ctors.h is part of the GCC library
 gcc.c
+gcc.h
+gccspec.c
 gcov-io.h
 gcov.c
+gcse.c
+#gbl-ctors.h is part of the GCC library
 #gen-protos.c is used only by GCC maintainers and installers
 #genattr.c is used only by GCC maintainers and installers
 #genattrtab.c is used only by GCC maintainers and installers
@@ -560,25 +855,12 @@ gcov.c
 #genrecog.c is used only by GCC maintainers and installers
 #gensupport.c is used only by GCC maintainers and installers
 #gensupport.h is used only by GCC maintainers and installers
-../libiberty/getopt.c
-../include/getopt.h
-../libiberty/getopt1.c
-../libiberty/getpwd.c
 ggc-callbacks.c
 ggc-common.c
 ggc-none.c
 ggc-page.c
 ggc-simple.c
 ggc.h
-ginclude/iso646.h
-ginclude/math-3300.h
-ginclude/math-68881.h
-ginclude/ppc-asm.h
-ginclude/proto.h
-ginclude/stdarg.h
-ginclude/stdbool.h
-ginclude/stddef.h
-ginclude/varargs.h
 glimits.h
 global.c
 gmon.c
@@ -587,8 +869,10 @@ graph.h
 gstab.h
 gsyms.h
 gsyslimits.h
+gthr-aix.h
 gthr-dce.h
 gthr-posix.h
+gthr-rtems.h
 gthr-single.h
 gthr-solaris.h
 gthr-vxworks.h
@@ -600,66 +884,95 @@ halfpic.h
 hard-reg-set.h
 hash.c
 hash.h
+hashtable.c
+hashtable.h
 hwint.h
 ifcvt.c
 input.h
+insn-addr.h
 integrate.c
 integrate.h
 intl.c
 intl.h
-intl/bindtextdom.c
-intl/cat-compat.c
-intl/dcgettext.c
-intl/dgettext.c
-intl/explodename.c
-intl/finddomain.c
-intl/gettext.c
-intl/gettext.h
-intl/gettextP.h
-intl/hash-string.h
-intl/intl-compat.c
-intl/l10nflist.c
-intl/libgettext.h
-intl/loadinfo.h
-intl/loadmsgcat.c
-intl/localealias.c
-intl/textdomain.c
+java/boehm.c
+java/buffer.c
+java/buffer.h
+java/chartables.h
+java/check-init.c
+java/class.c
+java/constants.c
+java/convert.h
+java/decl.c
+java/except.c
+java/expr.c
+java/gjavah.c
+java/java-except.h
+java/java-opcodes.h
+java/java-tree.h
+java/javaop.h
+java/jcf-depend.c
+java/jcf-dump.c
+java/jcf-io.c
+java/jcf-parse.c
+java/jcf-path.c
+java/jcf-reader.c
+java/jcf-write.c
+java/jcf.h
+java/jv-scan.c
+java/jvgenmain.c
+java/jvspec.c
+java/keyword.h
+java/lang-options.h
+java/lang-specs.h
+java/lang.c
+java/lex.c
+java/lex.h
+java/mangle.c
+java/mangle_name.c
+java/parse-scan.y
+java/parse.y
+java/typeck.c
+java/verify.c
+java/xref.c
+java/xref.h
+java/zextract.c
+java/zipfile.h
 jump.c
 lcm.c
 #libgcc2.c is part of the GCC library
-limitx.h
-limity.h
+#libgcc2.h is part of the GCC library
+#limitx.h is part of the GCC library
+#limity.h is part of the GCC library
 lists.c
 local-alloc.c
 #longlong.h is part of the GCC library
 loop.c
 loop.h
 machmode.h
+main.c
 mbchar.c
 mbchar.h
 mkdeps.c
 mkdeps.h
 #mips-tdump.c is not yet internationalized
 #mips-tfile.c is not yet internationalized
+objc/lang-options.h
+objc/lang-specs.h
 objc/objc-act.c
 objc/objc-act.h
+objc/objc-parse.y
 optabs.c
 output.h
-../libiberty/pexecute.c
-#po/cat-id-tbl.c contains the translation tables themselves
+params.c
+params.h
 predict.c
+predict.h
 prefix.c
 prefix.h
 print-rtl.c
 print-tree.c
 profile.c
 protoize.c
-pself.c
-pself1.c
-pself2.c
-pself3.c
-pself4.c
-pself5.c
 real.c
 real.h
 recog.c
@@ -678,17 +991,26 @@ resource.h
 rtl.c
 rtl.h
 rtlanal.c
+sbitmap.c
+sbitmap.h
 #scan-decls.c is used only by GCC maintainers and installers
 #scan.c is used only by GCC maintainers and installers
-scan.h
+#scan.h is used only by GCC maintainers and installers
+sched-deps.c
+sched-ebb.c
+sched-int.h
+sched-rgn.c
+sched-vis.c
 sdbout.c
 sdbout.h
 sibcall.c
 simplify-rtx.c
 ssa.c
+ssa.h
 stack.h
 stmt.c
 stor-layout.c
+stringpool.c
 sys-protos.h
 sys-types.h
 system.h
@@ -697,13 +1019,21 @@ timevar.h
 tlink.c
 toplev.c
 toplev.h
+tradcif.y
 tradcpp.c
+tradcpp.h
 tree.c
 tree.h
 tsystem.h
 typeclass.h
 unprotoize.c
 unroll.c
+#unwind-dw2-fde.c is part of the GCC library
+#unwind-dw2-fde.h is part of the GCC library
+#unwind-dw2.c is part of the GCC library
+#unwind-pe.h is part of the GCC library
+#unwind-sjlj.c is part of the GCC library
+#unwind.h is part of the GCC library
 varasm.c
 varray.c
 varray.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]