1. 19 Jun, 2002 19 commits
  2. 18 Jun, 2002 21 commits
    • merge from src · ee777171
      From-SVN: r54766
      Dave Brolley committed
    • xtensa.h (FUNCTION_PROFILER): Respect flag_pic when generating the call to _mcount. · 5ee924c2
              * config/xtensa/xtensa.h (FUNCTION_PROFILER): Respect flag_pic
              when generating the call to _mcount.
              (NO_PROFILE_COUNTERS): Define.
      
      From-SVN: r54765
      Bob Wilson committed
    • configure: Remove garbage from previous commit. · 26e4af54
      2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
      
      	* configure:  Remove garbage from previous commit.
      
      From-SVN: r54763
      Phil Edwards committed
    • print-rtl.c (print_rtx): Adjust NOTE argument numbers for 2002-06-02 change. · 32c36ac8
              * print-rtl.c (print_rtx): Adjust NOTE argument numbers for
              2002-06-02 change.
      
      From-SVN: r54762
      Richard Henderson committed
    • configure: For in-source builds, make a subdir and re-exec there. · bb20b7da
      2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
      
      	* configure:  For in-source builds, make a subdir and re-exec there.
      	* Makefile:  New file.  Pass targets through to build directory.
      	* .cvsignore:  No longer ignore "Makefile".
      
      From-SVN: r54759
      Phil Edwards committed
    • t-sh (MULTILIB_EXCEPTIONS): Set to ml. · c985dc5e
      	* t-sh (MULTILIB_EXCEPTIONS): Set to ml.
      	config/sh/t-linux (MULTILIB_EXCEPTIONS): Clear.
      	* config/sh/t-netbsd (MULTILIB_EXCEPTIONS): Likewise.
      	* config/sh/t-sh64 (MULTILIB_EXCEPTIONS): Likewise.
      
      From-SVN: r54758
      J"orn Rennecke committed
    • configure.host: Delete file. · 2c839a4e
      2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
      
      	* configure.host:  Delete file.
      	* configure.target:  More documentation.  Factor out common parts of
      	script into "intelligent" settings about defaults.  Remove redundancy.
      
      	* acinclude.m4:  Update comments.  Do not call configure.host.
      	(GLIBCPP_ENABLE_SYMVERS):  If disabled, do not bother checking for
      	libgcc_s.
      	* configure.in:  Slight reformatting, more comments.  Factor out
      	"config/" from all the directories.
      	* docs/html/17_intro/porting.texi:  Update and expand.
      	* testsuite/Makefile.am (AM_RUNTESTFLAGS):  Move empty setting
      	from configure.host.
      
      	* aclocal.m4, configure, docs/html/17_intro/porting.html,
      	testsuite/Makefile.in:  Regenerate.
      
      From-SVN: r54757
      Phil Edwards committed
    • sh-protos.h (sh_pr_interrupt): Declare. · e3ba8d11
      	* sh-protos.h (sh_pr_interrupt): Declare.
      	* sh.c (sh_pr_interrupt): New function.
      	(print_operand, calc_live_regs, sh_expand_prologue): Use it.
      	(sh_hard_regno_rename_ok): Likewise.
      	* sh.h (NORMAL_MODE): FP_MODE_NONE for interupt handlers.
      
      From-SVN: r54756
      J"orn Rennecke committed
    • javaprims.h: Updated class declaration list. · ab928b32
      	* gcj/javaprims.h: Updated class declaration list.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (core_java_source_files): Removed
      	BasicMapEntry.java.
      	* java/util/BasicMapEntry.java: Removed.
      
      From-SVN: r54753
      Tom Tromey committed
    • natPlainDatagramSocketImpl.cc (receive): Check bounds of argument to FD_SET. · 347258ae
      	* java/net/natPlainDatagramSocketImpl.cc (receive):
      	Check bounds of argument to FD_SET.
      	(setOption): Throw exception if socket is closed.
      
      	* java/net/natPlainSocketImpl.cc (accept, read):
      	Check bounds of argument to FD_SET.
      	(setOption): Throw exception if socket is closed.
      
      From-SVN: r54750
      Jeff Sturm committed
    • semantics.c (begin_for_stmt): Push the 'for' scope before adding the FOR_STMT. · 18ba380b
              * semantics.c (begin_for_stmt): Push the 'for' scope before
              adding the FOR_STMT.
      
      From-SVN: r54749
      Jason Merrill committed
    • rtl.def (DEFINE_AUTOMATON): Add description of new options `time' and `v'. · e3c8eb86
      2002-06-18  Vladimir Makarov  <vmakarov@redhat.com>
      
      	* rtl.def (DEFINE_AUTOMATON): Add description of new options
      	`time' and `v'.  Fix incorrect description of option `w'.
      
      	* doc/md.texi: Ditto.
      
      	* genautomata.c (TIME_OPTION, V_OPTION): New macros.
      	(gen_automata_option): Process the new options.
      	(transform_2, transform_3): Initialize some variables.
      	(initiate_automaton_gen): Use the new macros.
      
      From-SVN: r54748
      Vladimir Makarov committed
    • C++ ABI changes. · 83b14b88
              * class.c (build_base_field): Set DECL_PACKED.
              (layout_class_type): Don't use tail padding of PODs.
              * mangle.c (write_unqualified_name): Fix template conversion op
              mangling.
      
      From-SVN: r54747
      Jason Merrill committed
    • javaprims.h: Updated class declaration list. · 38313817
      	* gcj/javaprims.h: Updated class declaration list.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (core_java_source_files): Added
      	PropertyPermissionCollection.java.
      	* java/lang/Thread.java (group, name): Now package-private.
      	* java/lang/ThreadGroup.java: Re-merge with Classpath.
      	* java/util/AbstractList.java: Likewise.
      	* java/util/AbstractMap.java: Likewise.
      	* java/util/Calendar.java: Likewise.
      	* java/util/Collections.java: Likewise.
      	* java/util/HashMap.java: Likewise.
      	* java/util/Hashtable.java: Likewise.
      	* java/util/LinkedHashMap.java: Likewise.
      	* java/util/LinkedList.java: Likewise.
      	* java/util/List.java: Likewise.
      	* java/util/ListResourceBundle.java: Likewise.
      	* java/util/Map.java: Likewise.
      	* java/util/Observable.java: Likewise.
      	* java/util/Properties.java: Likewise.
      	* java/util/PropertyPermission.java: Likewise.
      	* java/util/PropertyPermissionCollection.java: Likewise.
      	* java/util/PropertyResourceBundle.java: Likewise.
      	* java/util/Random.java: Likewise.
      	* java/util/SimpleTimeZone.java: Likewise.
      	* java/util/StringTokenizer.java: Likewise.
      	* java/util/TimerTask.java: Likewise.
      	* java/util/TreeMap.java: Likewise.
      	* java/util/WeakHashMap.java: Likewise.
      	* java/util/jar/Attributes.java: Likewise.
      	* java/util/jar/JarException.java: Likewise.
      	* java/util/jar/Manifest.java: Likewise.
      
      From-SVN: r54743
      Tom Tromey committed
    • 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