1. 18 Jun, 2002 9 commits
    • mips-protos.h (mips_initial_elimination_offset): Declare. · b2471838
      	* config/mips/mips-protos.h (mips_initial_elimination_offset): Declare.
      	(mips_set_return_address, mips_restore_gp): Declare.
      	* config/mips/mips.h (struct mips_frame_info): Move to mips.c
      	(current_frame_info): Remove.
      	(INITIAL_ELIMINATION_OFFSET): Use mips_initial_elimination_offset.
      	* config/mips/mips.c: Remove uses of current_frame_info.
      	(struct mips_frame_info): Moved from mips.h.  Remove 'insns_len'.
      	(struct machine_function): Add 'frame' and 'insns_len'.
      	(current_frame_info, zero_frame_info): Remove.
      	(mips_restore_gp, mips_set_return_address): New.
      	(mips_initial_elimination_offset): New.
      	* config/mips/mips.md (exception_receiver): Use mips_restore_gp.
      	(eh_return define_split): Use mips_set_return_address.
      
      From-SVN: r54738
      Richard Sandiford committed
    • Daily bump. · d3beaf0a
      From-SVN: r54737
      GCC Administrator committed
    • cpplib.c (dtable): Update. · d97371e0
      	* cpplib.c (dtable): Update.
      	(end_directive): Decrement expansion prevention count.
      	Clear state.in_expression.
      	(prepare_directive_trad): Set state.in_expression.
      	Increment expansion prevention count.
      	* cpptrad.c (enum ls): New.
      	(_cpp_overlay_buffer): Set overlaid_buffer.
      	(_cpp_remove_overlay): Use overlaid_buffer.
      	(_cpp_read_logcial_line_trad): Update buffer when it might
      	have changed.
      	(scan_out_logical_line): Handle state transitions for assertions
      	and defined() in #if, and for funlike invocations including the
      	directive case.  Handle '<' and '>' as a quote mechanism in
      	#include.  Warn about unterminated macro invocations.
      	* cpphash.h (struct lexer_state): New member in_expression.
      	(struct cpp_reader): New member overlaid buffer.
      
      From-SVN: r54732
      Neil Booth committed
    • arit.c (do_31div, [...]): Mark prototype __always_inline__. · 807b20b0
      	* config/cris/arit.c (do_31div, __Udiv, __Umod): Mark prototype
      	__always_inline__.
      
      From-SVN: r54731
      Hans-Peter Nilsson committed
    • lbasename.c: Add 2002 to copyright. · 53309d5c
      2002-06-17  Douglas Rupp  <rupp@gnat.com>
      
      	* lbasename.c: Add 2002 to copyright.
      	(IS_DIR_SEPARATOR): Remove VMS junk.
      
      From-SVN: r54729
      Douglas B Rupp committed
    • simd-1.c: New. · 820d4b1b
      2002-06-16  Aldy Hernandez  <aldyh@redhat.com>
      
              * gcc.c-torture/execute/simd-1.c: New.
      
              * gcc.dg/simd-1.c: New.
      
      From-SVN: r54728
      Aldy Hernandez committed
    • simd-1.c: New. · cb2a532e
      
      2002-06-16  Aldy Hernandez  <aldyh@redhat.com>
      
      	* gcc.c-torture/execute/simd-1.c: New.
      
      	* gcc.dg/simd-1.c: New.
      
      	* doc/extend.texi (Vector Extensions): Document that we can
      	specify simd types not specifically supported by the hardware.
      	Document that simd types can be used as function arguments.
      	Document that signness does make a difference in SIMD types.
      	Misc cleanups and revisions to the "vector extensions" section.
      
      	* simplify-rtx.c (simplify_subreg): Simplify subregs of vector
      	constants.
      
      	* expr.c (vector_mode_valid_p): New.
      
      	* expr.h: Add vector_mode_valid_p.
      
      	* defaults.h (VECTOR_MODE_SUPPORTED_P): Set default.
      
      	* emit-rtl.c (immed_double_const): Do not abort on vectors.
      
      	* c-common.c (type_for_mode): Always build vector nodes regardless
      	of VECTOR_MODE_SUPPORTED_P.
      	(handle_mode_attribute): Error if we can't emulate a nonexisting
      	vector mode.
      	(handle_vector_size_attribute): Same.
      
      	* optabs.c (expand_binop): Open-code vector operations.
      	(expand_unop): Open-code vector unops.
      	(expand_vector_binop): New.
      	(expand_vector_unop): New.
      
      	* c-typeck.c (build_binary_op): Allow vectors in binops.
      	Allow vectors in conditional operatiors.
      	(build_unary_op): Allow vectors in unary minus.
      
      	* config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Conditionalize on
      	TARGET_ALTIVEC.
      
      From-SVN: r54727
      Aldy Hernandez committed
    • * config/ia64/ia64.md (doloop_end_internal): Correct rtl. · 147d5f6f
      From-SVN: r54726
      Alan Modra committed
  2. 17 Jun, 2002 26 commits
  3. 16 Jun, 2002 5 commits
    • * MAINTAINERS (Write After Approval): Add self. · 8a03d53e
      From-SVN: r54684
      Douglas Rupp committed
    • regclass.c (globalize_reg): Update regs_invalidated_by_call. · caecc099
              * regclass.c (globalize_reg): Update regs_invalidated_by_call.
      	* gcc.dg/20020616-1.c: New.
      
      From-SVN: r54681
      Richard Henderson committed
    • RuntimeException.java: Re-merge with Classpath. · 548ce8be
      	* java/lang/RuntimeException.java: Re-merge with Classpath.
      	* java/util/ArrayList.java: Likewise.
      	* java/util/Arrays.java: Likewise.
      	* java/util/BitSet.java: Likewise.
      	* java/util/Dictionary.java: Likewise.
      	* java/util/IdentityHashMap.java: Likewise.
      	* java/util/MissingResourceException.java: Likewise.
      	* java/util/Observer.java: Likewise.
      	* java/util/TooManyListenersException.java: Likewise.
      	* java/util/zip/DataFormatException.java: Likewise.
      	* java/util/zip/ZipException.java: Likewise.
      
      From-SVN: r54680
      Tom Tromey committed
    • config.gcc: Add an i386/sysv4-cpp.h. · 3d05b15f
      
      	* config.gcc: Add an i386/sysv4-cpp.h.  Remove i386-aout.h from
      	vxworks.
      config/i386:
      	* i386-aout.h, i386elf.h, sysv4.h: Remove CPP_PREDEFINES.
      	* linux64.h: Use TARGET_OS_CPP_BUILTINS rather than
      	CPP_PREDEFINES and part of CPP_SPEC.
      	i386elf.h, mach.h, netware.h, rtemself.h, sco5.h, sol2.h,
      	vsta.h, vxi386.h, win32.h: Similarly.
      	* sysv4-cpp.h: New.
      
      From-SVN: r54679
      Neil Booth committed
    • AccessException.java: Remerge from Classpath. · daefe58e
      2002-06-16  Nathanael Nerode  <neroden@twcny.rr.com>
      
      	* java/rmi/AccessException.java: Remerge from Classpath.
      	* java/rmi/AlreadyBoundException.java: Ditto.
      	* java/rmi/ConnectException.java: Ditto.
      	* java/rmi/ConnectIOException.java: Ditto.
      	* java/rmi/MarshalException.java: Ditto.
      	* java/rmi/NoSuchObjectException.java: Ditto.
      	* java/rmi/NotBoundException.java: Ditto.
      	* java/rmi/RemoteException.java: Ditto.
      	* java/rmi/RMISecurityException.java: Ditto.
      	* java/rmi/ServerError.java: Ditto.
      	* java/rmi/ServerException.java: Ditto.
      	* java/rmi/ServerRuntimeException.java: Ditto.
      	* java/rmi/StubNotFoundException.java: Ditto.
      	* java/rmi/UnexpectedExcpetion.java: Ditto.
      	* java/rmi/UnknownHostException.java: Ditto.
      	* java/rmi/UnmarshalException.java: Ditto.
      
      From-SVN: r54678
      Nathanael Nerode committed