1. 03 Sep, 2003 2 commits
  2. 21 Aug, 2003 1 commit
    • zack's avatar
      * Makefile.in (INCLUDES): Remove -I$(srcdir)/config. · 0ac7fc08
      zack authored
      	* config.gcc (*-*-openbsd): Don't set tm_file.
      	(alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
      	arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
      	h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
      	i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
      	i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
      	m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
      	m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
      	m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
      	mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
      	sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
      	xscale-*-coff): Use explicit and complete lists of target headers
      	to include.  Move definitions to tm_defines where appropriate.
      	(hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
      	not-yet-contributed configuration.
      
      	* config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
      	* config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
      	* config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
      	* config/i386/nto.h, config/iq2000/iq2000.h,
      	* config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
      	* config/m68k/linux.h, config/m68k/m68k-aout.h
      	* config/m68k/m68k-none.h, config/m68k/m68kv4.h
      	* config/m68k/netbsd.h, config/m68k/openbsd.h
      	* config/m68k/sgs.h, config/mcore/mcore-pe.h,
      	* config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
      	* config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
      	Remove includes of other target config headers, and
      	definitions of macros moved to tm_defines lists.  Add #undefs
      	where now necessary to prevent redefinition warnings.
      
      	* config/h8300/coff.h: New file split out of...
      	* config/h8300/elf.h: ...here.
      	* config/m68k/hp320base.h: New file split out of...
      	* config/m68k/hp320.h: ...here.
      	* config/rs6000/lynxbase.h: New file split out of...
      	* config/rs6000/lynx.h: ...here.
      
      	* config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
      	* config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
      
      	* config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
      	* config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
      	* config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
      	Remove unnecessary #ifndef.
      	* config/s390/s390.h: Prefix #include of s390/fixdfdi.h
      	[under IN_LIBGCC2] with config/.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70651 138bc75d-0d04-0410-961f-82ee72b054a4
      0ac7fc08
  3. 01 Jul, 2003 1 commit
  4. 16 Jun, 2003 1 commit
  5. 03 Jun, 2003 1 commit
    • jakub's avatar
      * configure.in (HAVE_LD_PIE): Check for ld -pie. · c3ce66b0
      jakub authored
      	* config.in: Rebuilt.
      	* configure: Rebuilt.
      	* toplev.c (flag_pie, flag_shlib): New variables.
      	(f_options): Add -fpie and -fPIE.
      	(parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
      	Set flag_shlib if flag_pic and not -fpie/-fPIE.
      	* flags.h (flag_pic, flag_shlib): Add.
      	* varasm.c (default_binds_local_p): Use flag_shlib instead of
      	flag_pic.
      	* gcc.c (LINK_PIE_SPEC): Define.
      	(LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
      	(option_map): Add --pie -> -pie mapping.
      	* config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
      	and -fPIE the same way as -fPIC.
      	* config/openbsd.h (ASM_SPEC): Likewise.
      	* config/frv/frv.h (ASM_SPEC): Likewise.
      	* config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
      	* config/arm/semi.h (ASM_SPEC): Likewise.
      	* config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
      	* config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
      	* config/i386/beos-elf.h (CC1_SPEC): Likewise.
      	* config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
      	* config/m68k/linux.h (CPP_SPEC): Likewise.
      	* config/m68k/netbsd.h (ASM_SPEC): Likewise.
      	* config/m68k/openbsd.h (ASM_SPEC): Likewise.
      	* config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
      	* config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
      	* config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
      	* config/pa/pa-linux.h (CPP_SPEC): Likewise.
      	* config/netbsd-aout.h (ASM_SPEC): Likewise.
      	* config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
      	* config/rs6000/vxworks.h (CPP_SPEC): Likewise.
      	* config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
      	* config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
      	* config/sparc/sparc.h (ASM_SPEC): Likewise.
      	* config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
      	* config/sparc/sysv4.h (ASM_SPEC): Likewise.
      	* config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
      	* config/sparc/openbsd64.h (ASM_SPEC): Likewise.
      	* config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
      	* config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
      	Simplify.
      	* config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
      	* config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
      	* config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
      	* config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
      	* config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
      	* config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
      	* config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
      	* doc/invoke.texi: Document -pie, -fpie and -fPIE options.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67359 138bc75d-0d04-0410-961f-82ee72b054a4
      c3ce66b0
  6. 17 May, 2003 1 commit
    • neil's avatar
      · 8dcc3d95
      neil authored
      	* config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
      	* config/sparc/liteelf.h, config/sparc/openbsd64.h,
      	config/sparc/rtemself.h, config/sparc/sol2-64.h,
      	config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
      	Update for use of TARGET_SUB_OS_CPP_BUILTINS.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66905 138bc75d-0d04-0410-961f-82ee72b054a4
      8dcc3d95
  7. 20 Jun, 2002 1 commit
    • ro's avatar
      * config/sol2.h: New file. · 0307caef
      ro authored
      	* config.gcc (i?86-*-solaris2*): Include it before i386/sol2.h.
      	(sparc64-wrs-vxworks*): Include it before sparc/sol2.h.
      	(sparc-*-chorusos*): Likewise.
      	(sparc-*-elf*): Likewise.
      	(sparc-*-rtems*, sparc-*-rtemself*): Likewise.
      	(sparc64-*-solaris2*, sparcv9-*-solaris2*): Likewise.
      	(sparc-hal-solaris2*): Likewise.
      	(sparc-*-solaris2*): Likewise.
      	(sparclite-*-elf*): Likewise.
      	(sparc86x-*-elf*): Likewise.
      	(sparc64-*-elf*): Likewise.
      
      	* config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Moved to
      	config/sol2.h.
      	(ASM_SPEC): Override config/sol2.h version for now.
      	Removed obsolete GAS_REJECTS_MINUS_S variant.
      	(WINT_TYPE, WINT_TYPE_SIZE): Moved to config/sol2.h.
      	(HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
      	(TARGET_OS_CPP_BUILTINS): Likewise.
      	Assert system=unix.
      	(CPP_SPEC): Simplified using new CPP_SUBTARGET_SPEC.
      	(LIB_SPEC, ENDFILE_SPEC, STARTFILE_SPEC, LINK_SPEC): Moved to
      	config/sol2.h.
      	(SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
      	(ASM_CPU_SPEC): Define.
      	(SUBTARGET_EXTRA_SPECS): Define.
      
      	* config/sparc/sol2-bi.h (LONG_DOUBLE_TYPE_SIZE): Removed, already
      	in config/sparc/sol2.h.
      	(ASM_SPEC): Moved to config/sol2.h.
      	(CPP_CPU_SPEC): Simplified.
      	(STARTFILE_SPEC32): Likewise, renamed to STARTFILE_ARCH32_SPEC for
      	consistency.
      	(STARTFILE_SPEC64): Renamed to STARTFILE_ARCH64_SPEC.
      	(STARTFILE_ARCH_SPEC): Use new names STARTFILE_ARCH32_SPEC,
      	STARTFILE_ARCH64_SPEC.
      	(STARTFILE_SPEC): Moved to config/sol2.h
      	(SUBTARGET_EXTRA_SPECS): Add startfile_arch.
      	(LINK_ARCH32_SPEC): Moved to config/sol2.h.
      	(LINK_ARCH64_SPEC): Simplified.
      	(LINK_ARCH_SPEC): Redefined config/sol2.h version for 64-bit support.
      	(LINK_SPEC): Moved to config/sol2.h
      
      	* config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Moved to
      	config/sol2.h.
      	Use BITS_PER_WORD for size.
      	(WINT_TYPE, WINT_TYPE_SIZE): Likewise.
      	(HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
      	(CPP_PREDEFINES): Removed OS-specific part handled by
      	TARGET_OS_CPP_BUILTINS.
      	(CPP_SUBTARGET_SPEC): Moved to config/sol2.h.
      	(CPLUSPLUS_CPP_SPEC): Removed, handled by TARGET_OS_CPP_BUILTINS.
      	(ASM_SPEC): Moved to config/sol2.h.
      	(PREFERRED_DEBUGGING_TYPE): Likewise.
      	(STARTFILE_SPEC, LIB_SPEC, LINK_SPEC): Likewise.
      	(SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
      	(TARGET_DEFAULT): Reordered to match config/sparc/sol2-bi.h version.
      	(TRANSFER_FROM_TRAMPOLINE): Moved to config/sol2.h
      
      	* config.gcc (i?86-*-solaris2*): Removed obsolete gas support.
      	* config/i386/sol2gas.h: Removed.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54827 138bc75d-0d04-0410-961f-82ee72b054a4
      0307caef