Go to file
Jason Molenda 5ce7ce3191 Sync up with Cygnus CVS repository (cvs import doesn't handle these
automatically, alas.  This cleanpu must be automated in the near future).
Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
        * h8-cfg.texi: Remove, hasn't been used in years.
1999-05-10  Martin Hunt  <hunt@cygnus.com>
        * debugify.c, debugify.h: Removed because they are no
        longer used.
Tue Mar 16 15:29:04 1999  Stan Shebs  <shebs@andros.cygnus.com>
        * go32-xdep.c: Remove, no longer used by anything.
1999-05-23 20:02:56 +00:00
bfd * coff-arm.c (coff_arm_relocate_section): Account for 1999-05-19 10:20:12 +00:00
binutils Add support for generating an mcore-elf dll. 1999-05-16 14:12:20 +00:00
config
etc
gas Accept 'sp' as a valid register name. 1999-05-22 14:49:51 +00:00
gdb Sync up with Cygnus CVS repository (cvs import doesn't handle these 1999-05-23 20:02:56 +00:00
gprof
include Renumber cpu flag bits to avoid collision with PE flag bits 1999-05-19 07:25:59 +00:00
intl
ld Add definitions related to shared objects (copied from elf32.em) 1999-05-22 09:55:50 +00:00
libiberty *** empty log message *** 1999-05-11 12:42:30 +00:00
mmalloc Remove pregenerated info file 1999-05-04 18:52:32 +00:00
opcodes è 1999-05-17 08:35:42 +00:00
readline import gdb-19990504 snapshot 1999-05-05 21:45:13 +00:00
sim import gdb-1999-0519 1999-05-19 19:58:41 +00:00
.cvsignore
ChangeLog
config-ml.in
config.guess
config.if
config.sub
configure
configure.bat
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
makeall.bat
Makefile.in
makefile.vms
missing
mkinstalldirs
move-if-change
mpw-build.in
mpw-config.in
mpw-configure
mpw-install
mpw-README
README
setup.com
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.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

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.