1. 21 Oct, 2002 18 commits
  2. 20 Oct, 2002 9 commits
    • natRuntime.cc (insertSystemProperties): Added GCJ runtime property… · 6d0b22ec
      natRuntime.cc (insertSystemProperties): Added GCJ runtime property "gnu.gcj.progname" containing the name used to...
      
      2002-10-19  Ranjit Mathew <rmathew@hotmail.com>
      
      	* java/lang/natRuntime.cc (insertSystemProperties): Added GCJ
      	runtime property "gnu.gcj.progname" containing the name used to
      	invoke the current Java program (similar to argv[0] for C
      	programs).
      
      From-SVN: r58343
      Ranjit Mathew committed
    • gcj.texi: Added item describing the GCJ runtime property "gnu.gcj.progname". · 63bb20d4
      2002-10-20  Ranjit Mathew <rmathew@hotmail.com>
      
      	* gcj.texi: Added item describing the GCJ runtime property
      	"gnu.gcj.progname".
      
      From-SVN: r58342
      Ranjit Mathew committed
    • * jartool.c: Use mode 0666 when opening new file. · 248cfd1c
      From-SVN: r58341
      Tom Tromey committed
    • target.h (struct gcc_target): Line wrap. · c590b625
      	* target.h (struct gcc_target): Line wrap.
      
      	* config/alpha/alpha.c (alpha_output_mi_thunk_osf): Static.
      	(TARGET_ASM_OUTPUT_MI_THUNK): Define here...
      	* config/alpha/alpha.h: ... not here.
      	* config/alpha/alpha-protos.h: Update.
      
      	* config/arm/arm.c, config/arm/arm.h, config/arm/arm-protos.h
      	config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
      	config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
      	config/i386/i386-protos.h, config/i386/i386.c, config/i386/openbsd.h,
      	config/i386/unix.h, config/i960/i960-protos.h, config/i960/i960.c,
      	config/i960/i960.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
      	config/ia64/ia64.h, config/m68k/linux.h, config/m68k/m68k-protos.h,
      	config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
      	config/mmix/mmix-protos.h, config/mmix/mmix.c, config/mmix/mmix.h,
      	config/pa/pa-protos.h, config/pa/pa.c, config/pa/pa.h,
      	config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h,
      	config/sparc/openbsd.h, config/sparc/sparc-protos.h,
      	config/sparc/sparc.c, config/sparc/sparc.h,
      	config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
      	config/stormy16/stormy16.h: Similarly.
      
      	* config/m68k/m68k.c (m68k_output_mi_thunk): Replicate mnemonic
      	selection logic from call patterns.
      
      From-SVN: r58340
      Richard Henderson committed
    • * config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo. · 16f7d029
      From-SVN: r58339
      Mark Mitchell committed
    • re PR other/8202 (_mm_srli_si128 and _mm_slli_si128 missing from xmmintrin.h) · ab3146fd
      	PR other/8202
      	* i386.c (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Define and
      	expand __builtin_ia32_pslldqi128 and __builtin_ia32_psrldqi128.
      	* i386.h (IX86_BUILTIN_PSLLDQI128, IX86_BUILTIN_PSRLDQI128): New.
      	* xmmintrin.h (_mm_srli_si128, _mm_slli_si128): New.
      
      	* testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
      	_mm_slli_si128.
      
      From-SVN: r58338
      Zdenek Dvorak committed
    • re PR c/761 (Undocumented options, part 1) · e03b7153
      
      	PR c/761
      	* toplev.c (flag_unsafe_profile_arcs): Remove.
      	(flag_bounded_pointers): Remove.
      	(flag_bounds_check): Correct comments.
      	(lang_independent_options): Remove -funsafe-profile-arcs and
      	-fbounded-pointers.  Correct -fbounds-check comments.
      
      	* flags.h: Correct flag_schedule_interblock comments.
      	(flag_bounded_pointers): Remove prototype.
      	(flag_bounds_check): Correct comments.
      
      	* c-opts.c (c_common_init_options): No need to mark
      	flag_bounds_check as unspecified.
      	(c_common_post_options): And no need to set it from
      	flag_bounded_pointers if its still unspecified.
      
      	* doc/invoke.texi: Fix some overfull hboxes in "make dvi".
      	Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
      	-fno-sched-spec, -fsched-spec-load, -fsched-spec-load-dangerous,
      	-fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.
      
      From-SVN: r58334
      Roger Sayle committed
    • alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h. · eb0424da
      	* alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to
      	match target.h.
      	* arm-protos.h, arm.c (arm_output_mi_thunk): Likewise.
      	* cris-protos.h, cris.c (cris_asm_output_mi_thunk): Likewise.
      	* frv-protos.h, frv.c (frv_asm_output_mi_thunk): Likewise.
      	* i386-protos.h, i386.c (x86_output_mi_vcall_thunk,
      	x86_output_mi_thunk): Likewise.
      	* i960-protos.h, i960.c (i960_output_mi_thunk): Likewise.
      	* ia64-protos.h, ia64.c (ia64_output_mi_thunk): Likewise.
      	* m68k-protos.h, m68k.c (m68k_output_mi_thunk): Likewise.
      	* mmix-protos.h, mmix.c (mmix_asm_output_mi_thunk): Likewise.
      	* rs6000-protos.h, rs6000.c (output_mi_thunk): Likewise.
      	* s390-protos.h, s390.c (s390_output_mi_thunk): Likewise.
      	* stormy16-protos.h, stormy16.c (xstormy16_asm_output_mi_thunk):
      	Likewise.
      	* vax-protos.h, vax.c (vax_output_mi_thunk): Likewise.
      
      	* target.h (gcc_target): Update output_mi_thunk and
      	output_mi_vcall_thunk to take a HOST_WIDE_INT delta and
      	vcall_index.
      
      	* config/alpha/alpha.c: Replace ASM_OUTPUT_MI_THUNK with
      	TARGET_ASM_OUTPUT_MI_THUNK in comments.
      	* config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): Don't #undef it.
      	(TARGET_ASM_OUTPUT_MI_THUNK): #undef it.
      	* config/frv/frv.h (DEFAULT_VTABLE_THUNKS): Remove definition.
      	* config/i386/i386-protos.h (x86_output_mi_vcall_thunk): Update
      	signature.
      	* config/i386/i386.c (x86_output_mi_vcall_thunk): Likewise.
      	* config/i386/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
      	TARGET_ASM_OUTPUT_MI_THUNK in comments.
      	* config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Don't define.
      	(TARGET_ASM_OUTPUT_MI_THUNK): Do define.
      	* config/m68k/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
      	TARGET_ASM_OUTPUT_MI_THUNK in comments.
      	* config/rs6000/rs6000.c (rs6000_ra_ever_killed): Remove #ifdef
      	ASM_OUTPUT_MI_THUNK and replace with check of targetm.
      
      	* doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Update signature.
      	(TARGET_ASM_OUTPU_MI_VCALL_THUNK): Likewise.
      
      From-SVN: r58333
      Mark Mitchell committed
    • Daily bump. · c654ee28
      From-SVN: r58330
      GCC Administrator committed
  3. 19 Oct, 2002 10 commits
  4. 18 Oct, 2002 3 commits
    • real.c (cmp_significand_0, [...]): New. · 99c57613
              * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.
              (real_to_decimal): Re-implement using the logic from the
              gcc 3.2 etoasc.  Comment heavily.
              (div_significands): Simplify loop startup and comparison logic.
      
      From-SVN: r58295
      Richard Henderson committed
    • * g++.dg/inherit/thunk1.C: New test. · 80bbd03d
      From-SVN: r58294
      Mark Mitchell committed
    • target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL. · 483ab821
      	* target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.
      	(TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Likewise.
      	(TARGET_ASM_OUT): Add them.
      	* target.h (asm_out): Add output_mi_thunk and
      	output_mi_vcall_thunk.
      	* config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/arm/arm-protos.h (arm_output_mi_thunk): Declare.
      	* config/arm/arm.c (arm_output_mi_thunk): Define.
      	* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/cris/cris.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/frv/frv.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/i386/i386-protos.h (x86_output_mi_thunk): Adjust
      	prototype.
      	(x86_output_mi_vcall_thunk): Declare.
      	* config/i386/i386.c (override_options): Clear
      	output_mi_vcall_thunk in 64-bit mode.
      	(ix86_fntype_regparm): New function.
      	(ix86_return_pops_args): Use it.
      	(ia32_this_parameter): New function.
      	(x86_output_mi_vcall_thunk): New function.
      	(x86_output_mi_thunk): Use it
      	* config/i386/unix.h (TARGET_ASM_OUTPUT_MI_THUNK): Adjust.
      	(TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define.
      	* config/i960/i960-protos.h (i960_output_mi_thunk): Declare.
      	* config/i960/i960.c (i960_output_mi_thunk): New function.
      	* config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Adjust.
      	* config/ia64/ia64-protos.h (ia64_output_mi_thunk): Declare.
      	* config/ia64/ia64.c (ia64_output_mi_thunk): Define.
      	* config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/m68k/m68k-protos.h (m68k_output_mi_thunk): New function.
      	* config/m68k/linux.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/m68k/netbsd-elf.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/mmix/mmix.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/pa/pa.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/rs6000/sysv4.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/s390/s390-protos.h (s390_output_mi_thunk): Declare.
      	* config/s390/s390.c (s390_output_mi_thunk): Define.
      	* config/s390/s390.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* config/vax/vax-protos.h (vax_output_mi_thunk): Declare.
      	* config/vax/vax.c (vax_output_mi_thunk): Define.
      	* config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Rename to ...
      	(TARGET_ASM_OUTPUT_MI_THUNK): ... this.
      	* doc/tm.texi: Adjust documentation.
      
      From-SVN: r58293
      Mark Mitchell committed