1. 07 Feb, 2001 14 commits
    • Document MD_INIT_BUILTINS, MD_EXPAND_BUILTIN · 4a1d48f6
      From-SVN: r39516
      Bernd Schmidt committed
    • Avoid scheduling builtin setjmp receivers · bcd7edfe
      From-SVN: r39515
      Bernd Schmidt committed
    • re PR java/1895 (Libjava: Arrays.sort doesn't work) · b3eda2ff
      	* java/util/Arrays.java: Removed "cmp" methods.
      	(qsort): Don't use "cmp".
      	(med3): Likewise.
      
      2001-02-07  Mark Benvenuto  <mcb54@columbia.edu>
      
      	* java/util/Arrays.java (qsort): Handle N value of 7 with insertion
      	sort. Fix for PR java/1895.
      
      From-SVN: r39514
      Bryce McKinlay committed
    • Daily bump. · d2add475
      From-SVN: r39513
      Jeff Law committed
    • Tweak for new preprocessor · 7b9c57d3
      From-SVN: r39512
      Alexandre Oliva committed
    • sh.md (reload_outsf): Removed. · c2d10707
      * config/sh/sh.md (reload_outsf): Removed.
      (movsf_ie): Introduce constraints for FPUL loads and stores.
      (reload_insf): Broaden the output constraint.
      
      From-SVN: r39511
      Alexandre Oliva committed
    • elfos.h (INT_ASM_OP): Don't define it if it's already defined. · 3dbd1134
      * config/elfos.h (INT_ASM_OP): Don't define it if it's already
      defined.
      * config/sh/sh.h (INT_ASM_OP, ASM_OUTPUT_CONSTRUCTOR,
      ASM_OUTPUT_DESTRUCTOR): Copy definitions from config/elfos.h.
      
      From-SVN: r39510
      Alexandre Oliva committed
    • acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locations too. · 64c8ea24
      
      2001-02-06  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library
      	install locations too.
      	* aclocal.m4: Regenerate.
      	* configure.in: Remove USE_LIBDIR.
      	* configure: Regenerate.
      	* src/Makefile.am (toolexecdir): Simplify, use
      	glibcpp_toolexecdir, glibcpp_toolexeclibdir.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am: Same.
      	* libsupc++/Makefile.in: Regenerate.
      
      	* src/Makefile.am: Just remove special rules for locale-inst.cc and
      	misc-inst.cc as no longer necessary.
      
      	Follow C++STYLE for naming non-static functions.
      	* include/bits/ostream.tcc (_S_pad_char): Not static, rename to
      	__pad_char.
      	* include/bits/streambuf.tcc: Same.
      	* include/bits/ostream.tcc: Same.
      	* include/bits/istream.tcc: Same.
      	* include/bits/locale_facets.tcc (_S_pad_numeric): To __pad_numeric.
      	(_S_output_float): To __output_float.
      	* include/bits/std_streambuf.h (_S_copy_streambufs): To
      	__copy_streambufs.
      	* include/bits/locale_facets.tcc (_S_build_float_format): To
      	__build_float_format.
      	(_S_format): To __output_integer.
      	(_S_fill): To __pad.
      	* src/locale.cc: Same.
      	* src/misc-inst.cc: Fix formatting. Fix signature for wchar_t. Correct
      	names.
      	* include/bits/locale_facets.tcc (_S_group_digits): To
      	__group_digits.
      	* src/locale-inst.cc: Fixup names. Add use_facet instantiations
      	for collate, numpunct.
      
      From-SVN: r39509
      Benjamin Kosnik committed
    • acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locations too. · 72ed2836
      
      2001-02-06  Benjamin Kosnik  <bkoz@fillmore.constant.com>
      
      	* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library
      	install locations too.
      	* aclocal.m4: Regeneate.
      	* configure.in: Remove USE_LIBDIR.
      	* configure: Regenerate.
      	* src/Makefile.am (toolexecdir): Simplify, use
      	glibcpp_toolexecdir, glibcpp_toolexeclibdir.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am: Same.
      	* libsupc++/Makefile.in: Regenerate.
      
      	* src/Makefile.am: Just remove special rules for locale-inst.cc and
      	misc-inst.cc as no longer necessary.
      
      	Follow C++STYLE for naming non-static functions.
      	* include/bits/ostream.tcc (_S_pad_char): Not static, rename to
      	__pad_char.
      	* include/bits/streambuf.tcc: Same.
      	* include/bits/ostream.tcc: Same.
      	* include/bits/istream.tcc: Same.
      	* include/bits/locale_facets.tcc (_S_pad_numeric): To __pad_numeric.
      	(_S_output_float): To __output_float.
      	* include/bits/std_streambuf.h (_S_copy_streambufs): To
      	__copy_streambufs.
      	* include/bits/locale_facets.tcc (_S_build_float_format): To
      	__build_float_format.
      	(_S_format): To __output_integer.
      	(_S_fill): To __pad.
      	* src/locale.cc: Same.
      	* src/misc-inst.cc: Fix formatting. Fix signature for wchar_t. Correct
      	names.
      	* include/bits/locale_facets.tcc (_S_group_digits): To
      	__group_digits.
      	* src/locale-inst.cc: Fixup names. Add use_facet instantiations
      	for collate, numpunct.
      
      From-SVN: r39508
      Benjamin Kosnik committed
    • typeck.c (build_prim_array_type): Added leading comment. · c00dd14e
      2001-02-05  Jeff Sturm  <jeff.sturm@commerceone.com>
      	    Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* typeck.c (build_prim_array_type): Added leading comment.
      	(build_java_array_type): Moved locals out of
      	block. Always create the `data' field, fixed alignment to match
      	C++.
      
      (http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00378.html)
      
      Co-Authored-By: Alexandre Petit-Bianco <apbianco@cygnus.com>
      
      From-SVN: r39507
      Jeff Sturm committed
    • final.c: Revert back my previous changes. · 8480e480
              * final.c: Revert back my previous changes.
              * output.h: Make profile_label_no extern.
              * config/rs6000/rs6000.c (output_profile_hook): Use standard functions
              for generating label.
      
      From-SVN: r39506
      Chandrakala Chavva committed
    • * configure: Output host type to stdout, not stderr. · 7739adfb
      From-SVN: r39505
      Ben Elliston committed
    • djgpp.h: Add comments about standard paths. · df447210
      * config/i386/djgpp.h: Add comments about standard paths.
      (MD_EXEC_PREFIX): Undefine before defining.
      (MD_STARTFILE_PREFIX): New.
      
      From-SVN: r39504
      Laurynas Biveinis committed
    • configopts.html: Fix HTML markup. · 222bb619
      2001-02-06  Phil Edwards  <pme@sources.redhat.com>
      
      	* docs/html/configopts.html:  Fix HTML markup.
      	* docs/html/install.html:  Bring up to date.
      	* docs/html/17_intro/C++STYLE:  Add global variable conventions.
      	* docs/html/21_strings/howto.html:  More notes.
      	* docs/html/22_locale/howto.html:  Fix HTML markup.
      	* docs/html/27_io/howto.html:  More notes.
      	* docs/html/27_io/binary_iostreams_kanze.txt:  New file.
      	* docs/html/27_io/binary_iostreams_kuehl.txt:  New file.
      
      From-SVN: r39503
      Phil Edwards committed
  2. 06 Feb, 2001 26 commits