aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-03-20* gcc.c (init_gcc_specs): Fix comment.Tom Tromey2-1/+5
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell31-346/+300
2001-03-19jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load ...Per Bothner2-1/+5
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner7-71/+122
2001-03-19Undo previous deltaNick Clifton2-43/+0
2001-03-19Add support for unique sections in arm-linux target.Philip Blundell2-0/+43
2001-03-19cse.c (find_comparison_args): Update documentation.Mark Mitchell4-33/+71
2001-03-19* Makefile.in (hash.o): Depend on $(GCONFIG_H), not $(CONFIG_H).Zack Weinberg2-1/+5
2001-03-19crtstuff.c (init_dummy): Use CRT_END_INIT_DUMMY if defined.Jakub Jelinek3-14/+26
2001-03-19* i386.md (absdf2 expander): Fix 64bit case.Jan Hubicka2-1/+5
2001-03-19Makefile.in: Have splay-tree.o depend on $(GCONFIG_H).Brad Lucier1-0/+4
2001-03-19Makefile.in: Have splay-tree.o depend on $(GCONFIG_H).Brad Lucier1-1/+1
2001-03-19jvspec.c (lang_specific_driver): Check for .zip and .jar files.Per Bothner2-30/+45
2001-03-19class.c (build_static_field_ref): Call make_decl_rtl() after setting the DECL...Andrew Haley2-1/+6
2001-03-19libgcc-ia64.ver: Add __ia64_backtrace.Andrew Haley2-0/+5
2001-03-19Daily bump.GCC Administrator2-2/+2
2001-03-19* README.X11: Remove obsolete file.Gerald Pfeifer2-447/+4
2001-03-19pj.h: Remove some trailing commas.Anthony Green2-5/+10
2001-03-18defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson8-51/+20
2001-03-18> * config/pj/lib1funcs.S: Fix broken comment.Anthony Green3-10/+16
2001-03-18gcc.texi: Remove obsolete information relating to build and installation prob...Joseph Myers2-63/+6
2001-03-18Daily bump.GCC Administrator2-2/+2
2001-03-17dwarf2out.c (queue_reg_save): New.Richard Henderson3-26/+95
2001-03-17Change descriptions were jumbled.Per Bothner1-9/+9
2001-03-17* decl.c (clear_binding_level): Fix initializer (broke 03-15).Per Bothner2-1/+3
2001-03-17jcf-write.c (generate_bytecode_insns): Handle emitting iinc when result is is...Per Bothner2-0/+5
2001-03-17parse.h (JDEP_SOLV): Removed.Per Bothner3-20/+20
2001-03-17integrate.h (struct inline_remap): Add local_return_label.Richard Henderson3-10/+35
2001-03-17* g++.old-deja/g++.other/eh4.C: Add expected error text.Richard Henderson2-1/+5
2001-03-17dwarf2out.c (lookup_filename): Emit .file if the assembler is generating .deb...Richard Henderson4-5/+21
2001-03-17combine.c (undobuf): Remove field previous_undos; all refs deleted.Richard Kenner2-243/+172
2001-03-17* print-tree.c (print_node): Print DECL_NONADDRESSABLE_P.Richard Kenner2-0/+6
2001-03-17Daily bump.GCC Administrator2-2/+2
2001-03-17* config/i386/xm-cygwin.h: Include <sys/cygwin.h. Remove unused variable.David Billinghurst2-1/+7
2001-03-16Fix glibc dl-sysdeps.c abort from Jes Sorensen.Jim Wilson2-3/+13
2001-03-17gccbug.in: Remove high priority.Phil Edwards2-3/+7
2001-03-16aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od output with a space...Richard Henderson3-4/+10
2001-03-16aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which handles the gory ...Zack Weinberg5-357/+488
2001-03-16Makefile.in: Set SHELL.Laurynas Biveinis4-6/+22
2001-03-16dwarf2asm.c (dw2_asm_output_data): Mask data to the output size.Richard Henderson2-5/+14
2001-03-16dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes.Richard Henderson5-212/+125
2001-03-16Fix some MIPS warningsMichael Meissner4-19/+52
2001-03-16i386.c (ix86_expand_fp_movcc): Do not attempt to construct SSE based conditio...Jan Hubicka4-3/+52
2001-03-16sh.c (sh_expand_prologue): Insns that set up the PIC register may be dead.Alexandre Oliva2-1/+22
2001-03-16* Makefile.in (hash.o): Depend on CONFIG_H.Brad Lucier2-1/+5
2001-03-16Daily bump.GCC Administrator2-2/+2
2001-03-16* dwarf2out.c (rtl_for_decl_location): Use DECL_RTL_IF_SET.Mark Mitchell3-1/+16
2001-03-15java-tree.h (BLOCK_IS_IMPLICIT): New flag.Per Bothner4-8/+11
2001-03-15jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner3-1/+8
2001-03-15parse.y (expand_start_java_method): Was only called once and had a misleading...Per Bothner2-53/+42