1. 23 Jul, 2009 1 commit
  2. 29 Nov, 2008 1 commit
  3. 14 Mar, 2008 1 commit
  4. 10 Nov, 2007 1 commit
  5. 10 Oct, 2007 1 commit
  6. 21 Aug, 2007 1 commit
  7. 26 Jun, 2007 1 commit
  8. 24 Jun, 2006 1 commit
  9. 13 Mar, 2006 1 commit
  10. 01 Dec, 2005 1 commit
  11. 04 Sep, 2005 1 commit
  12. 16 Jun, 2005 1 commit
  13. 27 Apr, 2005 1 commit
  14. 04 Mar, 2005 1 commit
  15. 15 Dec, 2004 1 commit
  16. 05 Nov, 2004 1 commit
  17. 14 Sep, 2004 1 commit
  18. 15 May, 2004 1 commit
  19. 18 Mar, 2004 1 commit
  20. 25 Oct, 2003 1 commit
  21. 04 Feb, 2003 1 commit
  22. 30 Dec, 2002 1 commit
  23. 23 Apr, 2002 1 commit
  24. 17 Feb, 2002 1 commit
    • final.c (output_operand_lossage): Changed to accept printf style arguments. · a52453cc
      2002-02-17  Philipp Thomas  <pthomas@suse.de>
      
      	* final.c (output_operand_lossage): Changed to accept
      	printf style arguments. Change calls where necessary.
      	* output.h (output_operand_lossage): Change declaration
      	accordingly. Update copyright.
      	* config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
      	config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
      	Update copyright date where necessary.
      
      	* config/i386/i386.c (print_operand): Likewise. Remove use of
      	sprintf.
      
      	* config/cris/cris.c (cris_operand_lossage): Likewise.
      	Rename parameter so that exgettext recognizes it as
      	translatable message.
      	(LOSE_AND_RETURN): Rename parameter to msgid.
      
      	* po/gcc.pot: Regenerate.
      
      From-SVN: r49820
      Philipp Thomas committed
  25. 11 Feb, 2002 1 commit
  26. 04 Feb, 2002 1 commit
  27. 23 Jan, 2002 1 commit
  28. 20 Dec, 2001 1 commit
  29. 18 Dec, 2001 1 commit
  30. 15 Dec, 2001 2 commits
  31. 31 Oct, 2001 1 commit
    • Makefile.in (INTL_TARGETS, POSUB): Delete all references. · 5b7874aa
      	* Makefile.in (INTL_TARGETS, POSUB): Delete all references.
      	(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.
      
      From-SVN: r46680
      Zack Weinberg committed
  32. 11 Jun, 2001 2 commits
  33. 29 Sep, 2000 1 commit
    • freebsd-aout.h: New, FreeBSD a.out config file. · 41e5a1f5
      2000-09-28  David O'Brien  <obrien@FreeBSD.org>
      	* 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>
      
      From-SVN: r36662
      David O'Brien committed
  34. 12 Sep, 2000 1 commit
  35. 27 Jun, 2000 1 commit
  36. 07 Jun, 2000 1 commit
  37. 31 May, 2000 1 commit
    • configure.in (enable-nls): Enable if build == host, i.e. · dc6746e7
      gcc:
      	* 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.
      
      From-SVN: r34303
      Philipp Thomas committed