- 03 Aug, 2000 25 commits
-
-
From-SVN: r35462
Nick Clifton committed -
From-SVN: r35461
Mark Mitchell committed -
From-SVN: r35460
Anthony Green committed -
* config-ml.in: Adjust multilib search paths to the appropriate multilib tree. From-SVN: r35459
Alexandre Oliva committed -
* reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap operands. * i386.c (ix86_expand_branch): Mode of comparison in IF_THEN_ELSE is VOIDmode. From-SVN: r35458
Jan Hubicka committed -
* Makefile.in: Rebuilt. * Makefile.am (awt_java_source_files): Added new files. From-SVN: r35457
Tom Tromey committed -
From-SVN: r35456
Akiko Matsushita committed -
* h8300.c: Fix a comment typo. * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S. From-SVN: r35455
Kazu Hirata committed -
* tm.texi (Register Classes): Clarify order of sub-initializers in REG_CLASS_CONTENTS. From-SVN: r35454
Michael Poole committed -
From-SVN: r35453
Kazu Hirata committed -
* sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax. From-SVN: r35452
J"orn Rennecke committed -
* config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by tradcpp and isn't actually needed for cygwin. From-SVN: r35451
David Billinghurst committed -
* Makefile.am: Add new AWT stubs. * java/awt/Canvas.java: New placeholder class. * java/awt/Checkbox.java: Ditto. * java/awt/CheckboxMenuItem.java: Ditto. * java/awt/Choice.java: Ditto. * java/awt/Dialog.java: Ditto. * java/awt/FileDialog.java: Ditto. * java/awt/List.java: Ditto. * java/awt/ScrollPane.java: Ditto. * java/awt/TextField.java: Ditto. * java/awt/datatransfer/Clipboard.java: Ditto. * java/awt/Component.java (treeLock): Now a static String. Add comment. * java/awt/MenuItem.java (MenuItem): Add default constructor. * java/awt/Toolkit.java: Added all methods from J2SE 1.3 API docs. Some commented out. Partially implemented. * java/awt/natToolkit.cc: Removed file. From-SVN: r35450
Bryce McKinlay committed -
* decl2.c: Silently ignore -Wstrict-prototypes; warn about -Wno-strict-prototypes. From-SVN: r35449
Zack Weinberg committed -
* bits/locale_facets.h (ctype::ctype): Don't name unused parameters. From-SVN: r35448
Mark Mitchell committed -
From-SVN: r35447
Jeffrey A Law committed -
From-SVN: r35446
Jeff Law committed -
* gcc.c-torture/execute/20000801-3.c, gcc.c-torture/20000801-4.c: New tests. * gcc.c-torture/execute/20000801-3.x, gcc/c-torture/20000801-4.x: Xfail. From-SVN: r35445
Joseph Myers committed -
From-SVN: r35444
Kazu Hirata committed -
* flow.c (find_auto_inc): Verify that we've got a REG before peeking at its regno. Fail, don't abort if we can't find the increment of the desired register. From-SVN: r35443
Jeffrey A Law committed -
From-SVN: r35442
Jeffrey A Law committed -
2000-08-03 Bryce McKinlay <bryce@albatross.co.nz> * Makefile.am: Make inner class CNI headers depend on libgcj.zip only. Fixes "make -j" builds. * Makefile.in: Rebuild. From-SVN: r35441
Bryce McKinlay committed -
* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to commas in $LANGUAGES. From-SVN: r35440
Alexandre Oliva committed -
* config/ia64/ia64-protos.h (flag_ssa): Declare. * config/ia64/ia64.md (movti_internal, movti_internal+1): New. From-SVN: r35439
Jim Wilson committed -
* dce.c: Remove all uses of assert. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * ssa.c: Likewise. From-SVN: r35438
Mark Mitchell committed
-
- 02 Aug, 2000 15 commits
-
-
* lib/objc.exp (objc_target_compile): Look for libobjc.a in libobjc/.libs to allow for libtool. From-SVN: r35437
Geoff Keating committed -
From-SVN: r35436
Zack Weinberg committed -
* 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 -
From-SVN: r35434
Jakub Jelinek committed -
* 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 -
* 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. (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 -
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. From-SVN: r35428
Jakub Jelinek committed -
* 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 -
From-SVN: r35426
Mark Mitchell committed -
From-SVN: r35425
Kazu Hirata committed -
* i386.c (legitimate_address_p): Accept other bases than pic_offset_table_rtx for GOTOFF constructs. From-SVN: r35424
Jan Hubicka committed -
From-SVN: r35423
Jan Hubicka committed -
From-SVN: r35422
Jeff Law committed
-