Go to file
Michael Hayes 6ec9201068 loop.h (struct loop_movables): New.
* loop.h (struct loop_movables): New.
	(LOOP_MOVABLES): New.
	(struct loop_info): Add movables field.
	* loop.c (struct movables): Delete.  Replace all uses
	with struct loop_movables.
	(the_movables): Delete.  Replace all uses with movables
	field in loop_info.
	(loop_movables_add, loop_movables_free): New functions.
	(scan_loop): Use xmalloc instead of alloca for movables.
	Call loop_movables_free.

From-SVN: r38573
2001-01-01 00:03:17 +00:00
boehm-gc For boehm-gc: 2000-12-30 12:18:39 +00:00
config
contrib test_summary: Export filesuffix, not fileprefix. 2000-12-28 19:28:11 +00:00
fastjar jartool.c (MAXPATHLEN): Provide if not defined. 2000-12-28 21:47:37 +00:00
gcc loop.h (struct loop_movables): New. 2001-01-01 00:03:17 +00:00
include COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes... 2000-12-18 21:47:20 +00:00
INSTALL
libchill
libf2c Daily bump. 2000-12-31 01:45:07 -07:00
libffi Richards changes to the closure code for alpha 2000-12-10 07:13:18 +00:00
libiberty fnmatch.c: Make the note about the origins of this file more accurate... 2000-12-29 14:37:03 -05:00
libio
libjava Forgot these in last commit. 2000-12-30 12:22:15 +00:00
libobjc * thr-rtems.c: New file. Stub to compile. 2000-12-06 18:40:42 -07:00
libstdc++
libstdc++-v3 Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES. 2000-12-23 07:13:57 +00:00
zlib
.cvsignore
ChangeLog * MAINTAINERS: Add myself as avr port co-maintainer. 2000-12-30 11:56:57 +00:00
config-ml.in Makefile.in: handle DOS-style absolute paths. 2000-12-09 11:06:19 -05:00
config.guess
config.if Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. 2000-12-18 18:08:07 +00:00
config.sub
configure
configure.in Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. 2000-12-18 18:08:07 +00:00
COPYING COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes... 2000-12-18 21:47:20 +00:00
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add myself as avr port co-maintainer. 2000-12-30 11:56:57 +00:00
Makefile.in Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. 2000-12-18 18:08:07 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree Makefile.in: handle DOS-style absolute paths. 2000-12-09 11:06:19 -05:00
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.