NetBSD/gnu/dist/gdb
cube b5856520ff Back out previous commit. PIDGET() must be used with a ptid_t, and the
functions that were modified by the previous commit were already passed
the result of PIDGET.  Whatever was intended, it must be re-done
correctly.
2004-10-16 21:17:51 +00:00
..
bfd NetBSD support for the x86_64 target. 2003-10-14 02:02:17 +00:00
config
etc
gdb Back out previous commit. PIDGET() must be used with a ptid_t, and the 2004-10-16 21:17:51 +00:00
include avoid PARAMS redefinition. 2003-08-16 21:57:20 +00:00
intl
libiberty
mmalloc
opcodes The "pref @rN" instruction was introduced in sh3, not sh4, so correct 2003-11-07 14:43:18 +00:00
readline Fix a char comparision to be more unsigned friendly. 2003-09-23 23:12:25 +00:00
sim Bring in current sim/ppc sources which fix configury to work with 2004-09-29 06:31:36 +00:00
texinfo
utils Remove accidently commited (generated) files that "make distclean" fails 2003-08-17 23:51:12 +00:00
COPYING Re-add dead files. 2003-08-11 20:58:34 +00:00
COPYING.LIB
Makefile.in Re-add dead files. 2003-08-11 20:58:34 +00:00
README Re-add dead files. 2003-08-11 20:58:34 +00:00
config-ml.in
config.guess
config.if
config.sub
configure Re-add dead files. 2003-08-11 20:58:34 +00:00
configure.in Re-add dead files. 2003-08-11 20:58:34 +00:00
djunpack.bat
gettext.m4
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
md5.sum
missing
mkinstalldirs
move-if-change
mpw-README
mpw-build.in
mpw-config.in Re-add dead files. 2003-08-11 20:58:34 +00:00
mpw-configure
mpw-install
symlink-tree
ylwrap

README

		   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.