aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-06unicode-decomp.pl: Move from chartables.pl...Eric Blake17-84840/+16492
2002-03-04 Eric Blake <ebb9@email.byu.edu> * scripts/unicode-decomp.pl: Move from chartables.pl, and remove the code for generating include/java-chartables.h. * scripts/unicode-blocks.pl: Move from scripts/blocks.pl, and merge with Classpath. * scripts/unicode-muncher.pl: Copy from Classpath. * scritps/MakeCharTables.java: New file. * gnu/gcj/convert/Blocks-3.txt: New file. * gnu/gcj/convert/UnicodeData-3.0.0.txt: New file. * gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html: New file. * gnu/java/lang/CharData.java: Copy from Classpath. * Makefile.am (ordinary_java_source_files): Add gnu/java/lang/CharData.java. * configure.in: Remove --enable-fast-character option. * java/lang/Character.java: Merge algorithms and Javadoc with Classpath. * java/lang/natCharacter.cc: Implement Unicode lookup table more efficiently. * include/java-chardecomp.h: Regenerate. * include/java-chartables.h: Regenerate. From-SVN: r50368
2002-03-06Version.c: Fix misplaced leading blanks on first line.Phil Edwards4-3/+9
2002-03-06 Phil Edwards <pme@gcc.gnu.org> * libF77/Version.c: Fix misplaced leading blanks on first line. * libI77/Version.c: Likewise. * libU77/Version.c: Likewise. From-SVN: r50367
2002-03-06version.c: Fix misplaced leading blanks on first line.Phil Edwards4-2/+10
2002-03-06 Phil Edwards <pme@gcc.gnu.org> * version.c: Fix misplaced leading blanks on first line. From-SVN: r50366
2002-03-06c++config: Fix misplaced leading blanks on first line.Phil Edwards2-1/+5
2002-03-06 Phil Edwards <pme@gcc.gnu.org> * include/bits/c++config: Fix misplaced leading blanks on first line. From-SVN: r50365
2002-03-06update_version: Don't indent the version string.Phil Edwards2-2/+6
2002-03-06 Phil Edwards <pme@gcc.gnu.org> * update_version: Don't indent the version string. From-SVN: r50364
2002-03-06* cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.Jan Hubicka2-1/+6
From-SVN: r50363
2002-03-06cfgcleanup.c (mentions_nonequal_regs): New function.Jan Hubicka3-1/+41
* cfgcleanup.c (mentions_nonequal_regs): New function. (thread_jump): Use it. * toplev.c (rest_of_compilation): Run jump threading after liveness. From-SVN: r50361
2002-03-06ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05 patch.Jakub Jelinek2-6/+7
* ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05 patch. From-SVN: r50359
2002-03-06predict.c (estimate_bb_frequencies): Do not reload the frequencies from notes.Jan Hubicka2-14/+5
* predict.c (estimate_bb_frequencies): Do not reload the frequencies from notes. From-SVN: r50356
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka14-186/+391
* cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New. * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare * basic-block.h (update_life_info, update_life_info_in_dirty_blocks, delete_noop_moves): Return indeger. * flow.c (ndead): New variable. (propagate_block_delete_insn): Use delete_insn_and_edges; remove BB argument; update callers. (propagate_block_delete_libcall): Use delete_insn_chain_and_edges. (life_analysis): Do not call purge_all_dead_edges. (update_life_info): Return number of deleted insns; print statistics. (update_life_info_in_dirty_blocks): likewise. (delete_noop_moves): Use delete_insn_and_edges; print statistics; return number of insns deleted. * cse.c: Include timevar.h (delete_trivially_dead_insns): Kill preserve_basic_blocks argument; iterate until stabilizes; print statistics; return number of killed insns. * Makefile.in: (cse.o): Add timevar.h dependency * rtl.h (delete_trivially_dead_insns): New. * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer. * toplev.c (rest_of_compilation): Update callers. * cfgcleanup.c (try_optimize_cfg): Kill blocks. (try_optimize_cfg): Do not update liveness. (cleanup-cfg): Loop until try_optimize_cfg and dead code removal stabilizes; use delete_trivially_dead_insns. * cfgrtl.c (verify_flow_info): Sanity check outgoing edges. From-SVN: r50355
2002-03-06Daily bump.GCC Administrator6-12/+12
From-SVN: r50353
2002-03-06MediaTracker.java: Implemented.Bryce McKinlay4-7/+357
* java/awt/MediaTracker.java: Implemented. * Makefile.am: Add MediaTracker. * Makefile.in: Rebuilt. From-SVN: r50349
2002-03-06cppmain.c (setup_callbacks): Disable #pragma and #ident callbacks when ↵Zack Weinberg2-2/+12
processing assembly language. * cppmain.c (setup_callbacks): Disable #pragma and #ident callbacks when processing assembly language. From-SVN: r50346
2002-03-06Remove floatformat_arm_ext.Andrew Cagney4-8/+8
From-SVN: r50345
2002-03-06natPosixProcess.cc (fail): Removed.Tom Tromey2-126/+157
* java/lang/natPosixProcess.cc (fail): Removed. (startProcess): Simplified error-handling. Preserve LD_LIBRARY_PATH across exec. From-SVN: r50342
2002-03-06pa.h (ASM_FILE_END): Define.John David Anglin4-2/+13
* pa.h (ASM_FILE_END): Define. * som.h (ASM_FILE_END): Delete. * pa.c (function_arg): Don't pass floats in general registers in indirect calls if TARGET_ELF32. From-SVN: r50341
2002-03-05* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.Richard Henderson2-1/+5
From-SVN: r50339
2002-03-05jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, not ↵Tom Tromey2-2/+7
AbstractMethodError. * jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, not AbstractMethodError. From-SVN: r50337
2002-03-05gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.Danny Smith2-0/+5
From-SVN: r50336
2002-03-05MAINTAINERS (Write After Approval): Add myself.Danny Smith2-0/+5
From-SVN: r50335
2002-03-05002-03-05 Benjamin Kosnik <bkoz@redhat.com>Benjamin Kosnik3-2/+8
* docs/html/17_intro/RELEASE-NOTES: Fix usage. * README (libmath): Make clear. From-SVN: r50331
2002-03-05acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version script globbing in ld.Jakub Jelinek4-6/+79
* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version script globbing in ld. * aclocal.m4: Rebuilt. * configure: Rebuilt. From-SVN: r50330
2002-03-05This is the documentation for -### that I forgot to add when -### wasIra Ruben1-1/+7
originally added. From-SVN: r50328
2002-03-05RELEASE-NOTES: Update.Benjamin Kosnik3-73/+86
2002-03-05 Benjamin Kosnik <bkoz@redhat.com> * docs/html/17_intro/RELEASE-NOTES: Update. * README: Format subdirectories. From-SVN: r50326
2002-03-05mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc -r command line.Jakub Jelinek2-2/+8
* mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc -r command line. Don't hide any symbols if not building shared libgcc. From-SVN: r50321
2002-03-05cfg.c (dump_flow_info): Warn about profile mismatches.Jan Hubicka3-1/+92
* cfg.c (dump_flow_info): Warn about profile mismatches. * cfgrtl.c (verify_flow_info): Few aditional sanity checks. (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps. From-SVN: r50320
2002-03-05snapshot-README: Note that snapshots come from the 3.1 branch.Joseph Myers2-7/+7
* snapshot-README: Note that snapshots come from the 3.1 branch. Update list of files. From-SVN: r50318
2002-03-052002-03-05 Paolo Carlini <pcarlini@unitus.it>Paolo Carlini4-2/+63
libstdc++/5816 * include/bits/locale_facets.tcc (num_get::_M_extract_float): Fix the parsing of __dec, since the standard prescribes that if no grouping characters are seen, no grouping check is applied. * testsuite/22_locale/num_get_members_char.cc: Add test05 distilled from the PR. * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto. From-SVN: r50317
2002-03-05expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile ↵Jakub Jelinek4-1/+19
memory by parts. * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory by parts. * gcc.c-torture/compile/20020304-2.c: New test. From-SVN: r50314
2002-03-05ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def is NULL.Jakub Jelinek4-2/+52
* ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def is NULL. * gcc.dg/20020304-1.c: New test. From-SVN: r50311
2002-03-05Daily bump.GCC Administrator6-12/+12
From-SVN: r50310
2002-03-05builtins.c (cos_builtin): method_return_type ATTRIBUTE_UNUSEDDavid Billinghurst2-3/+9
2002-03-05 David Billinghurst <David.Billinghurst@riotinto.com> * builtins.c(cos_builtin): method_return_type ATTRIBUTE_UNUSED * builtins.c(sin_builtin): Likewise * builtins.c(sqrt_builtin): Likewise From-SVN: r50304
2002-03-05rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.Richard Henderson2-1/+5
2002-03-05 Richard Henderson <rth@redhat.com> * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error. From-SVN: r50301
2002-03-05toplev.c (documented_lang_options): Document more language-specific options.Geoffrey Keating4-187/+119
* toplev.c (documented_lang_options): Document more language-specific options. * doc/invoke.texi (Warning Options): Correct documentation for -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers. * c-decl.c (c_decode_option): Use a table to handle warning options. From-SVN: r50299
2002-03-05mmix.h (ENCODE_SECTION_INFO): Pass on new second parameter to ↵Hans-Peter Nilsson4-8/+22
mmix_encode_section_info. * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second parameter to mmix_encode_section_info. (LINK_SPEC): Don't defsym __.MMIX.start..text if linking relocatably. Always produce ELF, not mmo if linking relocatably. * config/mmix/mmix.c (mmix_encode_section_info): If new parameter first is non-zero, don't add symbol prefix. * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak prototype accordingly. From-SVN: r50298
2002-03-04* config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.Krister Walfridsson2-1/+5
From-SVN: r50297
2002-03-05configure.in: Increase required makeinfo version to 4.1.Joseph Myers3-3/+8
* configure.in: Increase required makeinfo version to 4.1. * configure: Regenerate. From-SVN: r50294
2002-03-04cvsignore: Remove *.info* and genrtl*; these files are generated elsewhere now.Geoffrey Keating2-7/+5
* .cvsignore: Remove *.info* and genrtl*; these files are generated elsewhere now. From-SVN: r50293
2002-03-04porting-howto.xml: Refer to http://www.oasis-open.org for docbookx.dtd.Craig Rodrigues3-124/+96
2002-03-04 Craig Rodrigues <rodrigc@gcc.gnu.org> * docs/html/17_intro/porting-howto.xml: Refer to http://www.oasis-open.org for docbookx.dtd. * docs/html/17_intro/porting-howto.html: Regenerated. From-SVN: r50291
2002-03-04Remove old unneeded .cvsignore files.Geoffrey Keating4-8/+0
From-SVN: r50290
2002-03-04configure.in: Add --enable-install-libiberty option.Phil Edwards4-143/+229
2002-03-04 Phil Edwards <pme@gcc.gnu.org> * configure.in: Add --enable-install-libiberty option. * Makefile.in (INSTALLED_HEADERS): New variable. (install_to_libdir): Possibly also copy headers. * configure: Regenerated. From-SVN: r50288
2002-03-04* xmalloc.c (xmalloc_fail): Clarify error message further.Neil Booth2-1/+5
From-SVN: r50287
2002-03-04texinfo.tex: Update to version 2002-03-01.06.Joseph Myers3-158/+183
* doc/include/texinfo.tex: Update to version 2002-03-01.06. * doc/invoke.texi: Fix @math uses. From-SVN: r50284
2002-03-04New test case (from PR c/5830).Zack Weinberg2-0/+782
From-SVN: r50279
2002-03-04toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables removalJan Hubicka2-0/+6
* toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables removal From-SVN: r50277
2002-03-04Daily bump.GCC Administrator6-12/+12
From-SVN: r50276
2002-03-04Remove cvs junkBryce McKinlay1-1/+0
From-SVN: r50271
2002-03-04Makefile.am: Use -bootclasspath, not -CLASSPATH.Bryce McKinlay3-59/+50
* Makefile.am: Use -bootclasspath, not -CLASSPATH. * Makefile.in: Rebuilt. From-SVN: r50270
2002-03-04config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.Aldy Hernandez3-2/+21
2002-03-03 Aldy Hernandez <aldyh@redhat.com> * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian. (powerpc-*-eabisimaltivec*): Same. * config/rs6000/t-ppcendian: New. From-SVN: r50268
2002-03-03c4x-protos.h, [...]: Add new functions nonimmediate_src_operand and ↵Herman A.J. ten Brugge5-8/+54
nonimmediate_lsrc_operand to... * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions nonimmediate_src_operand and nonimmediate_lsrc_operand to disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE. From-SVN: r50266