1. 09 Dec, 2000 13 commits
  2. 08 Dec, 2000 21 commits
    • Add - before rms to be more portable. · 5a2eb52b
      From-SVN: r38142
      Mike Stump committed
    • configure.in: Don't define INSTALL_INFO. · 17db6582
      	* configure.in: Don't define INSTALL_INFO.
      	* configure: Regenerate.
      	* Makefile.in (INSTALL_INFO): Remove.
      	(info): Depend on info files in source directory.
      	(cpp.info, gcc.info, c-tree.info): Build info files in source
      	directory.
      	(distclean): Don't remove info files.
      	(maintainer-clean): Remove info files from source directory.
      	(install-normal): Depend on install-info.
      	(install-info): Install info files from source directory, if they
      	exist.
      	* texinfo.tex: Update to version 2000-11-09.08 from ftp.gnu.org.
      
      ch:
      	* Make-lang.in (CHILL.info): Depend on info files in source
      	directory.
      	(ch/chill.info): Build info files in source directory.
      	(CHILL.install-info): Install info files from source directory.
      
      f:
      	* Make-lang.in (f77.info): Depend on info files in source
      	directory.
      	(f/g77.info): Build info files in source directory; don't build
      	them unless BUILD_INFO is "info".
      	(f77.install-info): Install info files from source directory.
      
      From-SVN: r38141
      Joseph Myers committed
    • lcm.c (optimize_mode_switching): Check whether an insn is a NOTE before taking… · 25fa8bdc
      lcm.c (optimize_mode_switching): Check whether an insn is a NOTE before taking its NOTE_LINE_NUMBER.
      
      * lcm.c (optimize_mode_switching): Check whether an insn is a NOTE
      before taking its NOTE_LINE_NUMBER.
      
      From-SVN: r38140
      Alexandre Oliva committed
    • From Phil Edwards: · 583e347f
      	* configure: Rebuilt.
      	* configure.in: Use echo, not `:', to create .d files.
      
      From-SVN: r38139
      Tom Tromey committed
    • acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New conditional, GLIBCPP_BUILD_LIBIO, true… · 85a011b0
      acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New conditional, GLIBCPP_BUILD_LIBIO, true iff building libio.
      
      2000-12-08  Phil Edwards  <pme@sources.redhat.com>
      
      	* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO):  New conditional,
      	  GLIBCPP_BUILD_LIBIO, true iff building libio.
      	* libio/Makefile.am:  Use; set noinst_LTLIBRARIES empty if false.
      	* aclocal.m4:  Regenerated.
      	* config.h.in:  Regenerated.
      	* configure:  Regenerated.
      	* libio/Makefile.in:  Regenerated.
      	* libmath/Makefile.in:  Regenerated.
      
      From-SVN: r38138
      Phil Edwards committed
    • Fix spelling typo · a7cf60a2
      From-SVN: r38137
      Nick Clifton committed
    • libffi closures for Alpha · 29fe0479
      From-SVN: r38136
      Richard Henderson committed
    • Add pool ranges to load_indirect_jump pattern · 859230d4
      From-SVN: r38135
      Nick Clifton committed
    • Add support for interrupt function attribute · 6d3d9133
      From-SVN: r38134
      Nick Clifton committed
    • StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper… · d5323b99
      StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper check of offset can be done.
      
      	* java/lang/StringBuffer.java (insert(int,char[])): Avoid
      	NullPointerException so proper check of offset can be done.
      
      From-SVN: r38132
      Warren Levy committed
    • FileInputStream.java (close): Check if the fd is valid. · be17b0fc
      	* java/io/FileInputStream.java (close): Check if the fd is valid.
      	* java/io/RandomAccessFile.java (close): Ditto.
      	* java/net/PlainDatagramSocketImpl.java (close): Ditto.
      	* java/net/PlainSocketImpl.java (close): Ditto.
      
      From-SVN: r38131
      Warren Levy committed
    • fp-bit.c (_fpmul_parts): Use USItype variables as inputs for multiplies. · cf9f5da0
      	* fp-bit.c (_fpmul_parts): Use USItype variables as inputs
      	for multiplies.
      
      From-SVN: r38130
      J"orn Rennecke committed
    • Daily bump. · 7213219e
      From-SVN: r38129
      Jeff Law committed
    • Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ctanhl, ctanl. · 0ba2a514
      	* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl,
      	cexpl, clog10l, csinhl, ctanhl, ctanl.
      	(EXTRA_DIST): Remove ccos, ccosf, csin, csinf, ccosh, ccoshf,
      	csing, csinhf, clog10, clog10f, ctan, ctanf, ctanh, ctanhf.
      	* libmath/Makefile.in: Regenarate.
      	* libmath/ccos.c: Remove.
      	* libmath/ccosf.c: Likewise.
      	* libmath/ccosl.c: Likewise.
      	* libmath/csin.c: Likewise.
      	* libmath/csinf.c: Likewise.
      	* libmath/csinl.c: Likewise.
      	* libmath/ctan.c: Likewise.
      	* libmath/ctanf.c: Likewise.
      	* libmath/ctanl.c: Likewise.
      	* libmath/ccosh.c: Likewise.
      	* libmath/ccoshf.c: Likewise.
      	* libmath/ccoshl.c: Likewise.
      	* libmath/csinh.c: Likewise.
      	* libmath/csinhf.c: Likewise.
      	* libmath/csinhl.c: Likewise.
      	* libmath/ctanh.c: Likewise.
      	* libmath/ctanhf.c: Likewise.
      	* libmath/ctanhl.c: Likewise.
      	* libmath/cexp.c: Likewise.
      	* libmath/cexpf.c: Likewise.
      	* libmath/cexpl.c: Likewise.
      	* libmath/clog10.c: Likewise.
      	* libmath/clog10f.c: Likewise.
      	* libmath/clog10l.c: Likewise.
      	* libmath/complex-stub.h: Remove forward declaration of functions
      	mentioned above.
      
      	* include/bits/std_complex.h(tan, tanh): Define primary templates.
      	(complex<>): Remove friend declarations for tan<> and tanh<>.
      	* src/complex.cc(tan, tanh): Remove specializations.
      
      	* acinclude.m4: Remove check for ccos, ccosf, ccosl, ccosh,
      	ccoshf, ccoshl,	csin, csinf, csinl, csinh, csinhf, csinhl, cexp,
      	cexpf, cexpl, ctan, ctanf, ctanl, ctanh, ctanhf, ctanhl.
      	* aclocal.m4: Regenarate.
      	* configure: Regenarate.
      
      From-SVN: r38128
      Gabriel Dos Reis committed
    • acinclude.m4: Don't forget to remove check for cpowl as it is no longer needed... · ecddf6a8
      	* acinclude.m4: Don't forget to remove check for cpowl as it is no
      	longer needed, nor is the corresponding stub existent.
      	* aclocal.m4: Regenarate.
      	* configure: Regenarate.
      
      From-SVN: r38127
      Gabriel Dos Reis committed
    • * Makefile.in (local-distclean): Remove leftover built files. · 5e59997c
      From-SVN: r38126
      Mike Stump committed
    • * Makefile.in (distclean): Remove alloca.c hashtab.c. · 2e35898e
      From-SVN: r38125
      Mike Stump committed
    • safe-ctype.h: New file. · f6bbde28
      include:
      	* safe-ctype.h: New file.
      libiberty:
      	* safe-ctype.c: New file.
      	* Makefile.in (CFILES): Add safe-ctype.c.
      	(REQUIRED_OFILES): Add safe-ctype.o.
      
      	* argv.c: Define ISBLANK and use it, not isspace.
      	* basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
      	strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h.  Use
      	uppercase ctype macros.  Don't test ISUPPER(c)/ISLOWER(c)
      	before calling TOLOWER(c)/TOUPPER(c).
      gcc:
      	* Makefile.in (HOST_RTL): Add safe-ctype.o.
      	(safe-ctype.o): New rule.
      	* system.h: Include safe-ctype.h, not ctype.h.  No need to
      	wrap ctype macros.
      
      	* cpphash.h: Zap IStable and related macros.  Define is_* in
      	terms of safe-ctype.h macros.
      	* cppinit.c: Delete the IStable and all related code.
      
      	* tradcpp.c: Delete is_idchar, is_idstart, is_hor_space, and
      	is_space arrays.  Delete initialize_char_syntax.  Change all
      	references to the above arrays to use macros instead.
      	* tradcpp.h: Define is_idchar, is_idstart, is_space, and
      	is_nvspace in terms of safe_ctype.h's macros.
      	* tradcif.y: is_idchar, is_idstart are macros not arrays.
      
      	* config/i370/i370.c, config/winnt/dirent.c,
      	config/winnt/fixinc-nt.c, config/winnt/ld.c:
      	Use uppercase ctype macros.  If we included ctype.h,
      	include safe-ctype.h instead.
      
      	* fixinc/fixfixes.c: Use uppercase ctype macros.  Don't test
      	ISLOWER(c) before calling TOUPPER(c).
      	* fixinc/fixincl.c (extract_quoted_files): Simplify out some gunk.
      	* fixinc/gnu-regex.c: Include safe-ctype.h, not ctype.h.  No need to
      	wrap ctype macros.  Don't test ISUPPER(x) before calling TOLOWER(x).
      gcc/ch:
      	* lex.c: Don't bother checking whether ISUPPER(c) before
      	calling TOLOWER(c).  Don't bother checking whether isascii(c)
      	before testing ISSPACE(c); ISSPACE(c) includes '\n'.
      gcc/f:
      	* Make-lang.in: Link f/fini with safe-ctype.o.
      	* bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
      	* com.c: Use TOUPPER, not ffesrc_toupper.
      	* fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
      	* intrin.c: Don't test IN_CTYPE_DOMAIN(c).
      	* src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
      	initializing code; use TOUPPER and TOLOWER instead of
      	ffesrc_toupper and ffesrc_tolower.
      	* src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
      	Don't define ffesrc_toupper or ffesrc_tolower.
      gcc/java:
      	* jvgenmain.c: Use ISPRINT not isascii.
      
      From-SVN: r38124
      Zack Weinberg committed
    • * g++.old-deja/g++.other/eh3.C: New testcase. · f3588f1a
      From-SVN: r38123
      Geoffrey Keating committed
    • c-decl.c (grokdeclarator): preserve previous alignments when rebuilding array types. · 54d7f9aa
      * c-decl.c (grokdeclarator): preserve previous alignments when
      rebuilding array types.
      
      From-SVN: r38122
      DJ Delorie committed
  3. 07 Dec, 2000 6 commits
    • wtr-aggr-init-1.c, [...]: Update. · 5133d90e
              * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
              wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
              wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
              wtr-union-init-2.c, wtr-union-init-3.c: Update.
              * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
              Update.
      
      From-SVN: r38121
      Neil Booth committed
    • cppfiles.c (struct include_file): Move from cpphash.h. · 642ce434
              * cppfiles.c (struct include_file): Move from cpphash.h.
              (_cpp_never_reread): New function.
              (open_file, read_include_file): Use it.
              (stack_include_file): Set the buffer's sysp according to the
              path in which the file was found.
              (find_include_file): Don't set sysp.
              (cpp_make_system_header, actual_directory): Update.
              (_cpp_execute_include): Do #include_next lookup handling here,
              not in cpplib.c.  Use _cpp_never_reread.
              * cpphash.h (struct_include_file): Remove.
              (struct cpp_buffer): New member sysp.
              (CPP_IN_SYSTEM_HEADER, _cpp_execute_include): Update.
              (_cpp_never_reread): New.
              * cpplib.c (read_line_number): Rename read_flag.  Rework slightly.
              (end_directive): Clear line_extension flag.
              (_cpp_handle_directive): Set line_extension flag for #number.
              (do_include_next): Handle path lookup in _cpp_execute_include.
              (do_line): Cleanup to use read_flag.  Don't allow flags in #line.
              (_cpp_do_file_change): Update.
              (do_pragma_once): Use cpp_never_reread.  Clean up.
              * cpplib.h (struct lexer_state): New member line_extension.
      
      From-SVN: r38120
      Neil Booth committed
    • format-nonlit-1.c, [...]: Use __SIZE_TYPE__ instead of int for type of integers cast to pointers. · 02428c5d
      	* gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
      	__SIZE_TYPE__ instead of int for type of integers cast to
      	pointers.
      
      From-SVN: r38119
      Joseph Myers committed
    • Fix typo. · 6c1ce62b
      From-SVN: r38118
      Mike Stump committed
    • texi2pod.pl: If multiple @c man sections with the same tag appear... · f4e8dec6
      	* texi2pod.pl: If multiple @c man sections with the same tag
      	appear, concatenate them in the final output.  When skipping,
      	ignore block commands that can't cause skipping, and honor
      	those that can.  Ensure that verbatim blocks are separate
      	paragraphs.
      
      From-SVN: r38117
      Zack Weinberg committed
    • * Makefile.in (distclean): When cleaning, remove testsuite. · b25a8973
      From-SVN: r38116
      Mike Stump committed