1. 22 Sep, 2002 1 commit
    • ChangeLog: Follow spelling conventions. · da7d8304
      	* ChangeLog: Follow spelling conventions.
      	* ChangeLog.0: Likewise.
      	* ChangeLog.1: Likewise.
      	* ChangeLog.2: Likewise.
      	* ChangeLog.3: Likewise.
      	* ChangeLog.4: Likewise.
      	* ChangeLog.5: Likewise.
      	* ChangeLog.6: Likewise.
      	* FSFChangeLog.10: Likewise.
      	* FSFChangeLog.11: Likewise.
      	* alias.c: Likewise.
      	* basic-block.h: Likewise.
      	* c-aux-info.c: Likewise.
      	* c-common.c: Likewise.
      	* c-common.h: Likewise.
      	* c-decl.c: Likewise.
      	* c-format.c: Likewise.
      	* c-semantics.c: Likewise.
      	* c-typeck.c: Likewise.
      	* calls.c: Likewise.
      	* cfganal.c: Likewise.
      	* cfgloop.c: Likewise.
      	* collect2.c: Likewise.
      	* combine.c: Likewise.
      	* conflict.c: Likewise.
      	* cppexp.c: Likewise.
      	* cppfiles.c: Likewise.
      	* cpphash.h: Likewise.
      	* cppinit.c: Likewise.
      	* cpplex.c: Likewise.
      	* cpplib.c: Likewise.
      	* cpplib.h: Likewise.
      	* cppmacro.c: Likewise.
      	* cse.c: Likewise.
      
      From-SVN: r57398
      Kazu Hirata committed
  2. 21 Sep, 2002 15 commits
    • netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of LINK_SPEC. · 330cc6c7
      * netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of
      LINK_SPEC.
      (LINK_SPEC): Define to NETBSD_LINK_SPEC_AOUT.
      * arm/netbsd.h (SUBTARGET_EXTRA_SEPCS): Add NETBSD_LINK_SPEC_AOUT.
      (LINK_SPEC): Rework to use NETBSD_LINK_SPEC_AOUT).
      
      From-SVN: r57397
      Richard Earnshaw committed
    • re PR rtl-optimization/7930 (ICE in ARM backend) · 9ee4fa29
      PR opt/7930
      * cse.c (fold_rtx): Calculate old_cost before we fold each
      operand.
      
      From-SVN: r57395
      Richard Earnshaw committed
    • cse.c (fold_rtx): Calculate the old cost before we fold each operand. · 5b437e0f
      * cse.c (fold_rtx): Calculate the old cost before we fold each
      operand.
      
      From-SVN: r57394
      Richard Earnshaw committed
    • get the changelog right, stupid error on last commit. · 51270f0a
      From-SVN: r57393
      Nathanael Nerode committed
    • configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. · fbf86afb
      2002-07-12  Nathanael Nerode  <neroden@gcc.gnu.org>
      
      	* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
      	* configure.in (sh*-*-pe*): Ditto.
      	* configure.in (mips*-*-pe*): Ditto.
      	* configure.in (*arm-wince-pe): Ditto.
      
      From-SVN: r57392
      Nathanael Nerode committed
    • c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__... · 2a15d344
              * c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__,
              __GCC_BIG_ENDIAN__, __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
              __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
              __TARGET_USES_VAX_F_FLOAT__, __TARGET_USES_VAX_D_FLOAT__,
              __TARGET_USES_VAX_G_FLOAT__, __TARGET_USES_VAX_H_FLOAT__.
              * doc/cpp.texi: Don't document them.
      
      From-SVN: r57391
      Richard Henderson committed
    • c-common.c (builtin_define_float_constants): Use real_format to get the floating-point parameters. · 3fdacdf9
              * c-common.c (builtin_define_float_constants): Use real_format
              to get the floating-point parameters.
      
      From-SVN: r57390
      Richard Henderson committed
    • jcf-parse.c (get_constant): Decode from IEEE no matter what the target format. · aa2046c4
              * jcf-parse.c (get_constant): Decode from IEEE no matter
              what the target format.
      
      From-SVN: r57389
      Richard Henderson committed
    • real.c (struct real_format): Move to real.h. · 3dc85dfb
      	* real.c (struct real_format): Move to real.h.
      	(real_format_for_mode): Rename from fmt_for_mode; update all users;
      	initialize with ieee defaults.
      	(real_to_target_fmt, real_from_target_fmt): New.
      	(ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
      	ieee_extended_intel_96_format, ieee_extended_intel_128_format,
      	ieee_quad_format, i370_single_format, i370_double_format,
      	c4x_single_format, c4x_extended_format): Rename from s/_format//.
      	(ieee_quad_format): Fix emin.
      	(format_for_size, init_real_once): Remove.
      	* real.h (struct real_format): Move from real.c.
      	(real_format_for_mode): Declare.
      	(real_to_target_fmt, real_from_target_fmt): Declare.
      	(ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
      	ieee_extended_intel_96_format, ieee_extended_intel_128_format,
      	ieee_quad_format, vax_f_format, vax_d_format, vax_g_format,
      	i370_single_format, i370_double_format, c4x_single_format,
      	c4x_extended_format): Declare.
      	* toplev.c (do_compile): Don't call init_real_once.
      
      	* defaults.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
      	* doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Remove.
      
      	* config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Define.
      	* config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): 64, if vax mode.
      	* config/alpha/alpha.c (override_options): Set real_format_for_mode
      	for VAX, if enabled.
      
      	* config/c4x/c4x.c (c4x_override_options): Set real_format_for_mode
      	for C4X.
      
      	* config/i370/i370.h (OVERRIDE_OPTIONS): New.
      	* config/i370/i370.c (override_options): New.
      	* config/i370/i370-protos.h: Update.
      
      	* config/i386/i386.c (override_options): Set real_format_for_mode
      	for Intel 80-bit extended.
      	* config/i386/i386.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
      
      	* config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Mind -mlong-double-64.
      	(OVERRIDE_OPTIONS): Move code...
      	* config/i960/i960.c (i960_initialize): ... here.  Set
      	real_format_for_mode for Intel 80-bit extended.
      
      	* config/ia64/ia64.c (ia64_override_options): Set real_format_for_mode
      	for Intel 80-bit extended, if enabled.
      
      	* config/m68k/m68k.c (override_options): Set real_format_for_mode
              for Motorola 96-bit extended.
      
      	* config/vax/vax.h (OVERRIDE_OPTIONS): New.
      	* config/vax/vax.c (override_options): New.
      	* config/vax/vax-protos.h: Update.
      
      From-SVN: r57388
      Richard Henderson committed
    • ChangeLog: Follow spelling conventions. · 838dfd8a
      	* ChangeLog: Follow spelling conventions.
      	* ChangeLog.2: Likewise.
      	* call.c: Likewise.
      	* class.c: Likewise.
      	* cp-tree.h: Likewise.
      	* cvt.c: Likewise.
      	* decl.c: Likewise.
      	* decl2.c: Likewise.
      	* except.c: Likewise.
      	* friend.c: Likewise.
      	* g++spec.c: Likewise.
      	* init.c: Likewise.
      	* lex.c: Likewise.
      	* mangle.c: Likewise.
      	* method.c: Likewise.
      	* operators.def: Likewise.
      	* optimize.c: Likewise.
      	* pt.c: Likewise.
      	* rtti.c: Likewise.
      	* search.c: Likewise.
      	* semantics.c: Likewise.
      	* spew.c: Likewise.
      	* tree.c: Likewise.
      	* typeck.c: Likewise.
      
      From-SVN: r57387
      Kazu Hirata committed
    • Daily bump. · 42cd531a
      From-SVN: r57386
      GCC Administrator committed
    • 2002-09-21 Michael Koch <konqueror@gmx.de> · be362a0d
      	* java/net/Socket.java
      	(sendUrgentData): New method.
      	(getChannel): New method.
      	* java/net/ServerSocket.java
      	(getChannel): New method.
      	(isBound): New method.
      	* java/net/DatagramSocket.java
      	(DatagramSocket): Two new methods.
      	(bind): New method.
      	(getChannel): New method.
      	(isBound): New method.
      	(send): Added newline to to make shorter lines.
      	* java/net/PlainDatagramSocketImpl.java
      	(mcastGrp): Added argument.
      	(join): Use new mcastGrp.
      	(leave): Use new mcastGrp.
      	(joinGroup): New method.
      	(leaveGroup): New method.
      	* java/net/natPlainDatagramSocketImpl.cc
      	(mcastGrp): Added argument, no yet really implemented.
      	(getOption): Added newline for shorter lines.
      	* java/net/natPlainSocketImpl.cc
      	(read, setOption, getOption): Added newline for shorter lines.
      
      From-SVN: r57380
      Michael Koch committed
    • rs6000.md (builtin_setjmp_receiver): Add #if TARGET_MACHO. · 84d7dd4a
      	* config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
      	#if TARGET_MACHO.
      
      From-SVN: r57379
      Alan Modra committed
    • ChangeLog: Follow spelling conventions. · ee142fe7
      	* ChangeLog: Follow spelling conventions.
      	* class.c: Likewise.
      	* decl.c: Likewise.
      	* expr.c: Likewise.
      	* gjavah.c: Likewise.
      	* java-tree.h: Likewise.
      	* jcf-dump.c: Likewise.
      	* jcf-parse.c: Likewise.
      	* jvspec.c: Likewise.
      	* lang.c: Likewise.
      	* mangle.c: Likewise.
      	* parse.y: Likewise.
      
      From-SVN: r57378
      Kazu Hirata committed
    • rs6000.md (floatdisf2_internal2): Combine insns. · 42a6388c
      	* config/rs6000/rs6000.md (floatdisf2_internal2): Combine
      	insns.  Supply missing clobber of scratch reg.
      
      From-SVN: r57377
      Alan Modra committed
  3. 20 Sep, 2002 24 commits