1. 08 Jun, 2003 24 commits
  2. 07 Jun, 2003 16 commits
    • Add commentary. · 6cd77c3f
      From-SVN: r67606
      Richard Henderson committed
    • offsetof3.C: Use size_t. · aa5acc89
              * g++.dg/other/offsetof3.C: Use size_t.
              * g++.dg/other/offsetof4.C: Likewise.
      
      From-SVN: r67603
      Richard Henderson committed
    • basic-block.h (EDGE_SIBCALL): New. · 1722c2c8
              * basic-block.h (EDGE_SIBCALL): New.
              (EDGE_ALL_FLAGS): Update.
              * cfg.c (dump_edge_info): Add sibcall name.
              * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
              * cfgrtl.c (purge_dead_edges): Handle sibcalls.
      
      From-SVN: r67602
      Richard Henderson committed
    • mklibgcc.in (lib2funcs): Remove _exit. · 5145a02e
      
              * mklibgcc.in (lib2funcs): Remove _exit.
              * libgcc2.c: Remove L_exit.
              * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
      
              * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
      
              * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
      
      From-SVN: r67599
      Andreas Jaeger committed
    • Security.java (secprops): Initialize. · 39072dc8
             * java/security/Security.java (secprops): Initialize.
             (loadProviders): Return boolean.
             (static): Check result of loadProvider calls. If necessary
             display WARNING and fallback to Gnu provider.
      
      From-SVN: r67597
      Mark Wielaard committed
    • ggc.h: Convert to ISO C90 prototypes. · 20c1dc5e
      	* ggc.h: Convert to ISO C90 prototypes.
      	* ggc-none.c: Likewise.
      	* ggc-common.c: Likewise.
      	* ggc-page.c: Likewise.
      	* ggc-simple.c: Likewise.
      
      From-SVN: r67596
      Andreas Jaeger committed
    • re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw IOExceptions) · 60e9f0d7
      2002-06-06  James Clark  <jjc@jclark.com>
      
             Fix for PR libgcj/8738:
             * gnu/gcj/convert/UnicodeToBytes.java (havePendingBytes): New method.
             * gnu/gcj/convert/Output_SJIS.java (havePendingBytes): Likewise.
             * gnu/gcj/convert/Output_EUCJIS.java (havePendingBytes): Likewise.
             * gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Likewise.
             (write): Always decrease avail when count is increased.
             * java/lang/natString.cc (getBytes): Check converter havePendingBytes()
             and whether output buffer is full before increasing size.
      
      2002-06-06  Mark Wielaard  <mark@klomp dot org>
      
             * java/io/PrintStream.java (writeChars(char[],int, int)):
             Check converter.havePendingBytes().
             (writeChars(String,int,int)): Likewise.
             * java/io/OutputStreamWriter.java (writeChars(char[], int, int)):
             Check converter.havePendingBytes() and flush buffer when stalled.
      
      From-SVN: r67595
      Mark Wielaard committed
    • symbol.c (ffesymbol_new_): Remove tests for macro FFECOM_symbolHOOK. · ddc612a2
      	* symbol.c (ffesymbol_new_): Remove tests for macro
      	FFECOM_symbolHOOK.
      	* symbol.h: Likewise.
      
      	* storag.c (ffestorag_new): Remove tests for macro
      	FFECOM_storageHOOK.
      	* storag.h: Likewise.
      
      	* lab.c (ffelab_new): Remove tests for macro FFECOM_labelHOOK.
      	* lab.h: Likewise.
      
      	* global.c: Remove tests for macro FFECOM_globalHOOK.
      	* global.h (struct _ffeglobal_): Likewise.
      
      	* bld.h: Remove tests for macros FFECOM_constantHOOK,
      	FFECOM_nonterHOOK, FFECOM_globalHOOK, FFECOM_labelHOOK,
      	FFECOM_storageHOOK, FFECOM_symbolHOOK.
      	Remove code dependend on FFECOM_itemHOOK.
      	* bld.c: Likewise.
      
      	* com.h (FFECOM_constantHOOK): Remove define.
      	(FFECOM_nonterHOOK): Remove.
      	(FFECOM_globalHOOK): Remove.
      	(FFECOM_labelHOOK): Remove.
      	(FFECOM_storageHOOK): Remove.
      	(FFECOM_symbolHOOK): Remove.
      
      	* com.c (ffecom_get_external_identifier_): Remove usage of
      	FFETARGET_isENFORCED_MAIN_NAME.
      
      	* bld.c: Remove code dependend on FFEBLD_BLANK_, FFECOM_itemHOOK.
      	(ffebld_new_accter): Likewise.
      	(ffebld_new_arrter): Likewise.
      	(ffebld_new_conter_with_orig): Likewise.
      	(ffebld_new_item): Likewise.
      	(ffebld_new_labter): Likewise.
      	(ffebld_new_labtok): Likewise.
      	(ffebld_new_none): Likewise.
      	(ffebld_new_one): Likewise.
      	(ffebld_new_symter): Likewise.
      	(ffebld_new_two): Likewise.
      
      From-SVN: r67594
      Andreas Jaeger committed
    • crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE. · 44de936e
      	* crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
      
      	* system.h: Poison INIT_SECTION_PREAMBLE.
      
      From-SVN: r67593
      Andreas Jaeger committed
    • 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