1. 07 Jun, 2003 15 commits
    • config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9. · a5fe455b
      	* config.gcc (with_cpu handling): Translate sparc64 in
      	$machine to --with-cpu=v9.
      	* config/alpha/alpha.c
      	(TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
      	(alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
      
      	* target.h: New hook asm_out.file_end.
      	* target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
      	* toplev.c (compile_file: Use targetm.asm_out.file_end.
      	* system.h: Poison ASM_FILE_END.
      	* varasm.c (file_end_indicate_exec_stack): New.
      	* output.h: Prototype it.
      	* doc/tm.texi: Document TARGET_ASM_FILE_END and
      	file_end_indicate_exec_stack.  Delete references to attasm.h.
      
      	* config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
      	(ASM_FILE_END): Delete; move code...
      	* config/darwin.c (darwin_file_end): Here; new function.
      	* config/darwin-protos.h: Prototype it.
      	* config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
      	rename unicosmk_file_end.
      	* config/arm/aof.h (ASM_FILE_END): Delete; move code...
      	* config/arm/arm.c (aof_file_end): ... here; new static function.
      	Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
      	Make aof_dump_imports and aof_dump_pic_table static.
      	* config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
      	Set TARGET_ASM_FILE_END to avr_file_end.
      	* config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
      	Set TARGET_ASM_FILE_END to c4x_file_end.
      	* config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
      	make static. Take no arguments.  Set TARGET_ASM_FILE_END to
      	h8300_file_end.
      	* config/i370/i370.h (ASM_FILE_END): Delete; move code...
      	* config/i370/i370.c (i370_file_end): ... here; new static function.
      	Set TARGET_ASM_FILE_END to i370_file_end.
      	 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
      	 Take no arguments.  Call file_end_indicate_exec_stack if
      	 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
      	* config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
      	Define NEED_INDICATE_EXEC_STACK to 0.
      	* config/i386/linux.h, config/i386/linux64.h: Redefine
      	NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
      	* config/i386/winnt.c (i386_pe_asm_file_end): Rename to
      	i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
      	* config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
      	ia64_hpux_file_end, make static.  Take no arguments.
      	* config/ip2k/ip2k.c (asm_file_start, asm_file_end,
      	commands_in_prologues, commands_in_epilogues): Delete.
      	(function_epilogue): Update to match.
      	* config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
      	make static.  Take no arguments.
      	(iris6_asm_file_end): Rename iris6_file_end, make static, use
      	mips_file_end, take no arguments.
      	Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
      	appropriate.
      	* config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
      	make static, take no arguments. Set TARGET_ASM_FILE_END to
      	mmix_file_end.
      	* config/pa/pa.c (output_deferred_plabels): Make static, take
      	no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
      	* config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
      	(ASM_FILE_END): Delete; move code...
      	* config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
      	new static function.
      
      	* config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
      	* config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
      	Don't set ASM_FILE_END.
      	* config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
      	* config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
      	* config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
      	file_end_indicate_exec_stack; don't set ASM_FILE_END.
      	* config/alpha/unicosmk.h, config/i386/cygming.h
      	* config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
      	* config/arm/arm-protos.h, config/alpha/alpha-protos.h
      	* config/avr/avr-protos.h, config/c4x/c4x-protos.h
      	* config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
      	* config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
      	* config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
      
      From-SVN: r67591
      Zack Weinberg committed
    • i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is specified. · da2d4c01
      	* i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
      	specified.
      
      From-SVN: r67590
      Jan Hubicka committed
    • copy-file.exp: New. · ccfc7360
      2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
      
      	* lib/copy-file.exp: New. Implement gcc_copy_files.
      
      	* lib/dg-pch.exp: Load copy-file.exp
      	(dg-pch): Use gcc_copy_files instead of "file copy".
      
      From-SVN: r67588
      H.J. Lu committed
    • 2003-06-07 Michael Koch <konqueror@gmx.de> · 248e983e
      	* include/posix.h
      	(O_DSYNC): Define O_DSYNC on platforms not
      	supporting O_FSYNC (newlib).
      
      From-SVN: r67587
      Michael Koch committed
    • Makefile.in (stageprofile_build): Kill redundant target. · 8c560c80
      	* Makefile.in (stageprofile_build): Kill redundant target.
      	* i386.c (mdep_reorg): Don't pad jumps for Athlon.
      
      From-SVN: r67586
      Jan Hubicka committed
    • tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation. · e62b6ea1
      	* doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
      
      	* config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
      	* config/dsp16xx/dsp16xx.h: Likewise.
      	* config/i386/i386.h: Likewise.
      	* config/ip2k/ip2k.h: Likewise.
      
      From-SVN: r67585
      Andreas Jaeger committed
    • Makefile.in (OJBS, c-opts.o): Update. · 2772ef3e
      	* Makefile.in (OJBS, c-opts.o): Update.
      	(c-options.c, c-options.h): Rename options.h and options.c.
      	(options.h): Rename options_.h.
      	(opts.o): New.
      	* c-common.h (c_common_handle_option): Replace c_common_decode_option.
      	(c_common_init_options): Update prototype.
      	* c-lang.c (c_init_options): Update prototype.
      	(LANG_HOOKS_HANDLE_OPTION): Override.
      	(LANG_HOOKS_DECODE_OPTION): Drop.
      	* c-opts.c: Include opts.h and options.h instead of c-options.h
      	and c-options.c.
      	(lang_flags): Move to file scope.
      	(find_opt, c_common_decode_option): Remove.
      	(CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
      	CL_REJECT_NEGATIVE): Move to opts.h.
      	(missing_arg): Update prototype.
      	(c_common_init_options): Update for new prototype.
      	(c_common_handle_options): Filenames are passed as N_OPTS.
      	* hooks.c (hook_int_void_0): New.
      	* hooks.h (hook_int_void_0): New.
      	* langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
      	(LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
      	(LANG_HOOKS_INITIALIZER): Update.
      	* langhooks.h (init_options): Update.
      	(handle_option): New.
      	* opts.c, opts.h: New files.
      	* opts.sh: Update c file to include opts.h and options.h.
      	* toplev.c: Include opts.h; change options.h to options_.h.
      	(parse_options_and_default_flags): Get lang_mask, use
      	handle_option for language-specific handling.
      	* objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
      	(LANG_HOOKS_HANDLE_OPTION): Override.
      	(objc_init_options): Update.
      ada:
      	* misc.c (gnat_init_options): Update.
      cp:
      	* cp-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
      	(LANG_HOOKS_HANDLE_OPTION): Override.
      	* cp-tree.h (cxx_init_options): Update.
      	* lex.c (cxx_init_options): Update.
      f:
      	* com.c (ffe_init_options): Update.
      java:
      	* lang.c (java_init_options): Update.
      
      From-SVN: r67584
      Neil Booth committed
    • Forgot to indicate PR number on last checkin. · f6749ed8
      From-SVN: r67583
      Jim Wilson committed
    • re PR other/7031 (program-suffix not respected in make install) · 3743ea05
      PR other/7031
      * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
      gcov.
      
      Co-Authored-By: Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
      
      From-SVN: r67582
      Magnus Kreth committed
    • configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in section names. · 90e145da
      	* configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
      	section names.
      	* configure: Regenerate.
      
      From-SVN: r67580
      Kelley Cook committed
    • * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define. · ffbc65c3
      From-SVN: r67578
      Alan Modra committed
    • re PR inline-asm/10890 (ICE in merge_assigned_reloads building Linux 2.4.2x sched.c) · 8a5db2b4
      PR inline-asm/10890
      * reload1.c (merge_assigned_reloads): Abort only if two reloads have
      different in fields.
      
      From-SVN: r67577
      James E Wilson committed
    • configure.in: Make $(target_subdir) correspond with top level usage. · 6a1b7268
      	* configure.in: Make $(target_subdir) correspond with top level usage.
      	* Makefile.in: Likewise.
      	* configure: Regenerate.
      
      From-SVN: r67575
      Nathanael Nerode committed
    • Daily bump. · eba441c0
      From-SVN: r67573
      GCC Administrator committed
  2. 06 Jun, 2003 25 commits