- 12 May, 1999 13 commits
-
-
* expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED. (PRE_LOOKUP_SWITCH): Likewise for variable `match'. * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with ATTRIBUTE_UNUSED. * jcf-reader.c (get_attribute): Cast a value to long when comparing against a signed expression. Likewise. From-SVN: r26907
Kaveh R. Ghazi committed -
* lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR. From-SVN: r26906
Kaveh R. Ghazi committed -
* configure: Rebuilt. * configure.in: Look for -ldl when using the Boehm collector. Look for sched_yield in -lposix4. From-SVN: r26905
Tom Tromey committed -
* rs6000.c (print_operand) [w]: Calculate signed constant more clearly. (rs6000_allocate_stack_space): Print as hexadecimal value. * rs6000.h (CONST_OK_FOR_LETTER_P): 'L' checks for a signed, 16-bit shifted constant. Fix typo for 'P'. (EXTRA_CONSTARINT): 'T' checks for a 32-bit mask operand. * rs6000.md (movsi, addsi3_internal1, movdi, adddi3_internal1): Use 'L' for shifted constant. (anddi3_internal3): Fix typo. (32-bit mask patterns): Use 'T'. Co-Authored-By: Richard Henderson <rth@cygnus.com> From-SVN: r26904
David Edelsohn committed -
h * java/io/File.java (mkdirs): Handle a null parent directory. From-SVN: r26903
Per Bothner committed -
� * java/io/File.java (mkdirs): Handle a null parent directory. From-SVN: r26902
Per Bothner committed -
* include/javaprims.h: Updated namespace declarations. * classes.pl (scan): Uniquify class list. * Makefile.in, configure: Rebuilt. * Makefile.am (nat_source_files): Added natConcreteProcess.cc. (built_java_source_files): New macro. (nat_headers): Added built_java_source_files. (javao_files): Likewise. (EXTRA_libgcj_la_SOURCES): Likewise. (libgcj.zip): Create built class files. ($(built_java_source_files:.java=.class)): New target. (jv_convert_LDADD): Added -L$(here)/.libs. * configure.in: Create links for ConcreteProcess.java and natConcreteProcess.cc. * java/lang/Runtime.java (exec): Create a ConcreteProcess. * java/lang/natEcosProcess.cc: New file. * java/lang/EcosProcess.java: New file. * java/lang/PosixProcess.java: New file. * java/lang/natPosixProcess.cc: New file. From-SVN: r26901
Tom Tromey committed -
1999-05-12 Andrew Haley <aph@cygnus.com> * libjava.lang/Invoke_2.java: New file. From-SVN: r26900
Andrew Haley committed -
* configure.in (compiler_name): Don't do the skip-this-dir thing if we're reconfiguring. From-SVN: r26899
Jason Merrill committed -
From-SVN: r26898
Bruce Korb committed -
From-SVN: r26897
Craig Burley committed -
* java/net/PlainSocketImpl.java: Corrected copyright & header comments. * java/net/SocketImpl.java: Added marker for JDK 1.2 work. * java/net/natPlainSocketImpl.cc (bind): Throw BindException. (connect): Throw ConnectException. From-SVN: r26896
Warren Levy committed -
From-SVN: r26895
Jeff Law committed
-
- 11 May, 1999 18 commits
-
-
From-SVN: r26894
Jeffrey A Law committed -
inclhack.def (io_def_quotes): Consistently allow multiple whitespace 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
Jeffrey A Law committed -
* alpha.c (alpha_expand_block_move): Handle TImode registers used with ADDRESSOF. (alpha_expand_block_clear): Handle ADDRESSOF specially. From-SVN: r26892
Richard Henderson committed -
From-SVN: r26891
Ulrich Drepper committed -
From-SVN: r26890
Ulrich Drepper committed -
* 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
Tom Tromey committed -
From-SVN: r26888
Jim Blandy committed -
* 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
Jim Blandy committed -
* Makefile.in: Rebuilt. * Makefile.am (jv_convert_LDADD): Removed `-L.'; it is not needed and it causes problems with libtool. From-SVN: r26886
Tom Tromey committed -
* 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
Tom Tromey committed -
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
Andrew Haley committed -
* 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
Tom Tromey committed -
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
Dave Brolley committed -
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
Dave Brolley committed -
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
Vladimir Makarov committed -
From-SVN: r26879
Nick Clifton committed -
* 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
Jeffrey A Law committed -
From-SVN: r26877
Jeff Law committed
-
- 10 May, 1999 9 commits
-
-
From-SVN: r26876
Jeff Law committed -
* 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
Jim Wilson committed -
From-SVN: r26874
Jason Merrill committed -
From-SVN: r26873
Richard Henderson committed -
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
Zack Weinberg committed -
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu> * lang-specs.h: Pass -$ to the preprocessor. From-SVN: r26871
Zack Weinberg committed -
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
Dave Brolley committed -
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
Zack Weinberg committed -
From-SVN: r26868
Craig Burley committed
-