NetBSD/gnu/dist/gdb
christos 7a47f15696 gcc 4 outputs AT_location attributes which are not blocks. Prevent core-dumping
by not trying to dereference non block attributes as block.
2006-11-26 04:45:39 +00:00
..
bfd Recognize SH2E from new binutils (map to sh3e vector). 2006-10-14 22:20:06 +00:00
config Import gdb-5.3 2003-08-11 20:21:35 +00:00
etc Import gdb-5.3 2003-08-11 20:31:36 +00:00
gdb gcc 4 outputs AT_location attributes which are not blocks. Prevent core-dumping 2006-11-26 04:45:39 +00:00
include Recognize SH2E from new binutils (map to sh3e vector). 2006-10-14 22:20:06 +00:00
intl Import gdb-5.3 2003-08-11 20:31:36 +00:00
libiberty Changed error message of ENOPROTOOPT to "Protocol option not available". 2006-10-31 00:38:06 +00:00
mmalloc Import gdb-5.3 2003-08-11 20:21:35 +00:00
opcodes Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:12:32 +00:00
readline Fix a char comparision to be more unsigned friendly. 2003-09-23 23:12:25 +00:00
sim Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:12:32 +00:00
texinfo Import gdb-5.3 2003-08-11 20:31:36 +00:00
utils Remove accidently commited (generated) files that "make distclean" fails 2003-08-17 23:51:12 +00:00
config-ml.in Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.guess Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.if Import gdb-5.3 2003-08-11 20:21:35 +00:00
config.sub Import gdb-5.3 2003-08-11 20:21:35 +00:00
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
COPYING Re-add dead files. 2003-08-11 20:58:34 +00:00
COPYING.LIB Import gdb-5.3 2003-08-11 20:21:35 +00:00
djunpack.bat Import gdb-5.3 2003-08-11 20:21:35 +00:00
gettext.m4 Import gdb-5.3 2003-08-11 20:21:35 +00:00
install-sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
libtool.m4 Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-c.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-cxx.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltcf-gcj.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltconfig Import gdb-5.3 2003-08-11 20:21:35 +00:00
ltmain.sh Import gdb-5.3 2003-08-11 20:21:35 +00:00
Makefile.in Re-add dead files. 2003-08-11 20:58:34 +00:00
md5.sum Import gdb-5.3 2003-08-11 20:21:35 +00:00
missing Import gdb-5.3 2003-08-11 20:21:35 +00:00
mkinstalldirs Import gdb-5.3 2003-08-11 20:21:35 +00:00
move-if-change Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-build.in Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-config.in Re-add dead files. 2003-08-11 20:58:34 +00:00
mpw-configure Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-install Import gdb-5.3 2003-08-11 20:21:35 +00:00
mpw-README Import gdb-5.3 2003-08-11 20:21:35 +00:00
README Re-add dead files. 2003-08-11 20:58:34 +00:00
symlink-tree Import gdb-5.3 2003-08-11 20:21:35 +00:00
ylwrap Import gdb-5.3 2003-08-11 20:21:35 +00:00

		   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.