- 11 Sep, 2002 11 commits
-
-
From-SVN: r57038
Zack Weinberg committed -
gcc: * Makefile.in: Remove all references to s-under and underscore.c. * collect2.c, tlink.c: Change all uses of prepends_underscore to look directly at USER_LABEL_PREFIX. gcc/cp: * Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c, and c++filt from cxxfilt.o + version.o + $(LIBDEPS). * cxxfilt.c: New file: split from libiberty/cplus-dem.c, with minor adjustments (use version_string, eliminate yet another duplicate of xmalloc) libiberty: * cplus-dem.c: Code code under #ifdef MAIN moved to gcc/cp/cxxfilt.c. * testsuite/Makefile.in: Adjust for test-demangle. * testsuite/regress-demangle: Deleted. * testsuite/test-demangle.c: New file. * testsuite/demangle-expected: Change \$ to $ throughout, now that this file is not being read by a shell script. From-SVN: r57037
Zack Weinberg committed -
parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant to the type of the field. 2002-09-11 Per Bothner <per@bothner.com> * parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant to the type of the field. (java_complete_tree): Remove now-redundant code. * parse.y (fold_constant_for_init): 'null' is not a constant expr. From-SVN: r57036
Per Bothner committed -
2002-09-03 Jesse Rosenstock <jmr@ugcs.caltech.edu> For PR java/5794: * verify.c (verify_jvm_instructions) [OPCODE_jsr]: Only push the return label if a ret instruction for the jsr has been reached. From-SVN: r57035
Jesse Rosenstock committed -
* config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Append alignment to csect. (rs6000_xcoff_unique_section): Only set section name for public data. (rs6000_xcoff_section_type_flags): Store log2 alignment in flags. * config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove duplicate definition. From-SVN: r57034
David Edelsohn committed -
* java/net/Socket.java (Socket): protected to public (since JDK 1.4). Added @specnote. (bind): New method. (connect): Two new methods. (getKeepalive): Get correct socket option. (setKeepalive): Set correct socket option. (getOOBInline): New method. (setOOBInline): New method. * java/net/ServerSocket.java (bind): Two new methods. (getInetAddress): Reimplemented, catch exception. (getLocalSocketAddress): New method. (setReuseAddress): New method. (getReuseAdress): New method. (setReceiveBufferSize): New method. (getReceiveBufferSize): New method. (toString): Made string JDK 1.4 compliant. From-SVN: r57032
Michael Koch committed -
From-SVN: r57028
GCC Administrator committed -
2002-09-11 Matthias Klose <doko@debian.org> * Makefile.am: Revert the previous patch. * Makefile.in: Regenerated. From-SVN: r57022
Matthias Klose committed -
2002-09-11 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.tcc (__convert_from_v): Remove. * config/locale/gnu/c_locale.h (__convert_from_v): Add. * config/locale/generic/c_locale.h (__convert_from_v): Add. 2002-09-11 Paolo Carlini <pcarlini@unitus.it> * include/bits/locale_facets.tcc (__convert_from_v): Use __uselocale instead of setlocale for glibc 2.3+. From-SVN: r57021
Benjamin Kosnik committed -
2002-09-10 Benjamin Kosnik <bkoz@redhat.com> * src/Makefile.am (sources): Edit. (target_sources): New. (target_sources_extra): New. * src/Makefile.in: Regenerate. * acinclude.m4: Set CCODECVT_CC. * aclocal.m4: Regenerate. * configure: Regenerate. * src/locale.cc: Move ctype definitions... * src/ctype.cc: ...here. New file. * src/locale.cc: Move codecvt definitions... * src/codecvt.cc: ...here. * config/generic/codecvt_members.cc: ...and here. * config/gnu/codecvt_members.cc: ...and here. * include/bits/codecvt.h: Tweak. * include/bits/locale_facets: Tweak. * src/bitset.cc: Correct license text. * src/concept-inst.cc: Same. * src/strstream.cc: Same. * src/vterminate.cc: Same. From-SVN: r57020
Benjamin Kosnik committed -
* 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 10 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
-