Skip to content
Snippets Groups Projects
  1. Dec 11, 2006
  2. Oct 16, 2006
  3. Jul 25, 2006
  4. Dec 12, 2005
    • nathan's avatar
      * config.gcc (ms1): Replace with ... · 8a4c0c5f
      nathan authored
      	(mt): ... this.
      	* config/ms1: Rename to ...
      	* config/mt: ... here.  Rename ms1 files to mt.
      	* config/mt/mt.c: Adjust gt-mt.h #include.
      	* config/mt/t-mt (LIB1ASMSRCS, LIB2FUNCS_EXTRA): Adjust.
      	(crti.o, crtn.o): Adjust file names.
      
      	* config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108403 138bc75d-0d04-0410-961f-82ee72b054a4
      8a4c0c5f
  5. Nov 22, 2005
  6. Jul 14, 2005
  7. Jun 03, 2005
  8. Apr 22, 2005
  9. Jan 18, 2005
  10. Nov 16, 2004
  11. Sep 06, 2004
  12. Feb 20, 2004
    • cagney's avatar
      Index: ChangeLog · ee887245
      cagney authored
      2004-02-19  Andrew Cagney  <cagney@redhat.com>
      
      	* config.guess: Update from version 2003-10-16 to 2004-02-16.
      	* config.sub: Update from version 2003-11-03 to 2004-02-16.
      
      Index: boehm-gc/ChangeLog
      2004-02-19  Andrew Cagney  <cagney@redhat.com>
      
      	* config.guess: Update from version 2002-01-10 to 2004-02-16.
      	* config.sub: Update from version 2002-01-02 to 2004-02-16.
      
      Index: libjava/libltdl/ChangeLog
      2004-02-19  Andrew Cagney  <cagney@redhat.com>
      
      	* config.guess: Update from version 2003-10-07 to 2004-02-16.
      	* config.sub: Update from version 2003-10-07 to 2004-02-16.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78171 138bc75d-0d04-0410-961f-82ee72b054a4
      ee887245
  13. Nov 03, 2003
  14. Oct 16, 2003
  15. Oct 11, 2003
  16. Jun 14, 2003
  17. Jun 12, 2003
  18. May 13, 2003
  19. Jan 30, 2003
    • sayle's avatar
      · f08ad151
      sayle authored
      	* config.guess: Updated to 2003-01-30's version.
      	* config.sub: Updated to 2003-01-28's version.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62160 138bc75d-0d04-0410-961f-82ee72b054a4
      f08ad151
  20. Jan 08, 2003
  21. Dec 17, 2002
  22. Aug 20, 2002
    • echristo's avatar
      2002-08-15 Eric Christopher <echristo@redhat.com> · 2857c21b
      echristo authored
              * config.sub: Import from master repository.
              * config.guess: Ditto.
      2002-08-15  Eric Christopher  <echristo@redhat.com>
      	    Jeff Knaggs  <jknaggs@redhat.com>
      
      	* config.gcc (mipsisa64sr71k-elf): New target.
      	* config/mips/sr71k.md: New file.
      	* config/mips/mips.md: Use it.
      	(rot*): Add sr71k specifics.
      	* config/mips/t-sr71k: New file.
      	* config/mips/mips.h (sr71k): New cpu.
      	(TARGET_SR71K): Use it.
      	(TUNE_SR71K): Ditto.
      	(GENERATE_BRANCHLIKELY): Ditto.
      	(ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
      	ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
      	* config/mips/mips.c (sr71k): New cpu.
      	(mips_use_dfa_pipeline_interface): Use.
      
      2002-08-15  Eric Christopher  <echristo@redhat.com>
                  Richard Sandiford <rsandifo@redhat.com>
      	    Aldy Hernandez  <aldyh@redhat.com>
      	    Graham Stott    <grahams@redhat.com>
      	    Michael Meissner  <meissner@redhat.com>
      	    Gavin Romig-Koch  <gavin@redhat.com>
      	    Ken Raeburn  <raeburn@cygnus.com>
      	    Alexandre Oliva <aoliva@redhat.com>
      
      	* config.gcc (mips64vr-elf): New target.
      	* config/mips/5400.md: New file.
      	* config/mips/5500.md: Ditto.
      	* config/mips/mips.md: Use them.
      	(frsqrt): New.
      	* config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
      	cpus.
      	(mips_issue_rate): Use them.
      	(mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
      	(TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
      	* config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
      	cpus.
      	(TARGET_MIPSx): Use them.
      	(TUNE_MIPSx): Ditto.
      	(GETNATE_MULT3_SI): Ditto.
      	(ISA_HAS_BRANCHLIKELY): Ditto.
      	(ISA_HAS_CONDMOVE): Ditto.
      	(ISA_HAS_NMADD_NMSUB): Ditto.
      	(ISA_HAS_MULHI): New. Ditto.
      	(ISA_HAS_MULS): Ditto.
      	(ISA_HAS_MSAC): Ditto.
      	(ISA_HAS_MACC): Ditto.
      	(ISA_HAS_ROTR_SI): Ditto.
      	(ISA_HAS_ROTR_DI): Ditto.
      	(RTX_COSTS): Use.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56471 138bc75d-0d04-0410-961f-82ee72b054a4
      2857c21b
  23. Jul 17, 2002
  24. Jun 19, 2002
  25. May 22, 2002
  26. May 08, 2002
  27. Feb 09, 2002
  28. Jan 16, 2002
  29. Dec 03, 2001
  30. Nov 09, 2001
    • geoffk's avatar
      In ChangeLog: · dddb37d8
      geoffk authored
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* config.sub: Import from master sources, rev. 1.230.
      	* MAINTAINERS: Change 'stormy16' to 'xstormy16'.
      
      Index: gcc/ChangeLog
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* config.gcc: Rename stormy16 to xstormy16.
      	* config/stormy16/stormy-abi: Likewise.
      	* config/stormy16/stormy16-protos.h: Likewise.
      	* config/stormy16/stormy16.c: Likewise.
      	* config/stormy16/stormy16.h: Likewise.
      	* config/stormy16/stormy16.md: Likewise.
      
      Index: gcc/testsuite/ChangeLog
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46867 138bc75d-0d04-0410-961f-82ee72b054a4
      dddb37d8
  31. Nov 05, 2001
  32. Aug 31, 2001
  33. Aug 25, 2001
  34. Aug 15, 2001
  35. Jul 16, 2001
  36. Jun 09, 2001
  37. Jun 04, 2001
  38. Apr 06, 2001
    • bkoz's avatar
      · a28f421e
      bkoz authored
      2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
      
              * config.sub: Make sure to match an already-canonicalized
              machine name (eg. mn10300-unknown-elf).
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41145 138bc75d-0d04-0410-961f-82ee72b054a4
      a28f421e
  39. Feb 12, 2001
Loading