- 19 Mar, 2001 21 commits
-
-
* java/net/URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../xxx" to "/xxx". From-SVN: r40641
Per Bothner committed -
* java/util/ArrayList.java: Remove RCS keywords from comments * java/util/BasicMapEntry.java: idem * java/util/Dictionary.java: idem * java/util/HashSet.java: idem * java/util/EventObject.java: reindent * java/util/Properties.java: idem * java/util/SortedMap.java: idem * java/util/Enumeration.java: Merge with Classpath * java/util/EventListener.java: idem * java/util/Observable.java: idem * java/util/Observer.java: idem * java/util/Stack.java: idem From-SVN: r40639
Mark Wielaard committed -
* jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load an inner class. From-SVN: r40638
Per Bothner committed -
From-SVN: r40637
Per Bothner committed -
From-SVN: r40635
Nick Clifton committed -
From-SVN: r40633
David Edelsohn committed -
From-SVN: r40632
Philip Blundell committed -
From-SVN: r40631
Laurynas Biveinis committed -
* cse.c (find_comparison_args): Update documentation. Fix mishandling of COMPARE operations. * tree.def (ABS_EXPR): Add documentation. * fold-const.c (fold): Improve folding of ABS_EXPRs. From-SVN: r40630
Mark Mitchell committed -
From-SVN: r40628
Zack Weinberg committed -
* crtstuff.c (init_dummy): Use CRT_END_INIT_DUMMY if defined. Remove ia32 linux PIC kludge and move it... * config/i386/linux.h (CRT_END_INIT_DUMMY): ...here. From-SVN: r40627
Jakub Jelinek committed -
From-SVN: r40626
Jan Hubicka committed -
2001-03-19 Brad Lucier <lucier@math.purdue.edu> * Makefile.in: Have splay-tree.o depend on $(GCONFIG_H). From-SVN: r40625
Brad Lucier committed -
2001-03-19 Brad Lucier <lucier@math.purdue.edu> * Makefile.in: Have splay-tree.o depend on $(GCONFIG_H). From-SVN: r40624
Brad Lucier committed -
* jvspec.c (lang_specific_driver): Check for .zip and .jar files. Add constructed filelist-file at end, following -xjava. Thus any .o and library files are not affected by the -xjava. Also wrap explicut @FILE with -xjava and -xnone. From-SVN: r40621
Per Bothner committed -
2001-03-19 Andrew Haley <aph@cambridge.redhat.com> * class.c (build_static_field_ref): Call make_decl_rtl() after setting the DECL_EXTERNAL flag. From-SVN: r40620
Andrew Haley committed -
2001-03-16 Andrew Haley <aph@cambridge.redhat.com> * config/ia64/libgcc-ia64.ver: Add __ia64_backtrace. From-SVN: r40618
Andrew Haley committed -
From-SVN: r40612
GCC Administrator committed -
From-SVN: r40609
Gerald Pfeifer committed -
2001-03-18 Anthony Green <green@redhat.com> * config/pj/pj.h: Remove some trailing commas. (ASM_SPEC): Use -EB and -EL, not -mb and -ml. From-SVN: r40607
Anthony Green committed -
2001-03-18 Phil Edwards <pme@sources.redhat.com> * update_web_docs_libstdcxx: New script. * crontab: Call said script. From-SVN: r40606
Phil Edwards committed
-
- 18 Mar, 2001 10 commits
-
-
From-SVN: r40605
Mark Wielaard committed -
* java/lang/natClass.cc (_Jv_CheckCast): add class names to exception * gnu/gcj/runtime/FirstThread.java (main): replace / with . in jarMainClassName From-SVN: r40604
Mark Wielaard committed -
* defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ... * calls.c: ... here. * combine.c, expr.c, final.c, function.c toplev.c: Don't provide defaults for them here. From-SVN: r40603
Richard Henderson committed -
> * config/pj/lib1funcs.S: Fix broken comment. > * config/pj/pj.h (LOCAL_LABEL_PREFIX): Prefix internal > labels with '.'. From-SVN: r40602
Anthony Green committed -
* gcc.texi: Remove obsolete information relating to build and installation problems with enquire or the Pyramid C compiler. From-SVN: r40599
Joseph Myers committed -
From-SVN: r40597
Alan Modra committed -
From-SVN: r40596
GCC Administrator committed -
* dwarf2out.c (queue_reg_save): New. (flush_queued_reg_saves, clobbers_queued_reg_save): New. (dwarf2out_frame_debug_expr): Call queue_reg_save instead of dwarf2out_reg_save. (dwarf2out_frame_debug): Call flush_queued_reg_saves when needed. (cfa, cfa_store, cfa_temp): Make static. * final.c (final_scan_insn): Always call dwarf2out_frame_debug. From-SVN: r40594
Richard Henderson committed -
* java/lang/natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'd memory. Use _Jv_AllocBytesChecked. Use UNMASK_PTR. (UNMASK_PTR): New macro. (intern): Unmask pointer before returning it. Register finalizer for the string. (unintern): Handle case where (MASK_PTR): New macro. (PTR_MAKSED): Likewise. (_Jv_NewStringUtf8Const): Use UNMASK_PTR. From-SVN: r40593
Tom Tromey committed -
* update_version, update_branch_version: Check out with gcc directory instead of using egcs link. From-SVN: r40591
Joseph Myers committed
-
- 17 Mar, 2001 9 commits
-
-
* update_web_docs: Don't strip leading -r from argument following -r, or leading -d from argument following -d. Bug pointed out by Matt Kraai. From-SVN: r40590
Joseph Myers committed -
update_web_docs: Handle -r and -d options to generate docs for a release or branch in a subdirectory. * update_web_docs: Handle -r and -d options to generate docs for a release or branch in a subdirectory. Determine names of G77 news and bugs files and contributors file after updated docs have been installed, not before. Don't remove files from a subdirectory. Don't generate manuals for gcov (included in the GCC manual) or iostream (obsolete). Do generate manuals for cppinternals, gcj and porting. Update regular expressions for detecting whether files have really changed when regenerated. From-SVN: r40589
Joseph Myers committed -
From-SVN: r40587
Per Bothner committed -
From-SVN: r40586
Per Bothner committed -
jcf-write.c (generate_bytecode_insns): Handle emitting iinc when result is is needed (target is STACK_TARGET). * jcf-write.c (generate_bytecode_insns): Handle emitting iinc when result is is needed (target is STACK_TARGET). From-SVN: r40585
Per Bothner committed -
* parse.h (JDEP_SOLV): Removed. * parse.y (incomplete_class_list): Removed. (register_incomplete_type): Use JDEP_TO_RESOLVE instead of JDEP_SOLV. * parse.y (obtain_incomplete_type): Removed. It doesn't work if resolve_class changes the name of an array type that is on the list and then someone else looks for the modified name. Also, seems liable to break when compiling multiple source files at once. So the simplest is to just remove incomplete_class_list - it is only a minor space win and it is not even clear it saves time. * parse.y (resolve_class): Remove unneeded promote_type. From-SVN: r40584
Per Bothner committed -
* integrate.h (struct inline_remap): Add local_return_label. * integrate.c (expand_inline_function): Initialize it and emit it after copy_insn_notes. (copy_insn_list): Don't store local_return_label here. (copy_insn_notes): New function split out from copy_insn_list. From-SVN: r40581
Richard Henderson committed -
From-SVN: r40579
Richard Henderson committed -
* dwarf2out.c (lookup_filename): Emit .file if the assembler is generating .debug_line. (dwarf2out_init): Add main_input_filename to the file table first. * configure.in (as_dwarf2_debug_line): Test with file number 1 instead of file number 0. From-SVN: r40578
Richard Henderson committed
-