1. 12 Sep, 2002 25 commits
  2. 11 Sep, 2002 12 commits
    • install.texi: Fix typos. · 9026a957
      2002-09-11  Janis Johnson  <janis187@us.ibm.com>
      
      	* doc/install.texi: Fix typos.
      
      From-SVN: r57041
      Janis Johnson committed
    • Fix typo in last commit · b2196e8f
      From-SVN: r57038
      Zack Weinberg committed
    • Makefile.in: Remove all references to s-under and underscore.c. · 3fd9d606
      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… · 6e471ea7
      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
    • For PR java/5794: · 23114b69
      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
    • rs6000.c (rs6000_xcoff_asm_named_section): Append alignment to csect. · 5b5198f7
      	* 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
    • 2002-09-11 Michael Koch <konqueror@gmx.de> · b7caf8dd
      	* 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
    • Daily bump. · 35bb45c6
      From-SVN: r57028
      GCC Administrator committed
    • Makefile.am: Revert the previous patch. · 0fc76fb5
      2002-09-11  Matthias Klose  <doko@debian.org>
      
              * Makefile.am: Revert the previous patch.
              * Makefile.in: Regenerated.
      
      From-SVN: r57022
      Matthias Klose committed
    • [multiple changes] · 14516325
      
      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
    • Makefile.am (sources): Edit. · 38cca750
      
      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. · 77de9af2
      	* pa.md (extzv): Check predicates before emitting extzv_32.
      	(insv): Likewise.
      
      From-SVN: r57018
      John David Anglin committed
  3. 10 Sep, 2002 3 commits