1. 14 May, 2003 13 commits
    • gcov-io.h (gcov_write_bytes, [...]): Remove here. · 7d63a2fa
      	* gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
      	(GCOV_TAG_*) Force type to gcov_unsigned_t.
      	(GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
      	(struct gcov_var): Remove modified. Add start, length, offset,
      	overread. Have buffer array for libgcov.
      	(gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
      	(gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
      	* gcov-io.c (gcov_open): Set mode, do not read anything.
      	(gcov_close): Write final block.
      	 (gcov_write_block, gcov_allocate): New.
      	(gcov_write_bytes): Make static. Write or allocate buffer.
      	(gcov_write_unsigned, gcov_write_counter): Buffer can never be
      	null.
      	(gcov_write_string): Adjust.
      	(gcov_write_tag)
      	(gcov_write_length): Adjust. Flush the block.
      	(gcov_write_tag_length): Buffer can never be null.
      	(gcov_read_bytes): Make static. Read in block.
      	(gcov_sync): Moved here. Adjust.
      	(gcov_seek): Moved here. Adjust.
      	* coverage.c (read_counts_file): Adjust.
      	* gcov-dump.c (print_prefix): Add position parameter.
      	(flag_dump_positions): New flag.
      	(options, main, print_usage): Add it.
      	(dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
      	tag_summary): Adjust.
      	* gcov.c (read_graph_file, read_count_file): Adjust.
      	* libgcov.c (gcov_exit): Adjust.
      
      From-SVN: r66805
      Nathan Sidwell committed
    • Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files · 990f4800
      	* Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
      	(libgcov.a): Depend on libgcc.a.
      	(gcov.o, gcov-dump.o): Add gcov-io.c.
      	* mklibgcc.in (libgcov_c_dep): Use $(srcdir).
      
      From-SVN: r66804
      Nathan Sidwell committed
    • * loop.c (check_dbra_loop): Factor common test. · 3ec6c6ee
      From-SVN: r66803
      Nathan Sidwell committed
    • md.texi (Automaton pipeline description): Grammar fixes. · c62347f0
      2003-05-14  Ben Elliston  <bje@wasabisystems.com>
      
      	* doc/md.texi (Automaton pipeline description): Grammar fixes.
      
      From-SVN: r66802
      Ben Elliston committed
    • * system.h: Poison MACHINE_DEPENDENT_REORG. · 2f9bb7c5
      From-SVN: r66801
      Richard Sandiford committed
    • target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define. · 18dbd950
      	* target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(TARGET_INITIALIZER): Include it.
      	* target.h (struct gcc_target): Add machine_dependent_reorg field.
      	* toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
      
      	* config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
      	* config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(alpha_handle_trap_shadows): Remove "first insn" parameter.
      	(alpha_align_insns): Likewise.
      	(alpha_reorg): Likewise.  Make static.  Update calls to above
      	functions.
      
      	* config/arm/arm-protos.h (arm_reorg): Remove declaration.
      	* config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(arm_reorg): Remove parameter.  Make static.
      
      	* config/avr/avr-protos.h (machine_dependent_reorg): Remove.
      	* config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(avr_reorg): Renamed from machine_dependent_reorg.  Make static.
      	Remove parameter.
      
      	* config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
      	* config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
      	Remove parameter.
      
      	* config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
      	* config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
      
      	* config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
      	* config/frv/frv.c: Remove orphaned comment.
      
      	* config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
      	* config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
      	Remove parameter.
      
      	* config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
      	* config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(emit_insn_group_barriers): Remove "first insn" parameter.
      	(emit_all_insn_group_barriers): Likewise.
      	(ia64_reorg): Likewise.  Make static.  Update calls to above functions.
      	(ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
      
      	* config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
      	* config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
      	Remove parameter.
      
      	* config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
      	* config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(m68hc11_reorg): Make static.  Remove parameter.
      
      	* config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
      	* config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(conditionalize_optimization): Remove parameter.
      	(mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
      	Make static.  Update call to conditionalize_optimization.
      
      	* config/mips/mips-protos.h (machine_dependent_reorg): Remove.
      	* config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
      	Make static.
      
      	* config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
      	* config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
      	Remove parameter.
      
      	* config/pa/pa-protos.h (pa_reorg): Remove declaration.
      	* config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(pa_combine_instructions): Remove "first insn" parameter.
      	(remove_useless_addtr_insns): Likewise.
      	(pa_reorg): Likewise.  Make static.  Update calls to above functions.
      
      	* config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
      	commented-out definition.
      
      	* config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
      	* config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
      	Remove parameter.
      
      	* config/sh/sh-protos.h (machine_dependent_reorg): Remove.
      	* config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(sh_reorg): Renamed from machine_dependent_reorg.  Make static.
      	Remove parameter.
      	(sh_output_mi_thunk): Call sh_reorg directly.
      	* config/sh/sh.md: Update comment.
      
      	* config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
      	commented-out definition.
      
      	* config/v850/v850-protos.h (v850_reorg): Remove declaration.
      	* config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(v850_reorg): Make static.  Remove parameter.
      
      	* config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
      	* config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
      	* config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
      	(xtensa_reorg): Make static.  Remove parameter.
      
      	* doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
      	(TARGET_MACHINE_DEPENDENT_REORG): Document.
      
      From-SVN: r66800
      Richard Sandiford committed
    • 2003-05-14 Michael Koch <konqueror@gmx.de> · cc1b3d6b
      	* gnu/java/nio/FileLockImpl.java
      	(released): New member variable.
      	(FileLockImpl): Initialize released.
      	(releaseImpl): New native method.
      	(release): Implemented.
      	* gnu/java/nio/SelectorImpl.java: Reformatted.
      	* gnu/java/nio/SelectionKeyImpl.java: Reformatted.
      	* gnu/java/nio/ServerSocketChannelImpl.java: Reformatted.
      	(accept): Throws IOException.
      	* gnu/java/nio/SocketChannelImpl.java: Reformatted.
      	(implConfigureBlocking): Throws IOException.
      	(connect): Likewise.
      	(read): Likewise.
      	(write): Likewise.
      	* gnu/java/nio/natFileLockImpl.cc: New file.
      	* java/nio/channels/FileLock.java: Reformatted.
      	* Makefile.am:
      	(ordinary_java_source_files): Added gnu/java/nio/FileLockImpl.java.
      	(nat_source_files): Added gnu/java/nio/natFileLockImpl.cc.
      	* Makefile.in: Regenerated.
      
      From-SVN: r66799
      Michael Koch committed
    • c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if the old decl had instantiated DECL_RTL. · 2306d91c
              * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
              the old decl had instantiated DECL_RTL.
      
      From-SVN: r66798
      Richard Henderson committed
    • copy_neg.cc: Remove excess errors dg marker, use dg-errors instead. · 979c310f
      
      2003-05-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/27_io/ios_base/cons/copy_neg.cc: Remove
      	excess errors dg marker, use dg-errors instead.
      	* testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
      	* testsuite/20_util/auto_ptr_neg.cc: Same.
      
      From-SVN: r66797
      Benjamin Kosnik committed
    • Daily bump. · 6092cf6a
      [[Split portion of a mixed commit.]]
      
      From-SVN: r66794.2
      GCC Administrator committed
    • Daily bump. · 171b9a56
      [[Split portion of a mixed commit.]]
      
      From-SVN: r66793.2
      GCC Administrator committed
    • sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect HOST_WIDE_INT argument. · 7aabff18
      2003-05-13  Janis Johnson  <janis187@us.ibm.com>
      
      	* config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
      	HOST_WIDE_INT argument.
      
      From-SVN: r66790
      Janis Johnson committed
  2. 13 May, 2003 27 commits