1. 01 Dec, 2001 7 commits
    • Daily bump. · 837ce479
      From-SVN: r47507
      GCC Administrator committed
    • gencheck.c, [...]: Don't define xmalloc. · cfc45fb4
      	* gencheck.c, gengenrtl.c: Don't define xmalloc.
      	* gensupport.c: Don't define xstrdup, xcalloc, xrealloc,
      	xmalloc.
      	* f/fini.c: Use xmalloc.
      
      From-SVN: r47506
      Zack Weinberg committed
    • exception (bad_exception::~bad_exception()): Remove declaration. · af46cdde
      
      2001-11-30  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/3150
      	DR/266
      	* libsupc++/exception (bad_exception::~bad_exception()): Remove
      	declaration.
      	* libsupc++/new (bad_alloc::~bad_alloc()): Remove.
      	* libsupc++/typeinfo (bad_cast::~bad_cast()): Remove.
      	(bad_typeid::~bad_typeid()): Remove.
      	* libsupc++/tinfo.cc (bad_cast::~bad_cast()): Remove definition.
      	(bad_typeid::~bad_typeid()): Same.
      	* libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
      	* libsupc++/eh_exception.cc (bad_exception::~bad_exception()): Same.
      
      	* include/bits/std_iomanip.h: Tweak.
      
      From-SVN: r47505
      Benjamin Kosnik committed
    • * pa.c (output_ascii): Cast `p' to unsigned char. · 6b5ffd4e
      From-SVN: r47504
      John David Anglin committed
    • Makefile.in (misc.o): Add missing $(srcdir) prefix and add optabs.h dependency. · 58d07d8f
      2001-12-01  Graham Stott  <grahams@redhat.com>
      
      	* Makefile.in (misc.o): Add missing $(srcdir) prefix
      	and add optabs.h dependency.
      
      	* misc.c: Include optabs.h
      	(gnat_tree_code_type): Make static and const.
      	(gnat_tree_code_length): Likewise.
      	(gnat_tree_code_name): Likewise.
      	(update_setjmp_buf): Obtain operands mode from insn_data.
      
      From-SVN: r47503
      Graham Stott committed
    • rs6000.c (altivec_expand_builtin): add ALTIVEC_BUILTIN_LD_INTERNAL_4sf and… · f18c054f
      rs6000.c (altivec_expand_builtin): add ALTIVEC_BUILTIN_LD_INTERNAL_4sf and ALTIVEC_BUILTIN_ST_INTERNAL_4sf...
      
      2001-11-30  Daniel Berlin  <dan@cgsoftware.com>
      
      	* config/rs6000/rs6000.c (altivec_expand_builtin): add
      	ALTIVEC_BUILTIN_LD_INTERNAL_4sf and ALTIVEC_BUILTIN_ST_INTERNAL_4sf,
      	*_16qi,_8hi, rename existing V4SI ones to *_4si.
      	(altivec_init_builtins): Ditto.
      	(bdesc_2arg): Rename CODE_FOR_* to match changes in MD file.
      
      	* config/rs6000/rs6000.md: Add attribute types vecsimple,
      	veccomplex, vecfloat, and vecperm, for altivec instructions.
      	Modify altivec patterns to use approriate attribute type.
      	Modify altivec patterns to match RTL operations where approriate
      	(IE no unspec where we can avoid it).
      	Add vector unit scheduling for ppc7450.
      	Rename patterns to what they are where approriate
      	(altivec_vaddfp->addv4sf3, etc)
      
      	* config/rs6000/rs6000.h (enum rs6000_builtins): Change VRS->VSR.
      	Pass -mppc, and define _ARCH_PPC, if -mcpu=7450 is used.
      
      	* config/rs6000/sysv4.h: Add -mcpu=7450.
      
      	* testsuite/gcc.dg/altivec-1.c: Update test to take into account renamed
      	_builtin_altivec_ld_interal function.
      
      From-SVN: r47502
      Daniel Berlin committed
    • configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen, strchr, strrchr,… · 6af8c740
      configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen, strchr, strrchr, isascii, gettimeofday.
      
      	* configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen,
      	strchr, strrchr, isascii, gettimeofday.
      	* config.in, configure: Regenerate.
      
      f:
      	* Make-lang.in: Delete references to proj.[co], proj-h.[co].
      	* proj.c: Delete file.
      
      From-SVN: r47501
      Kaveh R. Ghazi committed
  2. 30 Nov, 2001 21 commits
  3. 29 Nov, 2001 12 commits