summaryrefslogtreecommitdiff
path: root/gcc/po/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (INTL_TARGETS, POSUB): Delete all references.zack2001-10-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (INTL_SUBDIRS): Just intl. (.SUFFIXES): Add .gmo .po .pox. (native): Also depend on build-@POSUB@. (intl.all, intl.install): Depend on config.h and things it includes. (po-generated): New target; depend on c-parse.c and tradcif.c. (install-normal): Also depend on install-@POSUB@. (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables. (build-, install-, build-po, update-po, install-po, .po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules. * aclocal.m4: Prefix each entry in CATALOGS with "po/" * configure.in: Don't munge XGETTEXT. Don't generate po/Makefile.in. * configure: Regenerate. * exgettext: Delete. * config/m68k/m68k.h: Add doc strings for -msky and -mnosky. * cp/Make-lang.in, java/Make-lang.in, objc/Make-lang.in: Replace $(INTL_TARGETS) with po-generated. po: * EXCLUDES: New file. * exgettext: New helper script; completely rewritten. * Makefile.in.in, POTFILES.in: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46680 138bc75d-0d04-0410-961f-82ee72b054a4
* top:zack2001-10-121-0/+6
| | | | | | | | | | | | | | | | | | | | * ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40. * configure.in, Makefile.in: Take out obsolete check-po logic. * configure, config.in: Regenerate. intl: * Update entire directory from gettext 0.10.40. * cat-compat.c, linux-msg.sed, po2tbl.sed.in, xopen-msg.sed: Removed. * config.charset, dcigettext.c, dcngettext.c, libgnuintl.h, localcharset.c, locale.alias, ngettext.c, plural.c, plural.y, ref-add.sin, ref-del.sin: New. po: * Makefile.in.in: Upgrade to gettext-0.10.40. * cat-id-tbl.c: Remove file. * stamp-cat-id: Remove file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46233 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Add newly-added files.aoliva2001-10-081-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46094 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Add all missing files.zack2001-10-011-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45917 138bc75d-0d04-0410-961f-82ee72b054a4
* top level:zack2001-09-241-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * errors.h (warning, error, fatal, internal_error): Don't mark with ATTRIBUTE_PRINTF_n. * toplev.h (internal_error, fatal_io_error, warning, error, pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line, error_with_file_and_line, sorry, error_for_asm, warning_for_asm): Likewise. cp: * Make-lang.in (CXX_OBJS): Take out cp/errfn.o. (cp/errfn.o): Delete rule. (cp/error.o): Depend on flags.h. * errfn.c: Delete file. * cp-tree.h: Declare warn_deprecated. Remove definitions of TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning, cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and internal_error respectively. Make cp_deprecated into a macro. Don't define cp_printer typedef or declare cp_printers. * error.c: Include flags.h. Delete: struct tree_formatting_info, print_function_argument_list, print_declaration, print_expression, print_function_declaration, print_function_parameter, print_type_id, print_cv_qualifier_seq, print_type_specifier_seq, print_simple_type_specifier, print_elaborated_type_specifier, print_rest_of_abstract_declarator, print_parameter_declaration_clause, print_exception_specification, print_nested_name_specifier, and definition of cp_printers. (locate_error): New function. (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and rewritten in terms of locate_error and diagnostic.c. (cp_tree_printer): Rename cp_printer; wire up to *_to_string instead of deleted print_* routines. Handle %C, %L, %O, %Q also. (init_error): Adjust to match. po: * POTFILES.in: Remove cp/errfn.c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45765 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove chorus.h files from i386, rs6000 and sparc config directories.nickc2001-08-011-0/+5
| | | | | | | Add config/chorus.h instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44538 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (OBJS): Add ssa-ccp.olaw2001-07-091-0/+4
| | | | | | | | | | | | | | | | | | | | | (ssa-ccp.o): Add dependencies. * toplev.c (DFI_ssa_ccp): New dump file enum. (dump_file): Add entry for dumping after SSA CCP. (flag_ssa_ccp): New flag variable. (f_options): Add -fssa-ccp. (rest_of_compilation): Run SSA CCP if requested. * timevar.def (TV_SSA_CCP): New timevar. * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes. * doc/gcc.texi (Passes): Add documentation for SSA CCP pass. Fix minor typo in SSA DCE documentation. * doc/invoke.texi: Add documentation for new flag -fssa-ccp. Add documentation for new dump option. Renumber dump files appropriately. * po/POTFILES.in: Add ssa-ccp.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43872 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (OBJS): Add df.olaw2001-06-281-0/+4
| | | | | | | | | | | | (df.o): Add dependencies. * basic-block.h (flow_depth_first_order_compute): Declare. * flow.c (flow_depth_first_order_compute): No longer declare. Make external. * df.c, df.h: New files. * po/POTFILES.in: Update for new files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43647 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Replace dce.c with ssa-dce.c.law2001-06-191-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43458 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-15 Dennis Bjorklund <db@zigo.dhs.org>zack2001-06-151-0/+4
| | | | | | | * sv.po: Updated. Approximately 1100 of 3600 strings translated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43410 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Comment out config/float-*.zack2001-06-111-0/+5
| | | | | | | No need to regenerate gcc.pot. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43237 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.pot: Regenerate, again. You go away for five minuteszack2001-06-111-0/+6
| | | | | | | | and someone tweaks the messages on you. * cat-id-tbl.c: Regenerate this too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43230 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in.in: Take --defines switch off of xgettextzack2001-06-111-0/+10
| | | | | | | | | | | | 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. * gcc.pot: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43228 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Remove config/rs6000/xm-darwin.h andzack2001-05-231-0/+5
| | | | | | | config/pa/pa-gas.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42502 138bc75d-0d04-0410-961f-82ee72b054a4
* i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.zack2001-05-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite/gcc.dg/complete-port.c: New (revised version of libgcc1-test.c) * po/POTFILES.in: Remove libgcc1-test.c and libgcc1.c. * Makefile.in: Delete variables: OLDCC, CCLIBFLAGS, OLDAR, OLDAR_FLAGS, LIBGCC1, LIBGCC1_TEST, CROSS_LIBGCC1, LIB1FUNCS, and LIB1FUNCS_EXTRA. Delete rules: libgcc1-test, libgcc1-test.o. Clarify commentary now that libgcc1 no longer exists. * cross-make: Don't set LIBGCC1. * mklibgcc.in: Delete all code for building from libgcc1.c. Always honor LIB1ASMFUNCS if set. * crtstuff.c, floatlib.c, longlong.h, config/fp-bit.c, config/arc/lib1funcs.asm, config/arm/lib1funcs.asm, config/d30v/libgcc1.asm, config/fr30/lib1funcs.asm, config/h8300/lib1funcs.asm, config/i386/cygwin.asm, config/i386/uwin.asm, config/m68hc11/larith.asm, config/m68k/lb1sf68.asm, config/mcore/lib1.asm, config/mn10200/lib1funcs.asm, config/sh/lib1funcs.asm, config/sparc/lb1spc.asm, config/sparc/lb1spl.asm, config/v850/lib1funcs.asm, config/c4x/libgcc.S: Delete or update references to libgcc1 in commentary. * config/t-libc-ok, config/t-linux, config/t-linux-aout, config/t-netbsd, config/a29k/t-a29kbare, config/a29k/t-vx29k, config/alpha/t-interix, config/alpha/t-osf, config/alpha/t-vms, config/arc/t-arc, config/arm/t-arm-aout, config/arm/t-arm-coff, config/arm/t-arm-elf, config/arm/t-linux, config/arm/t-pe, config/arm/t-semi, config/arm/t-strongarm-coff, config/arm/t-strongarm-elf, config/arm/t-strongarm-pe, config/arm/t-xscale-coff, config/arm/t-xscale-elf, config/avr/t-avr, config/c4x/t-c4x, config/d30v/t-d30v, config/fr30/t-fr30, config/h8300/t-h8300, config/i386/t-beos, config/i386/t-cygwin, config/i386/t-i386elf, config/i386/t-interix, config/i386/t-netware, config/i386/t-next, config/i386/t-rtems-i386, config/i386/t-sol2, config/i960/t-960bare, config/i960/t-vxworks960, config/ia64/t-ia64, config/m32r/t-m32r, config/m68hc11/t-m68hc11-gas, config/m68k/t-lynx, config/m68k/t-m68kbare, config/m68k/t-m68kelf, config/m68k/t-mot3300-gald, config/m68k/t-mot3300-gas, config/m68k/t-next, config/m68k/t-vxworks68, config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas, config/m88k/t-dguxbcs, config/m88k/t-luna, config/m88k/t-luna-gas, config/m88k/t-m88k, config/m88k/t-m88k-gas, config/m88k/t-sysv4, config/mcore/t-mcore, config/mcore/t-mcore-pe, config/mips/t-bsd, config/mips/t-bsd-gas, config/mips/t-cross64, config/mips/t-ecoff, config/mips/t-elf, config/mips/t-iris6, config/mips/t-r3900, config/mips/t-svr3, config/mips/t-svr3-gas, config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix, config/mn10200/t-mn10200, config/mn10300/t-mn10300, config/pa/t-linux, config/pa/t-linux64, config/pa/t-pa, config/pa/t-pa64, config/pa/t-pro, config/pdp11/t-pdp11, config/pj/t-pj, config/rs6000/t-aix43, config/rs6000/t-beos, config/rs6000/t-darwin, config/rs6000/t-newas, config/rs6000/t-ppccomm, config/rs6000/t-rs6000, config/sh/t-linux, config/sh/t-sh, config/sparc/t-chorus-elf, config/sparc/t-elf, config/sparc/t-sol2, config/sparc/t-sp86x, config/sparc/t-sparcbare, config/sparc/t-sparclite, config/sparc/t-splet, config/sparc/t-sunos41, config/sparc/t-vxsparc, config/sparc/t-vxsparc64, config/v850/t-v850: Don't set any of LIBGCC1, CROSS_LIBGCC1, or LIBGCC1_TEST. * config/alpha/alpha.h, config/i386/i386.h, config/i860/i860.h: Don't set FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, INTIFY, or FLOATIFY. * config/d30v/d30v.h: Don't mention LIBGCC_NEEDS_DOUBLE, FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, FLOATIFY, INTIFY, nongcc_SI_type, nongcc_word_type, or perform_* * config/i860/fx2800: Don't define perform_umodsi3 or perform_modsi3. * config/i386/386bsd.h, config/i386/beos-elf.h, config/i386/linux-aout.h, config/i386/linux-oldld.h, config/i386/linux.h, config/i386/mach.h, config/i386/netbsd.h, config/i386/openbsd.h, config/i386/osfrose.h, config/i386/rtemself.h: Don't include i386/perform.h. * config/a29k/t-a29k, config/arm/t-semiaof, config/i370/t-i370, config/i370/t-linux, config/i370/t-mvs, config/i370/t-oe, config/i386/t-djgpp, config/i386/t-i386bare, config/i386/t-vsta, config/ia64/t-hpux, config/mips/t-mips, config/mips/t-mips-gas, config/mips/t-osfrose, config/sparc/t-sp64, config/sparc/t-sunos40, config/vax/t-openbsd, config/vax/t-vax: Delete. * config.gcc: Remove references to deleted files. (arm-semi-aof): Use arm/t-semi for tmake_file. * gcc.texi, install.texi, invoke.texi, tm.texi: Delete or rewrite text which is no longer relevant now that libgcc1 no longer exists. * config/t-openbsd, config/alpha/t-interix, config/i386/t-interix: No need to set INSTALL_ASSERT_H. (Missed in previous sweep.) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42188 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (STAMP): New macro.mmitchel2001-05-131-0/+5
| | | | | | | | | | | | | Replace all uses of `touch' with $(STAMP). * fixinc/Makefile.in: Likewise. * Make-lang.in: Replace all uses of `touch' with $(STAMP). * Makefile.in.in (STAMP): New macro. Replace all uses of `touch' with $(STAMP). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42041 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Exterminate all references to assert.h.zack2001-05-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | * cross-make: Likewise. * assert.h: Delete. * configure.in: Correct commentary. * configure: Regenerate. * po/POTFILES.in: Remove assert.h. * libgcc-std.ver, libgcc2.c, libgcc2.h, sys-protos.h: Remove __eprintf. * config/t-freebsd, config/t-linux, config/t-linux-aout, config/t-netbsd, config/t-rtems, config/x-linux, config/i386/t-beos, config/mcore/t-mcore, config/mcore/t-mcore-pe: No need to override INSTALL_ASSERT_H. * fixinc/fixinc.dgux, fixinc/fixinc.interix, fixinc/fixinc.ptx, fixinc/fixinc.svr4, fixinc/fixinc.winnt, fixinc/fixinc.wrap, fixinc/fixincl.sh: Don't install assert.h into objdir/include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41972 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*):zack2001-05-081-0/+5
| | | | | | | | | | | | | | Delete stanzas. * config/i386/sco.h, config/i386/sco4.h, config/i386/scodbx.h, config/i386/sco4dbx.h, config/i386/x-sco4: Delete file. * optabs.c: Delete #ifdef BROKEN_LDEXP block. * POTFILES.in: Remove config/i386/sco.h, config/i386/sco4.h, config/i386/sco4dbx.h, and config/i386/scodbx.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41912 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.zack2001-04-041-0/+4
| | | | | | | | * config/romp/xm-romp.h: Delete. * po/POTFILES.in: Remove config/romp/xm-romp.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41086 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Remove all the files deleted by the xm-host.hzack2001-04-041-0/+5
| | | | | | | purge, also frame.c, frame-dwarf2.c, and gansidecl.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41071 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in.in (distclean): Also remove *.gmo during `makegerald2001-01-311-0/+5
| | | | | | | distclean`. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39359 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-17 Philipp Thomas <pthomas@suse.de>pthomas2000-12-171-0/+4
| | | | | | | * POTFILES.in: Add doloop.c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38322 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-17 Philipp Thomas <pthomas@suse.de>pthomas2000-12-171-0/+5
| | | | | | | | * POTFILES.in: Remove files not existing anymore. Add a note at the top that trailing spaces aren't allowed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38321 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Move divmod routines from config/mn10200 to config/law2000-11-301-0/+5
| | | | | | | Add dominance.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37869 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:pthomas2000-11-251-0/+4
| | | | | | | | | | | | | | 2000-11-25 Philipp Thomas <pthomas@suse.de> * configure.in (ALL_LINGUAS): Remove en_GB and add sv. * configure: Rebuilt. po: 2000-11-25 Philipp Thomas <pthomas@suse.de> * sv.po: New swedish translation file. * en_GB.po: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37739 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Add config/rs6000/xm-darwin.h.shebs2000-11-211-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37602 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-11-07 David O'Brien <obrien@dragon.nuxi.com>obrien2000-11-071-0/+4
| | | | | | | | | | | | | * config/alpha/freebsd.h: New file -- FreeBSD/alpha architecture file. * POTFILES.in: Add config/alpha/freebsd.h * configure.in: Add alpha*-freebsd support. * configure: Regenerate. Approved by: Richard Henderson <rth@cygnus.com> Message-ID: <20001106211421.E14418@cygnus.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37287 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Add config/i386/netware.h and config/netware.h.geoffk2000-10-221-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37004 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-21 Philipp Thomas <pthomas@suse.de>pthomas2000-10-211-0/+9
| | | | | | | | | | | | * POTFILES.in: Remove config/rs6000/netware.h. Remove the files moved out of libgcc and over to libsupc++. * Makefile.in.in (stamp-check-pot): Rename to stamp-check-po. (check-po): New, more intuitive target to check POTFILES.in for consistency. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36997 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-08 Philipp Thomas <pthomas@suse.de>pthomas2000-10-081-3/+9
| | | | | | | | | * POTFILES.in: Remove the files from the nuked dead ports. * ChangeLog: Correct David's entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36783 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-09-28 David O'Brien <obrien@FreeBSD.org>obrien2000-09-291-0/+6
| | | | | | | | | | | | | | | | | | | | * config/i386/freebsd-aout.h: New, FreeBSD a.out config file. Contains the old contents of config/i386/freebsd.h * config/i386/freebsd.h: Now the ELF rather than a.out config file. Contains the old contents of config/i386/freebsd-elf.h * config/i386/freebsd-elf.h: Retire this file -- contents moved to config/i386/freebsd.h. * configure.in: Adjust for above changes. * po/POTFILES.in: Likewise. * po/en_GB.po: Likewise. * po/gcc.pot: Likewise. * configure: Rebuilt. Approved by: Richard Henderson <rth@cygnus.com> Message-ID: <20000927093029.A30906@cygnus.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36662 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-09-26 Philipp Thomas <pthomas@suse.de>pthomas2000-09-251-0/+6
| | | | | | | | | * Makefile.in.in: Remove stamp-check-pot from list of default targets as checks are only possible in a complete source tree and all languages configured. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36637 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Remove objc/objc-parse.c.gerald2000-09-131-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36386 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-09-12 Philipp Thomas <pthomas@suse.de>pthomas2000-09-121-0/+7
| | | | | | | | | | * POTFILES.in: Remove yet more files caught by the new checking target. * gcc.pot: Regenerated. * cat-id-tbl.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36352 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-09-12 Philipp Thomas <pthomas@suse.de>pthomas2000-09-121-2/+0
| | | | | | | | * POTFILES.in: Remove c-gperf.h, c-iterate.c, cp/hash.h, cp/input.c, c-parse.h and cppulp.c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36349 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-09-12 Philipp Thomas <pthomas@suse.de>pthomas2000-09-121-0/+4
| | | | | | | * Makefile.in.in (stamp-check-pot): Don't use $@ in rule. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36348 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-09-12 Philipp Thomas <pthomas@suse.de>pthomas2000-09-121-0/+14
| | | | | | | | | | * Makefile.in.in (stamp-check-pot): New target used for checking POTFILES. * gcc.pot: Regenerated. * cat-tbl-id.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36346 138bc75d-0d04-0410-961f-82ee72b054a4
* Add missing filesnickc2000-07-141-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35027 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-27 Philipp Thomas <pthomas@suse.de>pthomas2000-06-271-0/+6
| | | | | | | | | * POTFILES.in: Add diagnostic.c . * gcc.pot: Regenerate. * cat-id-tbl.c: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34740 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/po:pthomas2000-06-191-0/+4
| | | | | | | | | 2000-06-19 Philipp Thomas <pthomas@suse.de> * POTFILES.in: change entries for dyn-string.[ch] git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34595 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:pthomas2000-06-131-0/+4
| | | | | | | | | | | | | | | | 2000-06-13 Philipp Thomas <pthomas@suse.de> * configure.in(ALL_LINGUAS): Changed en_UK to en_GB. * configure: Rebuilt. gcc/po: 2000-06-13 Philipp Thomas <pthomas@suse.de> * en_UK.po: Renamed to en_GB.po. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34519 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Remove dyn-string.[ch].pthomas2000-06-071-0/+6
| | | | | | | | * gcc.pot: Regenerated. * cat-id-tbl.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34444 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/:pthomas2000-06-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (AC_C_INLINE): Added. * configure: Regenerate. gcc/java: * Makefile.in (INTLLIBS): New. (LIBS): Add above. (DEPLIBS): Ditto. gcc/f: * Makefile.in(INTLLIBS): New macro. (LIBS): Add INTLLIBS. (DEPLIBS): Likewise. gcc/ch: * Makefile.in: Changed to be processed by configure. (INTLLIBS): New macro. (LIBS): Add INTLLIBS. (DEPLIBS): Likewise. * config-lang(outputs): Specify ch/Makefile. gcc/po: * Makefile.in.in: Add --define switch for xgettext. gcc/intl: * Makefile.in: Add -DIN_GCC to DEFS, add appropriate -I switches. * dcgettext.c: Define _GNU_SOURCE before any system header is included. Guard getcwd declaration with HAVE_DECL_GETCWD. * loadmsgcat.c (_nl_load_domain): Cast st.st_size in compaison to size_t. * localealias.c: Define _GNU_SOURCE before any system header is included. Don't use return value of memcpy because it could be a macro defined in terms of bcopy. (read_alias_file): Remove HAVE_MEMCPY guard and just don't use the return value of memcpy. Cast argument to fgets and strlen to char *. * explodename.c (_nl_explode_name): Cast codeset to unsigned char ** in call to _nl_normalize_codeset. * l10nflist.c: Define _GNU_SOURCE before any system header is included. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34423 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:pthomas2000-05-311-0/+9
| | | | | | | | | | | | | | | | | | | | * configure.in (enable-nls): Enable if build == host, i.e. when not building a canadian cross compiler. (enable-maintainer-mode): Added for use with i18n. * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a cross section of ALL_LINGUAS and LINGUAS. * configure: Rebuild. gcc/po: * Makefile.in.in: Create compiled catalogs in objdir, not srcdir. Create gcc.pot and cat-tbl-id.c only in maintainer mode. * gcc.pot: Generated and checked in. * cat-tbl-id.c: Generated and checked in. * stamp-cat-id: Generated and checked in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34303 138bc75d-0d04-0410-961f-82ee72b054a4
* * pcp.h: Delete file.zack2000-04-281-0/+4
| | | | | | | * po/POTFILES.in: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33522 138bc75d-0d04-0410-961f-82ee72b054a4
* * cccp.c, cexp.y, cexp.c, cccp.1: Removed.zack2000-04-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Delete --disable-cpplib option and all references to cpp_main. * configure: Regenerate. * Makefile.in: Remove all references to CCCP, CCCP_OBJS, @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o, cccp.o, cccp, or cppmain. Link cppmain.o straight to cpp$(exeext). Add --no-headers to makeinfo command line when generating INSTALL. Install and uninstall cpp.1 manpage, not cccp.1. * install.texi: Delete all references to cexp.y/cexp.c. Delete ancient instructions for compiling GCC on 3b1. * INSTALL: Regenerate. * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, ch/decl.c, ch/lex.c, cp/lex.c, f/lex.c, mips/t-ecoff, mips/t-elf, mips/t-r3900: Remove references to cccp.c. * convex.h, fx80.h, m68k.h, pdp11.h, contrib/gcc_update, f/g77install.texi: Remove references to cexp.c/cexp.y. * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING, which is no longer tested anywhere. * po/POTFILES.in: Remove cccp.c and cexp.c. Comment out alpha/vms-tramp.asm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33238 138bc75d-0d04-0410-961f-82ee72b054a4
* In gcc/:geoffk2000-04-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty always, use the default SVR4 start address. * config/rs6000/linux.h (LINK_SPEC): Don't define. (LINK_SHLIB_SPEC): Define. (LINK_START_DEFAULT_SPEC): Define. (LINK_OS_DEFAULT_SPEC): Define. * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros. * config/rs6000/eabi.asm (__eabi): Call __init rather than __do_global_ctors to handle constructors. * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin. (STARTFILE_YELLOWKNIFE_SPEC): Likewise. (STARTFILE_MVME_SPEC): Likewise. (STARTFILE_SIM_SPEC): Likewise. (ENDFILE_ADS_SPEC): Use crtend. (ENDFILE_YELLOWKNIFE_SPEC): Likewise. (ENDFILE_MVME_SPEC): Likewise. (ENDFILE_SIM_SPEC): Likewise. (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS. (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS. (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects. (ENDFILE_LINUX_SPEC): Use crtendS for shared objects. * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o. (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS. (CRTSTUFF_T_CFLAGS_S): Define. * config/rs6000/eabi-ctors.c: Delete. * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte boundary. (__fini): Likewise. * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame. boundary. (__fini): Likewise. In gcc/po: * POTFILES.in: Remove config/rs6000/eabi-ctors.c, which was previously commented out anyway. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33158 138bc75d-0d04-0410-961f-82ee72b054a4
* Update POTFILES.in for rs6000.geoffk2000-04-051-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32937 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Remove config/rs6000/cygwin.hlaw2000-03-301-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32822 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp/tinfo.h: Remove apostrophes from C++ comment (xgettextzack2000-02-061-0/+6
| | | | | | | | | | | thinks this file is plain C). * i386/osf1elf.h: Add missing backslash to multiline string. * po/POTFILES.in: Remove stupid.c. * exgettext: s/VPROTO/VPARAMS/ now that we are no longer using VPROTO. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31816 138bc75d-0d04-0410-961f-82ee72b054a4