- 11 Sep, 2002 1 commit
-
-
* pa.md (extzv): Check predicates before emitting extzv_32. (insv): Likewise. From-SVN: r57018
John David Anglin committed
-
- 10 Sep, 2002 19 commits
-
-
stl_vector.h (vector<>): Don't use a name with different meanings before and after re-evaluation in the... 2002-09-10 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net> * include/bits/stl_vector.h (vector<>): Don't use a name with different meanings before and after re-evaluation in the completed scope. * include/bits/basic_string.h (basic_string<>): Likewise. * include/bits/stl_bvector.h (vector<bool>): Likewise. * include/bits/stl_deque.h (std): Likewise. * include/bits/stl_list.h (list<>): Likewise. * include/bits/stl_tree.h (_Rb_tree<>): Likewise. From-SVN: r57014
Gabriel Dos Reis committed -
2002-09-10 Matthias Klose <doko@debian.org> * fastjar.texi: New. * Makefile.am: Support building info docs and manpages. * Makefile.in: Regenerated. * configure.in: Set gcc_version. * configure: Regenerated. * jargrep.c: Update usage and help strings. From-SVN: r57013
Matthias Klose committed -
* gcc.dg/struct-ret-1.c: Add prototype for exit function and correct usage. From-SVN: r57012
John David Anglin committed -
2002-09-10 Paolo Carlini <pcarlini@unitus.it> * include/bits/codecvt.h (class __codecvt_abstract_base): Add __c_locale type _M_c_locale_codecvt member. (class codecvt<char, char, mbstate_t>, class codecvt<wchar_t, char, mbstate_t>): Add new codecvt(__c_locale, size_t) constructor. (codecvt_byname::codecvt_byname): Update. * src/codecvt.cc (class codecvt<char, char, mbstate_t>, class codecvt<wchar_t, char, mbstate_t>): Update codecvt(size_t) constructor and ~codecvt() destructor; define codecvt(__c_locale, size_t) constructor. (codecvt::do_out): Switch to _M_c_locale_codecvt around wcsrtombs call. (codecvt::do_in): Ditto for mbsrtowcs call. * src/localename.cc (locale::_Impl::_Impl(const char*, size_t)): Tweak construction of codecvt facets. From-SVN: r57011
Paolo Carlini committed -
* config/s390/s390.h (MOVE_MAX): Define to correct value. (MAX_MOVE_MAX): Define. (MOVE_BY_PIECES_P): Define. (CLEAR_BY_PIECES_P): Define. From-SVN: r57010
Ulrich Weigand committed -
* java/net/SocketImpl.java (connect): New method. (supportsUrgentData): New method. (sendUrgentData): New method. * java/net/PlainSocketImpl.java (connect): One new method and two new implementation. (sendUrgentData): New method. * java/natPlainSocketImpl.cc (connect): Arguments changed, added support for timeouts. (getOption): Another __java_boolean to jboolean. From-SVN: r57009
Michael Koch committed -
From-SVN: r57008
Denis Chertykov committed -
From-SVN: r57007
Richard Earnshaw committed -
PR c/7873 * arm.md (insv): Use reg_or_int_operand for operand[3]. From-SVN: r57006
Richard Earnshaw committed -
* rs6000.c (rs6000_assemble_visibility): Protect declaration inside macro. Correct function definition typo. (rs6000_xcoff_section_type_flags): New function. (TARGET_SECTION_TYPE_FLAGS): Remove definition. (rs6000_elf_section_type_flags): Call default_section_type_flags_1 with appropriate PIC test. (rs6000_xcoff_select_section): Use decl_readonly_section_1 to determine readonly. (rs6000_binds_local_p): Combine PIC flags. * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define. * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define. From-SVN: r57005
David Edelsohn committed -
From-SVN: r57004
Andreas Jaeger committed -
2002-09-10 Frank Ch. Eigler <fche@redhat.com> * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call. From-SVN: r57003
Frank Ch. Eigler committed -
2002-09-10 Frank Ch. Eigler <fche@redhat.com> * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call. From-SVN: r57002
Frank Ch. Eigler committed -
2002-09-10 Jan Hubicka <jh@suse.cz> * nil_method.c (nil_method): No longer varardic. From-SVN: r57001
Jan Hubicka committed -
From-SVN: r57000
GCC Administrator committed -
[[Split portion of a mixed commit.]] From-SVN: r56999.3
GCC Administrator committed -
* print-tree.c (print_node): In a STRING_CST, escape non-ascii characters, and only print TREE_STRING_LENGTH chars. From-SVN: r56994
Per Bothner committed -
From-SVN: r56993
Andreas Jaeger committed -
* include/bits/locale_facets.tcc (__convert_from_v): Replace strdup with ISO malloc and strcpy. From-SVN: r56991
Danny Smith committed
-
- 09 Sep, 2002 19 commits
-
-
* config/ia64/hpux.h (TARGET_HPUX_LD): New, define true. (ASM_FILE_END) New. * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false. * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New. * config/ia64/ia64.c (ia64_asm_output_external): Create list of external functions if TARGET_HPUX_LD is true. (ia64_hpux_add_extern_decl): New, routine to put names on list of external functions. (ia64_hpux_asm_file_end): Put out declarations for external functions if and only if they are used. From-SVN: r56986
Steve Ellcey committed -
* pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage on TARGET_64BIT before pic register restore. From-SVN: r56985
John David Anglin committed -
* jartool.c (mkdir): Define. * config.h.in: Rebuilt. * aclocal.m4, configure: Rebuilt. * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF, gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from aclocal.m4. From-SVN: r56983
Tom Tromey committed -
From-SVN: r56981
Tim Josling committed -
Fix PR web/7596: * ffe.texi (Front End): Fix broken links. * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of www.gnu.org for onlinedocs. * news.texi (News): Ditto. From-SVN: r56980
Gerald Pfeifer committed -
2002-09-09 Benjamin Kosnik <bkoz@redhat.com> * docs/html/configopts.html: Change grouping. Note ABI impacts. Update information for locale model defaults. * docs/html/install.html: Update include directory information. Update testing information. Update linux issues for named locales. * docs/html/abi.txt: Fix typos. Add more info. * src/misc-inst.cc: Add missing instantiations. * testsuite/abi_check.cc: Make output results more verbose. * config/os/gnu-linux/ctype_base.h: Remove shadow headers injections. From-SVN: r56979
Benjamin Kosnik committed -
* doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description. (TARGET_HAVE_TLS): New description. From-SVN: r56978
David Edelsohn committed -
2002-09-09 Janis Johnson <janis187@us.ibm.com> * doc/extend.texi (Statement Exprs): Fix broken link. From-SVN: r56976
Janis Johnson committed -
* config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for right conversion of operands[1]. From-SVN: r56975
Denis Chertykov committed -
* config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as commutative. Use "nonimmediate_operand" instead of "register_operand" as predicate for operand 0. Move to after the "*tmXX_mem" insns. ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark as commutative. ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not mark as commutative. Use "nonimmediate_operand" instead of "register_operand" as predicate for operand 1. ("movstrictsi"): Fix typo in insn name. From-SVN: r56974
Ulrich Weigand committed -
2002-09-09 Ranjit Mathew <rmathew@hotmail.com> * parse.y (DIR_SEPARATOR): Don't define. (check_class_interface_creation): Use IS_DIR_SEPARATOR. From-SVN: r56973
Ranjit Mathew committed -
2002-09-09 Jan Hubicka <jh@suse.cz> * i386.c (index_register_operand): New. * i386.h (predicate_codes): Add new predicate. * i386.md (lea_general_*): Use index_regsiter_operand (ashift to lea splitter): Do not produce invalid leas (ashift to mov+ashift split): New. From-SVN: r56970
Jan Hubicka committed -
From-SVN: r56969
Nick Clifton committed -
2002-09-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com> J"orn Rennecke <joern.rennecke@superh.com> * sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits. Co-Authored-By: J"orn Rennecke <joern.rennecke@superh.com> From-SVN: r56968
Toshiyasu Morita committed -
From-SVN: r56967
GCC Administrator committed -
[[Split portion of a mixed commit.]] From-SVN: r56966.3
GCC Administrator committed -
* config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool. (function_ok_for_sibcall): Use binds_local_p. Respect longcall attributes. From-SVN: r56961
Alan Modra committed -
From-SVN: r56960
Kaveh R. Ghazi committed -
From-SVN: r56959
Kaveh R. Ghazi committed
-
- 08 Sep, 2002 1 commit
-
-
* dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli. (DW_OP_GNU_push_tls_address): New. (DW_OP_lo_user): Fix. * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New. (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes. (size_of_loc_descr): Likewise. (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr. (add_AT_location_description): Take a dw_loc_descr_ref not an rtx. (loc_descriptor_from_tree): Handle TLS variables. (rtl_for_decl_location): Do avoid_constant_pool_reference here ... (add_location_or_const_value_attribute): ... not here. Defer to loc_descriptor_from_tree for TLS variables. * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New. * config/i386/i386.c (i386_output_dwarf_dtprel): New. * config/i386/i386-protos.h: Update. From-SVN: r56957
Richard Henderson committed
-