summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * java/awt/natToolkit.cc: Added copyright header.tromey1999-05-105-3/+25
| | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26857 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/util/ResourceBundle.java (partialGetBundle): Explicitly usetromey1999-05-102-6/+7
| | | | | | | | locale.toString(). (getBundle): Don't explicitly throw null pointer exception. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26856 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/gcj/RawData.java: Added copyright header.tromey1999-05-103-8/+16
| | | | | | | * include/jni.h (_Jv_va_list): Always define as va_list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26855 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure, Makefile.in: Rebuilt.tromey1999-05-105-83/+168
| | | | | | | | | * Makefile.am (EXTRA_LTLIBRARIES): New macro. (toolexeclib_LTLIBRARIES): Use @target_all@. * configure.in: Recognize --with-system-zlib. Subst target_all. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26854 138bc75d-0d04-0410-961f-82ee72b054a4
* check for Norcroft bug ; // comment remover portabilitykorbb1999-05-102-4/+62
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26853 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-05-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26852 138bc75d-0d04-0410-961f-82ee72b054a4
* use small single-precision values, to avoid problem on Alphas when not -mieeeburley1999-05-092-2/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26851 138bc75d-0d04-0410-961f-82ee72b054a4
* Add some transitive closureburley1999-05-092-0/+32
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26850 138bc75d-0d04-0410-961f-82ee72b054a4
* standard-conforming error check for [de]time_.cburley1999-05-093-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26849 138bc75d-0d04-0410-961f-82ee72b054a4
* Handle ERROR_MARK inputburley1999-05-094-0/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26848 138bc75d-0d04-0410-961f-82ee72b054a4
* Correct bug-report address and point to the FAQburley1999-05-092-2/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26847 138bc75d-0d04-0410-961f-82ee72b054a4
* 8law1999-05-091-1/+3
| | | | | | | * gcse.c (cprop_insn): Do not try to simplify a simple jump. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26846 138bc75d-0d04-0410-961f-82ee72b054a4
* law1999-05-091-0/+4
| | | | | | | * gcse.c (cprop_insn): Do not try to simplify a simple jump. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26845 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch ifrearnsha1999-05-092-0/+7
| | | | | | | necessary. Reported by jim@federated.com. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26844 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-05-091-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26843 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/text/DateFormat.java (computeInstance): Separate timegreen1999-05-086-13/+148
| | | | | | | | | | | | | and date styles. (getDateTimeInstance): Ditto. (getDateTimeInstance(int,int)): New method. * Makefile.in: Rebuilt. * Makefile.am (ordinary_java_source_files): Add new classes. * java/util/PropertyResourceBundle.java: New file. * gnu/gcj/util/EnumerationChain.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26842 138bc75d-0d04-0410-961f-82ee72b054a4
* * pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for thelaw1999-05-083-3/+10
| | | | | | | | | base register in an absolute memory address. * pa.md (conditional moves): Avoid using immediate zero for register zero. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26841 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to findrth1999-05-086-14/+39
| | | | | | | | | | | | the constant to test. Don't XFAIL 64-bit targets. * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha. * g++.old-deja/g++.law/profile1.C: Likewise. * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all operator new instances. * g++.old-deja/g++.other/delete5.C: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26840 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arm/arm.h (NEED_PLT_GOT): New macro. Set to 0 if notrearnsha1999-05-085-6/+33
| | | | | | | | | | | | already defined. * config/arm/elf.h (NEED_PLT_GOT): Define to flag_pic. * config/arm/arm.md (call_symbol, call_value_symbol et al.): If NEED_PLT_GOT is true, add explicit "(PLT)" to generated branches. * config/arm/arm.c (output_func_epilogue, output_return_instruction): Likewise for calls to abort. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26839 138bc75d-0d04-0410-961f-82ee72b054a4
* Donn Terry (donn@interix.com)rth1999-05-082-4/+19
| | | | | | | | * calls.c (rtx_for_function_call): Extend function pointer being passed to chkr_check_exec_libfunc, if needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26838 138bc75d-0d04-0410-961f-82ee72b054a4
* David Edelsohn <edelsohn@gnu.org>rth1999-05-083-0/+12
| | | | | | | | | * ginclude/stdarg.h (__va_rounded_size): Use long type for rounding on AIX. * ginclude/varargs.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26837 138bc75d-0d04-0410-961f-82ee72b054a4
* * invoke.texi: Remove duplicates in the description of -drth1999-05-082-15/+12
| | | | | | | letters. Fix use of @item vs. @itemx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26836 138bc75d-0d04-0410-961f-82ee72b054a4
* Franz Sirl <Franz.Sirl-kernel@lauterbach.com>rth1999-05-084-18/+20
| | | | | | | | | | | | * rs6000.h (RS6000_VARARGS_OFFSET): Die die die. (CUMULATIVE_ARGS): Remove varargs_offset; update commentary. * rs6000.c (setup_incoming_varargs): Fix typo last change. (init_cumulative_args): Remove varargs_offset references. * rs6000/linux.h (NO_IMPLICIT_EXTERN_C): Define. (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Undefine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26835 138bc75d-0d04-0410-961f-82ee72b054a4
* * reload1.c (gen_mode_int): New function.rth1999-05-082-4/+30
| | | | | | | (reload_cse_move2add): Use it to generate the new constants. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26834 138bc75d-0d04-0410-961f-82ee72b054a4
* * varasm.c (output_constant): Do nothing if -fsyntax-only.rth1999-05-082-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26833 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-05-081-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26832 138bc75d-0d04-0410-961f-82ee72b054a4
* Update robertl's email address.robertl1999-05-071-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26831 138bc75d-0d04-0410-961f-82ee72b054a4
* * acconfig.h (GCJVERSION): New undef.tromey1999-05-079-234/+1017
| | | | | | | | | | | | * java/lang/natSystem.cc (init_properties): Define java.version, java.class.version, os.name, os.arch, os.version. Include <sys/utsname.h> if required. * configure: Rebuilt. * configure.in: Compute and define GCJVERSION. * java/lang/natSystem.cc (default_file_encoding): Now static. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26830 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/natCharacter.cc (isLowerCase): Use a binary search.tromey1999-05-072-3/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26829 138bc75d-0d04-0410-961f-82ee72b054a4
* * libtool-version: New file.tromey1999-05-074-4/+71
| | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (libgcj_la_LDFLAGS): Use -version-info, not -release. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26828 138bc75d-0d04-0410-961f-82ee72b054a4
* * mauve-libgcj: Don't omit Utf8Encoding or StringTest.tromey1999-05-072-7/+10
| | | | | | | | Comment out FieldPosition, ParsePosition, and SimpleDateFormat again (oops). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26827 138bc75d-0d04-0410-961f-82ee72b054a4
* * mauve-libgcj: Test more from java.text. Don't mention 1.1 teststromey1999-05-072-6/+8
| | | | | | | (we pick those up already). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26826 138bc75d-0d04-0410-961f-82ee72b054a4
* Fri May 7 19:10:15 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>vmakarov1999-05-072-0/+23
| | | | | | | | | * sparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing for TFmode when there are no instructions which accept REG+REG instructions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26825 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix mips16 libstdc++ builds. Fix inconsistency from Apr 7 change.wilson1999-05-074-4/+27
| | | | | | | | | | | * mips/elf64.h (MAKE_DECL_ONE_ONLY, UNIQUE_SECTION_P): Define. * mips/mips.c (mips_select_rtx_section): When TARGET_MIPS16, use function_section instead of text_section. * mips/mips.h (ENCODE_SECTION_INFO): Add check for UNIQUE_SECTION_P in TARGET_MIPS16 STRING_CST handling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26824 138bc75d-0d04-0410-961f-82ee72b054a4
* DESTDIR is already trimmed to the correct directorykorbb1999-05-072-1/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26823 138bc75d-0d04-0410-961f-82ee72b054a4
* fix memory leak in run_compileskorbb1999-05-072-6/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26822 138bc75d-0d04-0410-961f-82ee72b054a4
* Update.drepper1999-05-071-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26821 138bc75d-0d04-0410-961f-82ee72b054a4
* (class basic_string::Rep): Make release member function thread-safe fordrepper1999-05-071-0/+27
| | | | | | | ix86 (x>=4) and UltraSPARC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26820 138bc75d-0d04-0410-961f-82ee72b054a4
* Update.drepper1999-05-072-2/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26819 138bc75d-0d04-0410-961f-82ee72b054a4
* Make it possible to compile with __USE_MALLOC.drepper1999-05-072-2/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26818 138bc75d-0d04-0410-961f-82ee72b054a4
* Apply patch from Nick Burrett <nick.burrett@btinternet.com>nickc1999-05-076-11/+81
| | | | | | | to implementn -mpoke-function-name git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26817 138bc75d-0d04-0410-961f-82ee72b054a4
* newjason1999-05-074-1/+45
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26816 138bc75d-0d04-0410-961f-82ee72b054a4
* * init.c (resolve_offset_ref): Don't return a raw method.jason1999-05-074-61/+79
| | | | | | | | | | | | | | | | | Use BASELINK_P. * typeck.c (decay_conversion): Don't handle a raw method. Resolve all OFFSET_REFs. (get_member_function_from_ptrfunc): 0 is a valid vtable index. (build_binary_op_nodefault): Handle resolving overloaded fns. Use same_type_p for pmf bits. Don't use build_binary_op to compare raw pointers to methods. (convert_for_assignment): Check for OFFSET_REF, not OFFSET_TYPE, to decide when to call resolve_offset_ref. (build_c_cast, convert_for_initialization): Likewise. * cvt.c (build_expr_type_conversion): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26815 138bc75d-0d04-0410-961f-82ee72b054a4
* don't \-escape the cd command + format fixkorbb1999-05-071-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26814 138bc75d-0d04-0410-961f-82ee72b054a4
* don't \\-escape the cd command + format fixkorbb1999-05-071-4/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26813 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-05-071-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26812 138bc75d-0d04-0410-961f-82ee72b054a4
* * resource.c (mark_referenced_resources): Make volatilmmitchel1999-05-062-5/+11
| | | | | | | | monotonically increasing. (mark_set_resources): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26811 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix tege's address.law1999-05-061-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26810 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typo. redudant -> redundantlaw1999-05-061-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26809 138bc75d-0d04-0410-961f-82ee72b054a4
* Fred Fish <fnf@be.com>rth1999-05-064-4/+11
| | | | | | | | | | * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list. * getruntime.c: Only attempt to include sys/resource.h and use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H are defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26808 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud