1. 03 Aug, 2000 19 commits
  2. 02 Aug, 2000 21 commits
    • objc.exp (objc_target_compile): Look for libobjc.a in libobjc/.libs to allow for libtool. · e457ca6a
      * lib/objc.exp (objc_target_compile): Look for libobjc.a in
      libobjc/.libs to allow for libtool.
      
      From-SVN: r35437
      Geoff Keating committed
    • Makefile.in: Rebuilt. · f536cd95
      	* Makefile.in: Rebuilt.
      	* Makefile.am (libgcj_la_SOURCES): Added posix.cc.
      	* java/net/natPlainSocketImpl.cc: Include posix.h.
      	(accept): Use _Jv_select.
      	* java/net/natPlainDatagramSocketImpl.cc: Include posix.h.
      	(receive): Use _Jv_select.
      	* java/io/natFileDescriptorPosix.cc: Include posix.h.
      	(available): Use _Jv_select.
      	* java/lang/natSystem.cc: Include posix.h.
      	(currentTimeMillis): Use _Jv_gettimeofday.
      	* include/posix.h: New file.
      	* posix.cc: New file.
      
      From-SVN: r35435
      Tom Tromey committed
    • * gcc.c-torture/compile/20000802-1.c: New test. · 2d579116
      From-SVN: r35434
      Jakub Jelinek committed
    • gcc.h (lang_specific_driver): Constify second argument. · 37620334
      	* gcc.h (lang_specific_driver): Constify second argument.
      	* gcc.c (translate_options, process_command, main): Likewise.
      	Constify variables to match.  Cast second argument to
      	pexecute.
      
      	* cppspec.c, gccspec.c, g++spec.c, g77spec.c, jvspec.c: Adjust
      	type of second argument to lang_specific_driver, and update
      	code as necessary.
      
      From-SVN: r35433
      Zack Weinberg committed
    • encodings.pl: New file. · f9427d17
      	* scripts/encodings.pl: New file.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (convert_source_files): Added IOConverter.java.
      	* gnu/gcj/convert/UnicodeToBytes.java (UnicodeToBytes): Extend
      	IOConverter.
      	(getDefaultDecodingClass): Canonicalize default encoding name.
      	(getEncoder): Likewise.
      	* gnu/gcj/convert/BytesToUnicode.java (BytesToUnicode): Extend
      	IOConverter.
      	(getDefaultDecodingClass): Canonicalize default encoding name.
      	(getDecoder): Likewise.
      	* gnu/gcj/convert/IOConverter.java: New file.
      
      From-SVN: r35432
      Tom Tromey committed
    • gc_priv.h (GC_generic_malloc_inner): Prototype. · 5f51a752
      	* gc_priv.h (GC_generic_malloc_inner): Prototype.
      	(GC_generic_malloc): Likewise.
      	(GC_add_to_black_list_normal): Likewise.
      	(GC_find_header): Likewise.
      	(GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
      	* gc_mark.h (GC_find_start): Prototype.
      	(GC_signal_mark_stack_overflow): Likewise.
      
      From-SVN: r35431
      Tom Tromey committed
    • configure.in: Re-enable all references to libg++ and librx. · 9e9af119
      2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
      
      	* configure.in: Re-enable all references to libg++ and librx.
      
      From-SVN: r35429
      Manfred Hollstein committed
    • loop.c (scan_loop): Ensure update_end label does not go away until reg_scan_update is run. · bb45bd5a
      	* loop.c (scan_loop): Ensure update_end label does not
      	go away until reg_scan_update is run.
      
      From-SVN: r35428
      Jakub Jelinek committed
    • c-common.h: Prototype min_precision and c_build_qualified_type here... · 50e60bc3
      	* c-common.h: Prototype min_precision and c_build_qualified_type here...
      	* c-tree.h: ... not here.
      	* errors.h: Prototype fancy_abort.
      
      	* emit-rtl.c (gen_lowpart_common): Move variable 'c' into
      	HOST_BITS_PER_WIDE_INT == 64 ifdef block.
      	* regrename.c (regrename_optimize): Make control flow explicit.
      	(replace_reg_in_block): Initialize reg_use to 0.
      
      	* i386.c (legitimate_address_p): Rename error label to
      	report_error to avoid namespace clash.
      
      cp:
      	* cp-tree.h: Don't prototype min_precision here.
      	(my_friendly_assert): Cast expression to void.
      	* semantics.c (do_poplevel): Initialize scope_stmts.
      
      f:
      	* expr.c (ffeexpr_finished_): Cast signed side of ?:
      	expression to bool.
      
      java:
      	* class.c (build_dtable_decl): Initialize dummy.
      
      intl:
      	* dcgettext.c (find_msg): Initialize act before loop.
      	(guess_category_value): Add dummy uses of both parameters.
      	* localealias.c (read_alias_file): Cast arg of strchr to char *.
      
      From-SVN: r35427
      Zack Weinberg committed
    • * cp-tree.h (DECL_NEEDED_P): Tweak. · 3f954fc3
      From-SVN: r35426
      Mark Mitchell committed
    • * fold-const.c: Fix formatting. · b6cc0a72
      From-SVN: r35425
      Kazu Hirata committed
    • i386.c (legitimate_address_p): Accept other bases than pic_offset_table_rtx for GOTOFF constructs. · 4e9efe54
      	* i386.c (legitimate_address_p): Accept other bases than
      	pic_offset_table_rtx for GOTOFF constructs.
      
      From-SVN: r35424
      Jan Hubicka committed
    • * i386.md (shift to lea splitter): Use const_int_operand. · ca4ae08d
      From-SVN: r35423
      Jan Hubicka committed
    • Daily bump. · 8e4e0347
      From-SVN: r35422
      Jeff Law committed
    • cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments. · 5ef865d5
      	* cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
      	cppspec.c: Do not use 'legal' or 'illegal' in error messages
      	and comments.
      
      	* cppmain.c (cb_define, cb_undef): Don't generate any output
      	if not done_initializing.
      	* cpplex.c (maybe_paste_with_next): When the token after a ##
      	is an omitted rest argument, only delete the token before it
      	if that token is a comma.  Do not warn about bogus token
      	pastes for , ## rest_arg.
      
      	* cpp.texi: Update.
      	* cpp.1: Regenerate.
      
      	* gcc.dg/cpp/macsyntx.c: Fix error regexp.
      
      From-SVN: r35421
      Zack Weinberg committed
    • beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o when user gives -p option. · a7a4fd17
              * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
              when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
              and later.
      
              * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
              Be directories to search path.
      
              Remove support for __declspec(dllimport) and __declspec(dllexport).
              This is leftover cruft from the earlier BeOS gcc port when BeOS
              used Microsoft's PE object file format.
              * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
              * config/i386/t-beos (winnt.o): Remove Makefile frag.
              * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
              (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
              (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
              (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
              (REDO_SECTION_INFO_P): Remove.
              (ASM_EXPORT_DECL): Remove.
              (ASM_DECLARE_FUNCTION_NAME): Remove.
              (ASM_DECLARE_OBJECT_NAME): Remove.
              (ASM_OUTPUT_ALIGNED_COMMON): Remove.
              (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
              (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
              (STRIP_NAME_ENCODING): Remove.
      
              Remove support for obsolete version of BeOS that is no longer
              supported by Be.
              * configure.in (i*86-*-beospe*): Remove.
              * config/i386/beos-pe.h: Remove.
      
      From-SVN: r35420
      Fred Fish committed
    • Makefile.in (OBJS): Added dce.o. · b53978a3
      	* Makefile.in (OBJS): Added dce.o.
      	(ssa.o): Updated target to include ssa.h.
      	(flow.o): Likewise.
      	(toplev.o): Likewise.
      	(dce.o): Created target.
      	* basic-block.h: Added comments.
      	(INVALID_BLOCK): Added definition.
      	(connect_infinite_loops_to_exit): Added declaration.
      	Moved SSA declarations to ssa.h.
      	* flow.c: Added inclusion of ssa.h.
      	(struct depth_first_search_dsS, depth_first_search_ds):
      	Added definitions.
      	(compute_immediate_postdominators): Added definition.
      	(connect_infinite_loops_to_exit): Likewise.
      	(flow_dfs_compute_reverse_init): Likewise.
      	(flow_dfs_compute_reverse_add_bb): Likewise.
      	(flow_dfs_compute_reverse_execute): Likewise.
      	(flow_dfs_compute_reverse_finish): Likewise.
      	* rtl.h (rtx/in_struct): Added use to determine insn necessity.
      	(LABEL_P): Added definition.
      	(JUMP_P): Likewise.
      	(NOTE_P): Likewise.
      	(BARRIER_P): Likewise.
      	(JUMP_TABLE_DATA_P): Likewise.
      	(INSN_DEAD_CODE_P): Likewise.
      	* ssa.c: Replaced inclusions with ssa.h inclusion.
      	(CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
      	(rename_registers): Removed unnecessary variables.
      	* ssa.h: Created by moving declarations from ssa.c and
      	basic-block.h.
      	* timevar.def: Defined TV_DEAD_CODE_ELIM.
      	* toplev.c: Added ssa.h inclusion.
      	(dump_file_index): Added DFI_dce.
      	(dump_file): Added "dce" entry.
      	Defined flag_ssa.
      	(f_options): Added dce entry.
      	* invoke.texi: Document -fdce.  Emphasize experimental status of
      	-fssa.
      
      Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
      
      From-SVN: r35419
      Jeffrey Oldham committed
    • [multiple changes] · 79c2c6da
      2000-08-02  Bryce McKinlay  <bryce@albatross.co.nz>
      
              * interpret.cc (_Jv_InterpMethod::continue1): Type of `fun' changed
      	to match C declaration in ffi.h.
      	* Makefile.am: Add java/awt/Button.java.
      	* Makefile.in: Rebuilt.
      
      2000-07-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
              * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Type of the
              cast of the second argument to `ffi_raw_call' changed to match
              prototype.
      
      2000-07-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
              * jni.cc (_Jv_JNIMethod::call): Type of the cast of the second
              argument to `ffi_raw_call' changed to match prototype.
      
      From-SVN: r35418
      Bryce McKinlay committed
    • Resurrect - accidentally deleted in previous commit · cb7c7fc5
      From-SVN: r35417
      Zack Weinberg committed
    • argh, forgot to save file · ce899de2
      From-SVN: r35416
      Zack Weinberg committed