aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-05-11Daily bump.Jeff Law1-1/+1
From-SVN: r26895
1999-05-11* fixproto: Change "mkdir" calls to "mkdir -p"Jeffrey A Law2-3/+5
From-SVN: r26894
1999-05-11inclhack.def (io_def_quotes): Consistently allow multiple whitespace ↵Jeffrey A Law4-6/+12
characters between the "define" and the... * fixinc/inclhack.def (io_def_quotes): Consistently allow multiple whitespace characters between the "define" and the name of the macro. * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt. From-SVN: r26893
1999-05-11alpha.c (alpha_expand_block_move): Handle TImode registers used with ADDRESSOF.Richard Henderson2-28/+87
* alpha.c (alpha_expand_block_move): Handle TImode registers used with ADDRESSOF. (alpha_expand_block_clear): Handle ADDRESSOF specially. From-SVN: r26892
1999-05-11Update.Ulrich Drepper1-171/+176
From-SVN: r26891
1999-05-11(FD_ZERO): Remove unneccessary memory output operand which irritates gcc.Ulrich Drepper1-7/+3
From-SVN: r26890
1999-05-11Makefile.in: Rebuilt.Tom Tromey4-4/+11
* Makefile.in: Rebuilt. * Makefile.am (jv_convert_DEPENDENCIES): Include libgcj.spec. * libgcj.spec.in: Don't use `+'. Instead, put old lib spec after our libraries. From-SVN: r26889
1999-05-11*** empty log message ***Jim Blandy1-0/+6
From-SVN: r26888
1999-05-11cplus-dem.c (main): Use table lookup to distinguish identifier characters ↵Jim Blandy1-5/+80
from non-identifier... * cplus-dem.c (main): Use table lookup to distinguish identifier characters from non-identifier characters. (standard_symbol_alphabet, hp_symbol_alphabet): New functions. From-SVN: r26887
1999-05-11Makefile.in: Rebuilt.Tom Tromey3-4/+7
* Makefile.in: Rebuilt. * Makefile.am (jv_convert_LDADD): Removed `-L.'; it is not needed and it causes problems with libtool. From-SVN: r26886
1999-05-11Makefile.in, configure: Rebuilt.Tom Tromey7-176/+700
* Makefile.in, configure: Rebuilt. * Makefile.am (jv_convert_LDFLAGS): Removed -nodefaultlibs. (jv_convert_LDADD): Added ZLIBS. Removed -lm, -lc, -lgcc. (jv_convert_DEPENDENCIES): Added ZDEPS. * configure.in (GCSPEC): Added `-L' to point to boehm-gc build directory. (THREADSPEC): Added `-L' to point to qthreads build directory. (ZLIBS): New subst. (ZDEPS): New subst. * configure, Makefile.in: Rebuilt. * Makefile.am (toolexeclib_DATA): New macro. * configure.in: Create libgcj.spec. Look for -lsocket and -lnsl. Recognize --with-system-zlib. (GCSPEC): New subst. (THREADSPEC): New subst. (SYSTEMSPEC): New subst. (ZLIBSPEC): New subst. * libgcj.spec.in: New file. From-SVN: r26885
1999-05-11parse.y (source_end_java_method): If the current method contains any ↵Andrew Haley4-427/+464
exception handlers... 1999-05-11 Andrew Haley <aph@cygnus.com> * parse.y (source_end_java_method): If the current method contains any exception handlers, force asynchronous_exceptions: this is necessary because signal handlers in libjava may throw exceptions. * decl.c (end_java_method): Ditto. From-SVN: r26884
1999-05-11Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x flags.Tom Tromey3-135/+59
* Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x flags. * jvspec.c (THREAD_NAME): Removed. (GC_NAME): Likewise. (MATHLIB): Likewise. (WITHLIBC): Likewise. (GCLIB): Likewise. (THREADLIB): Likewise. (MATH_LIBRARY): Likewise. (lang_specific_driver): Don't add `-l' options to command line. Instead, add a single --specs option. Recognize `-L' options and use them to search for spec file. (find_spec_file): New function. (SPEC_FILE): New define. From-SVN: r26883
1999-05-11lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build.Dave Brolley2-0/+7
Tue May 11 11:46:36 1999 Dave Brolley <brolley@cygnus.com> * lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build. From-SVN: r26882
1999-05-11toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for ↵Dave Brolley2-0/+11
cpplib-enabled compilers. Tue May 11 11:45:16 1999 Dave Brolley <brolley@cygnus.com> * toplev.c (documented_lang_options): Add -MD, -MMD, -M and -MM for cpplib-enabled compilers. From-SVN: r26881
1999-05-11sparc.h (GO_IF_LEGITIMATE_ADDRESS): Add parentheses around &&.Vladimir Makarov2-4/+11
Tue May 11 11:34:56 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com> * config/sparc/sparc.h (GO_IF_LEGITIMATE_ADDRESS): Add parentheses around &&. From-SVN: r26880
1999-05-11(FUNCTION_ARG): Stack element of PARALLEL must come firstNick Clifton2-7/+15
From-SVN: r26879
1999-05-10inclhack.def (sun_auth_proto): Apply to all targets.Jeffrey A Law4-30/+35
* fixinc/inclhack.def (sun_auth_proto): Apply to all targets. (sysz_stdlib_for_sun): Similarly. * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt. From-SVN: r26878
1999-05-10Daily bump.Jeff Law1-1/+1
From-SVN: r26877
1999-05-10Add some missing folks.Jeff Law1-0/+4
From-SVN: r26876
1999-05-10Fix irix5 native build failure resulting from my previous patch.Jim Wilson4-0/+12
* config/mips/elf.h (UNIQUE_SECTION_P): Undef. * config/mips/elf64.h (UNIQUE_SECTION_P): Undef. * config/mips/mips.h (UNIQUE_SECTION_P): Define to 0. From-SVN: r26875
1999-05-10fix typoJason Merrill1-1/+1
From-SVN: r26874
1999-05-10* g++.old-deja/g++.other/null1.C (g): Add overload for long.Richard Henderson2-0/+5
From-SVN: r26873
1999-05-10cppspec.c: Treat two non-option arguments as input and output file.Zack Weinberg2-4/+3
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu> * cppspec.c: Treat two non-option arguments as input and output file. Three or more non-option args is an error. Clean up. * gcc.c (default_compilers): Pass -$ to the preprocessor. * objc/lang-specs.h: Likewise. From-SVN: r26872
1999-05-10lang-specs.h: Pass -$ to the preprocessor.Zack Weinberg6-10/+22
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu> * lang-specs.h: Pass -$ to the preprocessor. From-SVN: r26871
1999-05-10cppspec.c: Treat two non-option arguments as input and output file.Dave Brolley3-78/+103
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu> * cppspec.c: Treat two non-option arguments as input and output file. Three or more non-option args is an error. Clean up. * gcc.c (default_compilers): Pass -$ to the preprocessor. * cp/lang-specs.h,ch/lang-specs.h,f/lang-specs.h, objc/lang-specs.h: Likewise. From-SVN: r26870
1999-05-10cppfiles.c (initialize_input_buffer): New function.Zack Weinberg4-55/+128
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.columbia.edu> * cppfiles.c (initialize_input_buffer): New function. (finclude): Call it, if pfile->input_buffer is NULL. Accept any character device as an input file. (read_and_prescan): Use pfile->input_buffer and pfile->input_speccase. * cppinit.c (cpp_cleanup): Free pfile->input_buffer and pfile->input_speccase. * cpplib.h (cpp_reader): Add input_buffer, input_speccase, and input_buffer_len members. Use memcpy in CPP_PUTS_Q. * cppmain.c: Buffer output in the token_buffer; throttle number of calls to fwrite; check for errors from fwrite. From-SVN: r26869
1999-05-10Update derived filesCraig Burley1-1/+1
From-SVN: r26868
1999-05-10fix various @xref's per proper styleCraig Burley3-34/+31
From-SVN: r26867
1999-05-10Update derived filesCraig Burley1-2/+2
From-SVN: r26866
1999-05-10Doc upgrade to netlib libf2c as of todayCraig Burley2-2/+6
From-SVN: r26865
1999-05-10Update to Netlib version of 1999-05-10Craig Burley11-36/+64
From-SVN: r26864
1999-05-10InputStreamReader.java (read): If length is 0, return 0.Tom Tromey3-10/+31
* java/io/InputStreamReader.java (read): If length is 0, return 0. Reset `wpos' and `wcount' when buffer has been filled and emptied. * java/util/Properties.java (save): Removed `FIXME' comment. (load): Invalid characters in \u now treated as terminators. Make sure to append character resulting from `\' handling. Cast to `char' when appending to key or value. (skip_ws): Inverted test for whitespace. From-SVN: r26862
1999-05-10init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.Jason Merrill9-25/+63
* init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too. Don't bother wrapping an OFFSET_TYPE around unknown_type_node. (resolve_offset_ref): Don't handle a raw baselink. * cvt.c (build_expr_type_conversion): Likewise. * typeck.c (decay_conversion, build_c_cast, convert_for_assignment, convert_for_initialization): Likewise. * class.c (instantiate_type): Handle seeing a baselink under an OFFSET_REF. * error.c (dump_expr): Likewise. * pt.c (for_each_template_parm): Likewise. (resolve_overloaded_unification): Likewise. * tree.c (is_overloaded_fn, really_overloaded_fn): Likewise. * typeck.c (expr_sizeof): Also complain about other permutations of overloaded functions. From-SVN: r26861
1999-05-10optabs.c (emit_cmp_and_jump_insns): Handle the case where both operands to ↵Jeffrey A Law2-0/+14
the comparison are constants. * optabs.c (emit_cmp_and_jump_insns): Handle the case where both operands to the comparison are constants. From-SVN: r26860
1999-05-10RandomAccessFile.java (RandomAccessFile): Removed `FIXME' comment.Tom Tromey2-5/+8
* java/io/RandomAccessFile.java (RandomAccessFile): Removed `FIXME' comment. (readLine): Likewise. (readFully): Implemented. From-SVN: r26859
1999-05-10* java/lang/natObject.cc (sync_init): Use _Jv_AllocBytesChecked.Tom Tromey2-2/+3
From-SVN: r26858
1999-05-10natToolkit.cc: Added copyright header.Tom Tromey5-3/+25
* java/awt/natToolkit.cc: Added copyright header. * java/util/zip/InflaterInputStream.java: Added copyright header. * java/io/FilterWriter.java (FilterWriter): Removed `FIXME' comment. * java/io/SequenceInputStream.java (SequenceInputStream): Removed `FIXME' comment. (getNextStream): Likewise. From-SVN: r26857
1999-05-10ResourceBundle.java (partialGetBundle): Explicitly use locale.toString().Tom Tromey2-6/+7
* java/util/ResourceBundle.java (partialGetBundle): Explicitly use locale.toString(). (getBundle): Don't explicitly throw null pointer exception. From-SVN: r26856
1999-05-10RawData.java: Added copyright header.Tom Tromey3-8/+16
* gnu/gcj/RawData.java: Added copyright header. * include/jni.h (_Jv_va_list): Always define as va_list. From-SVN: r26855
1999-05-10configure, [...]: Rebuilt.Tom Tromey5-83/+168
* configure, Makefile.in: Rebuilt. * Makefile.am (EXTRA_LTLIBRARIES): New macro. (toolexeclib_LTLIBRARIES): Use @target_all@. * configure.in: Recognize --with-system-zlib. Subst target_all. From-SVN: r26854
1999-05-10check for Norcroft bug ; // comment remover portabilityBruce Korb2-4/+62
From-SVN: r26853
1999-05-09Daily bump.Jeff Law1-1/+1
From-SVN: r26852
1999-05-09use small single-precision values, to avoid problem on Alphas when not -mieeeCraig Burley2-2/+8
From-SVN: r26851
1999-05-09Add some transitive closureCraig Burley2-0/+32
From-SVN: r26850
1999-05-09standard-conforming error check for [de]time_.cDonn Terry3-2/+7
From-SVN: r26849
1999-05-09Handle ERROR_MARK inputCraig Burley4-0/+21
From-SVN: r26848
1999-05-09Correct bug-report address and point to the FAQHans-Peter Nilsson2-2/+8
From-SVN: r26847
1999-05-09gcse.c (cprop_insn): Do not try to simplify a simple jump.Jeff Law1-1/+3
8 * gcse.c (cprop_insn): Do not try to simplify a simple jump. From-SVN: r26846
1999-05-09gcse.c (cprop_insn): Do not try to simplify a simple jump.Jeff Law1-0/+4
� * gcse.c (cprop_insn): Do not try to simplify a simple jump. From-SVN: r26845