1. 24 Jun, 2004 1 commit
    • Patch from Robert Millan. · cfafe973
      * config.gcc: Merge kfreebsd*-gnu with linux* and add knetbsd*-gnu.
      * config/i386/linux.h: Allow overriding of LINK_EMULATION,
        DYNAMIC_LINKER and register names in sc_ structure.
      * config/kfreebsd-gnu.h: New. kfreebsd-gnu followup for linux.h.
      * config/i386/kfreebsd-gnu.h: New. Ditto for i386-kfreebsd-gnu.
      * config/knetbsd-gnu.h: New. Ditto for knetbsd-gnu.
      * config/i386/knetbsd-gnu.h: New. Ditto for i386-knetbsd-gnu.
      * config/kfreebsdgnu.h: Remove.
      * config/t-kfreebsd-gnu: Likewise.
      * config/i386/kfreebsdgnu.h: Likewise.
      
      From-SVN: r83577
      Robert Millan committed
  2. 17 Jun, 2003 1 commit
    • aout.h, [...]: Replace "GNU compiler", "GNU CC" with "GCC". · de0a398e
      	* config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
      	config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
      	config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
      	config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
      	config/sparc/rtemself.h, config/sparc/sol2-64.h,
      	config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
      	config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
      	config/sparc/sol2.h, config/sparc/sp64-aout.h,
      	config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
      	config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
      	"GNU compiler", "GNU CC" with "GCC".
      
      From-SVN: r68056
      Nathanael Nerode committed
  3. 17 May, 2003 1 commit
    • config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h. · 9b8466f4
      	* config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
      	* sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
      	sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
      	sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
      	sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
      	sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
      	sparc/sysv4.h,
      	* sparc/sysv4-only.h: New.
      
      From-SVN: r66902
      Neil Booth committed
  4. 13 Mar, 2003 1 commit
    • bsd.h, [...]: GCC, not GNU CC. · e7d9d16b
      	* config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.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/vax.md, config/vax/vaxv.h: GCC, not
      	GNU CC.
      
      From-SVN: r64294
      Nathanael Nerode committed
  5. 12 Jun, 2002 1 commit
    • config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}. · 169274cd
      * config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}.
      * config/vax/bsd.h: New file.
      * config/vax/netbsd.h: Add missing notice.
      (CPP_PREDEFINES): Remove.
      (TARGET_OS_CPP_BUILTINS): Define.
      (CPP_SPEC): Use NETBSD_CPP_SPEC.
      * config/vax/openbsd.h: Update copyright years.
      (CPP_PREDEFINES): Remove.
      (TARGET_OS_CPP_BUILTINS): Define.
      * config/vax/ultrix.h: Likewise.
      * config/vax/vaxv.h: Likewise.
      * config/vax/vms.h: Likewise.
      * config/vax/vax.h (TARGET_CPU_CPP_BUILTINS): Define.
      (CPP_PREDEFINES, CPP_SPEC): Remove.
      
      From-SVN: r54538
      Jason Thorpe committed
  6. 03 Jun, 2002 1 commit
  7. 02 Jun, 2002 1 commit
  8. 12 Apr, 2002 1 commit
    • rtems.h, [...] (*-rtems*): Cleanup pass to move common definitions to… · 1d80248e
      rtems.h, [...] (*-rtems*): Cleanup pass to move common definitions to config/rtems.h and make the targets...
      
      2002-04-12	Eric Norum <eric.norum@usask.ca>
      
      	* config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
      	config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
      	config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
      	config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
      	config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
      	config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
      	config/v850/rtems.h (*-rtems*): Cleanup pass to move common
      	definitions to config/rtems.h and make the targets more similar.
      
      From-SVN: r52225
      Eric Norum committed
  9. 20 Feb, 2002 1 commit
  10. 14 Feb, 2002 1 commit
  11. 13 Feb, 2002 1 commit
    • config.gcc (a29k-*-rtems): General cleanup across all RTEMS targets... · f22b4bc4
      2002-02-13	Joel Sherrill <joel@OARcorp.com>
      
      	* config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
      	all RTEMS targets including removal of #includes from config/*/rtems*.h
      	file and adding them to tm_file setting. Added xm_defines=POSIX to
      	many targets.
      	* config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
      	* config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
      	* config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
      	* config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
      	* config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
      	config/m68k/rtemself.h: Ditto.
      	* config.gcc (mips*-*-rtems*), config/mips/rtems.h,
      	config/mips/rtems64.h: Ditto.
      	* config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
      	* config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
      	Ditto.
      	* config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
      	config/sparc/rtemself.h: Ditto.
      	* config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
      	* config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
      	arm-rtems stanza closer to other arm-elf targets and made arm-rtems
      	more like arm-elf.
      	* config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
      	config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
      	target made more similar to i386-elf.
      	* config/i386/t-rtems-i386: Added soft float support and multilibs.
      	* config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
      	be similar to config/m68k/t-m68kelf.
      	* gthr-rtems.h: Encapsulate with extern "C" for C++.
      
      From-SVN: r49749
      Joel Sherrill committed
  12. 07 Dec, 2000 1 commit
    • config.gcc (a29k*-*-rtems*, [...]): New targets. · bc98ef7f
              * config.gcc (a29k*-*-rtems*, arm*-*-rtems*, c4x-*-rtems*,
              h8300-*-rtems*, hppa1.1-*-rtems, *mips*-*-rtems*): New targets.
              * config.gcc (*-rtems*): Add support for gthr-rtems.h.
              * gthr-rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
              config/h8300/rtems.h, config/mips/rtems.h: New files.
      
      From-SVN: r38094
      Joel Sherrill committed
  13. 02 Nov, 2000 1 commit
    • config: · 2b57e919
      	* a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
      	alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
      	alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
      	alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
      	arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
      	arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
      	c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
      	elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
      	i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
      	i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
      	i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
      	i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
      	i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
      	i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
      	i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
      	i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
      	i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
      	i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
      	i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
      	i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
      	i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
      	ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
      	m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
      	m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
      	m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
      	m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
      	m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
      	m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
      	m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
      	m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
      	m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
      	m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
      	mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
      	mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
      	mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
      	mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
      	mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
      	mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
      	ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
      	ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
      	pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
      	pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
      	romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
      	rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
      	rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
      	rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
      	sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
      	sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
      	sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
      	sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
      	sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
      	sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
      	sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
      	v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
      	vax/vaxv.h, vax/vms.h, we32k/we32k.h
      
      	Replace -A() with -A=, the new assertion syntax.
      
      From-SVN: r37213
      Neil Booth committed
  14. 31 Jan, 2000 1 commit
    • 386bsd.h, [...]: Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES. · db80ee8e
      	* i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
      	i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
      	i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
      	i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
      	i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
      	i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
      	i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
      	i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
      	i386/vxi386.h, i386/win-nt.h, i386/win32.h:
      	Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
      
      	* i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
      	Add %(cpp_cpu) to CPP_SPEC.
      
      	* i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
      	Add %(cc1_cpu) to CC1_SPEC.
      
      From-SVN: r31710
      Zack Weinberg committed
  15. 05 Jan, 2000 1 commit
    • configure.in (m68*-*-rtemscoff*): New target, formal name for old m68*-*-rtems*. · 6e5138f0
              * configure.in (m68*-*-rtemscoff*): New target, formal name for
              old m68*-*-rtems*.
              (m68*-*-rtemself*): New target.
              (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
              (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
              (sparc*-*-rtemself*): New target.
              (sparc*-*-rtems*): Now elf not a.out.
              * config/i386/rtems.h: Include config/rtems.h.
              * config/i386/rtemself.h: Include config/rtems.h.
              * config/i960/rtems.h: Include config/rtems.h.
              * config/m68k/rtems.h: Include config/rtems.h.
              * config/m68k/rtemself.h: Include config/rtems.h.
              * config/mips/rtems64.h: Include config/rtems.h.
              * config/pa/rtems.h: Include config/rtems.h.
              * config/rs6000/rtems.h: Include config/rtems.h.
              * config/sh/rtems.h: Include config/rtems.h.
              * config/sh/rtemself.h: Include config/rtems.h.
              * config/sparc/rtems.h: Include config/rtems.h.
              * config/sparc/rtemself.h: Include config/rtems.h
      
      From-SVN: r31231
      Joel Sherrill committed
  16. 14 Sep, 1999 1 commit
    • configure.in (m68k-*-rtemscoff*): Added. · d1476635
              * configure.in (m68k-*-rtemscoff*): Added.
              * configure.in (mips64orion-*-rtems*): Converted to ELF.
              * configure.in (sparc-*-rtemsaout*): Added as alias for old
              sparc-rtems configuration.
              * configure.in (sparc-*-rtemself*): Added.
              * configure.in (sparc-*-rtems*): Now ELF not a.out.
              * config/i386/rtems.h: Added comment.
              * config/sparc/rtemself.h: New file.
      
              * configure.in (m68k-rtemself): Added.
              * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
              and DWARF_DEBUGGING_INFO.
              * config/m68k/crti.s: New file.
              * config/m68k/crtn.s: New file.
              * config/m68k/t-crtstuff: New file.
              * config/m68k/rtemself.h: New file.
      
              * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
              global ctor/dtor and C++ exception handling.
              * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
              for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
              ENDFILE_SPEC.
              * config/i386/t-rtems-i386: New File.
      
      Co-Authored-By: Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
      Co-Authored-By: Rosimildo DaSilva <rdasilva@connecttel.com>
      
      From-SVN: r29401
      Joel Sherrill committed
  17. 25 Mar, 1998 1 commit
    • go32-rtems.h: Defined TARGET_MEM_FUNCTIONS. · fe0714d3
             * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
             * config/i386/rtems.h: Likewise.
             * config/i960/rtems.h: Likewise.
             * config/m68k/rtems.h: Likewise.
             * config/mips/rtems64.h: Likewise.
             * config/pa/rtems.h: Likewise.
             * config/rs6000/rtems.h: Likewise.
             * config/sh/rtems.h: Likewise.
             * config/sparc/rtems.h: Likewise.
      
      From-SVN: r18813
      Joel Sherrill committed
  18. 07 Dec, 1997 1 commit
  19. 02 Nov, 1997 1 commit
  20. 03 Sep, 1997 1 commit
  21. 01 Sep, 1997 1 commit
    • go32-rtems.h, [...] (subtarget_switches): Added -mrtems as a switch. · 5d84b57e
              * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
              m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
              sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
              * i960/i960.h: Added SUBTARGET_SWITCHES macro.
              * rs6000/sysv4.h (extra_subtarget_switches): Added new
              macro EXTRA_SUBTARGET_SWITCHES.
              * configure.in (sh*-*-rtems*): New target.
              * sh/rtems.h: New file.
              * sh/sh.h: Added SUBTARGET_SWITCHES macro.
              * configure: Rebuilt.
      
      From-SVN: r15006
      Joel Sherrill committed
  22. 16 Jul, 1996 1 commit
  23. 15 Jun, 1995 1 commit
  24. 17 Nov, 1994 1 commit
  25. 13 Feb, 1994 1 commit
  26. 30 Oct, 1993 2 commits
  27. 29 Oct, 1993 1 commit
  28. 24 May, 1993 1 commit
  29. 11 Jan, 1993 1 commit
  30. 11 Oct, 1992 2 commits
  31. 02 Nov, 1991 1 commit
  32. 10 Oct, 1991 1 commit
  33. 23 Jul, 1991 1 commit
  34. 31 May, 1991 3 commits