Go to file
Joseph Myers 2e09e75ade calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().
* calls.c (expand_call, emit_library_call_value_1), collect2.c
	(scan_prog_file), config/a29k/a29k.c (print_operand),
	config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy ()
	instead of bcopy ().
	* real.h: Use memcmp () instead of bcmp ().
	* config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c
	(split_branches), config/sparc/sparc.c (ultra_flush_pipeline,
	ultrasparc_sched_init, ultrasparc_sched_reorder),
	config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset ()
	instead of bzero ().
	* config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr ()
	instead of rindex ().
	* configure.in: Don't check for bzero, bcmp, index or rindex.
	* configure, config.in: Regenerate.
	* system.h: Don't include declarations for bzero, bcmp, index or
	rindex.
	* config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define
	bzero, bcmp, index or rindex.

java:
	* parse.y (create_new_parser_context): Use memset () instead of
	bzero ().

From-SVN: r37334
2000-11-09 07:45:15 +00:00
boehm-gc
config
contrib snapshot: New file. 2000-11-08 22:43:50 +00:00
gcc calls.c (expand_call, [...]): Use memcpy () instead of bcopy (). 2000-11-09 07:45:15 +00:00
include
INSTALL
libchill
libf2c Daily bump. 2000-11-08 01:45:12 -07:00
libffi
libiberty
libio
libjava sjis_comment3.java: Removed. 2000-11-07 20:48:55 +00:00
libobjc
libstdc++ README: Fix typo. 2000-11-08 21:15:59 +00:00
libstdc++-v3 codecvt.h (codecvt::do_out): Make it const-correct. 2000-11-09 02:57:23 +00:00
texinfo
zlib
.cvsignore
ChangeLog * config.sub: Add support for Sun Chorus 2000-11-06 19:20:24 +00:00
config-ml.in
config.guess
config.if
config.sub * config.sub: Add support for Sun Chorus 2000-11-06 19:20:24 +00:00
configure
configure.in
COPYING
COPYING.LIB
djunpack.bat
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS Add self upon request as libstdc++-v3 maintainer. 2000-11-07 16:05:41 +00:00
Makefile.in
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.