- 08 Aug, 2000 1 commit
-
-
From-SVN: r35559
Nick Clifton committed
-
- 07 Aug, 2000 24 commits
-
-
2000-08-07 Toon Moene <toon@moene.indiv.nluug.nl> * g77spec.c (lang_specific_driver): Clearer g77 version message. From-SVN: r35558
Toon Moene committed -
* java/lang/reflect/Method.java (toString): Use Class.getName, not Class.toString. * java/lang/reflect/Field.java (toString): Correct formatting. From Corey Minyard. From-SVN: r35557
Tom Tromey committed -
* java/io/PipedInputStream.java (read(byte[],int,int)): Mostly rewrote. (receive): Streamlined. From-SVN: r35556
Tom Tromey committed -
2000-08-07 Felix Natter <fnatter@gmx.net> * docs/17_intro/porting-howto.html: New version. From-SVN: r35555
Felix Natter committed -
From-SVN: r35554
DJ Delorie committed -
* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean "if we're also building gcc, and it's a gcc that will run on the build machine, we want to use its includes instead of the system's default includes". From-SVN: r35553
DJ Delorie committed -
From-SVN: r35552
Nick Clifton committed -
* mn10300.md: Use nonimmediate_operand instead of general_operand on output operands. From-SVN: r35551
Graham Stott committed -
From-SVN: r35550
Graham Stott committed -
From-SVN: r35549
Alexandre Oliva committed -
* sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards. * sh.c (expand_block_move): Break long lines. (expand_ashiftrt, fpscr_set_from_mem): Likewise. * sh.md (mulsi3): Likewise. (movdi): Adjust spacing. From-SVN: r35548
Alexandre Oliva committed -
From-SVN: r35547
Joseph Myers committed -
* expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P. * expr.c (emit_group_store): Don't set it. From-SVN: r35546
Richard Henderson committed -
From-SVN: r35545
Jeff Law committed -
* cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo. * decl.c (pop_labels): Likewise. From-SVN: r35544
Kazu Hirata committed -
* invoke.texi (Options for Debugging Your Program or GCC): Remove duplicate entries for 'w' and 'z'. From-SVN: r35543
Kazu Hirata committed -
From-SVN: r35542
Kazu Hirata committed -
From-SVN: r35541
Kazu Hirata committed -
Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com> * c-parse.in: Changed the language string for Objective-C to "GNU Objective-C". From-SVN: r35540
Ovidiu Predescu committed -
From-SVN: r35539
Ovidiu Predescu committed -
Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com> * objc-features.texi: Documented the new -fconstant-string-class option. From-SVN: r35538
Ovidiu Predescu committed -
From-SVN: r35537
Ovidiu Predescu committed -
Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com> * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to improve the Posix thread support for Objective-C. From-SVN: r35536
Ovidiu Predescu committed -
thread support for Objective-C. From-SVN: r35535
Ovidiu Predescu committed
-
- 06 Aug, 2000 15 commits
-
-
Sun Aug 6 11:54:03 2000 Ovidiu Predescu <ovidiu@cup.hp.com> * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes to improve the Posix thread support for Objective-C. From-SVN: r35534
Ovidiu Predescu committed -
thread support for Objective-C. From-SVN: r35533
Ovidiu Predescu committed -
objc.exp (objc_target_compile): Set the ld_library_path so that running programs linked against the shared... Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com> * lib/objc.exp (objc_target_compile): Set the ld_library_path so that running programs linked against the shared version of libobjc run correctly. From-SVN: r35532
Ovidiu Predescu committed -
shared version of libobjc run correctly. From-SVN: r35531
Ovidiu Predescu committed -
* c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and CTI_UNSIGNED_PTRDIFF_TYPE. (signed_size_type_node): Define. (unsigned_ptrdiff_type_node): Define. * c-decl.c (init_decl_processing): Create the signed_size_type_node and unsigned_ptrdiff_type_node types. * c-common.c (T_SC): Define. (T_SST): Define. (T_UPD): Define. (print_char_table): Use T_SST for %zd, %zi, %zn. Use T_UPD for %to, %tu, %tx, %tX. Allow %hhn (T_SC). Add "c" to the flags for %s and %p. (scan_char_table): Use T_SC for %hhd, %hhi, %hhn. Use T_SST for %zd, %zi, %zn. Use T_UPD for %to, %tu, %tx, %tX. Add "c" to the flags for %c, %s and %[. (check_format_info): Only allow leniency for signedness of targets of character pointers (when pedantic) for formats flagged with "c", so for strings but not for %hh formats. When pedantic, don't allow character pointers to substitute for void pointers if a second level of indirection is present. testsuite: * gcc.dg/c99-printf-1.c: New test. From-SVN: r35530
Joseph Myers committed -
* invoke.texi (Options for Debugging Your Program or GCC): Update the names of dump files. From-SVN: r35529
Kazu Hirata committed -
From-SVN: r35528
Joseph Myers committed -
* h8300.c (dosize): Rearrange code for conciseness. (split_adds_subs): Likewise. From-SVN: r35527
Kazu Hirata committed -
From-SVN: r35526
Kazu Hirata committed -
From-SVN: r35525
Kazu Hirata committed -
From-SVN: r35524
Jeff Law committed -
From-SVN: r35523
Kazu Hirata committed -
From-SVN: r35522
Kaveh R. Ghazi committed -
* stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for HAVE_nonlocal_goto as well. * config/i960/i960.md (nonlocal_goto): Don't do it here. * config/pj/pj.md (nonlocal_goto): Likewise. From-SVN: r35521
Richard Henderson committed -
* loop.c (try_swap_copy_prop): New function. (load_mems): Rename copies to load_copies and add new regset store_copies. Check for sets of shadow registers and mark in store_copies. Call try_swap_copy_prop for registers marked in store_copies. From-SVN: r35520
Michael Hayes committed
-