Go to file
Corinna Vinschen 63d47a7dcc * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
(h8300_push_dummy_call): ...this function.  Some minor optimization.
	(h8300_push_return_address): Remove.
	(h8300_gdbarch_init): Remove calls to
	set_gdbarch_deprecated_dummy_write_sp,
	set_gdbarch_deprecated_push_arguments and
	set_gdbarch_deprecated_push_return_address.
	Add call to set_gdbarch_push_dummy_call.
2003-06-16 19:40:51 +00:00
bfd * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel 2003-06-16 10:50:22 +00:00
binutils
config * acinclude.m4: Accept i[3456789]86 for machine type. 2003-05-19 18:11:58 +00:00
contrib
cpu
etc
gas * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN, 2003-06-16 12:13:10 +00:00
gdb * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by... 2003-06-16 19:40:51 +00:00
gprof
include (GNU_ABI_TAG_NETBSD): New tag. 2003-06-13 13:07:51 +00:00
intl
ld * ld-powerpc/tlsexetoc.d: Update. 2003-06-16 10:51:07 +00:00
libiberty
mmalloc
opcodes
readline 2003-06-14 H.J. Lu <hongjiu.lu@intel.com> 2003-06-15 03:40:25 +00:00
sim
texinfo
.cvsignore
ChangeLog 2003-06-14 H.J. Lu <hongjiu.lu@intel.com> 2003-06-14 14:07:21 +00:00
config-ml.in
config.guess 2003-06-14 H.J. Lu <hongjiu.lu@intel.com> 2003-06-14 14:07:21 +00:00
config.if
config.sub 2003-06-14 H.J. Lu <hongjiu.lu@intel.com> 2003-06-14 14:07:21 +00:00
configure
configure.in Merge these: 2003-06-12 16:06:52 +00:00
COPYING 19990502 sourceware import 1999-05-03 07:29:11 +00:00
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB 2003-05-28 Jeff Johnston <jjohnstn@redhat.com> 2003-05-28 17:51:42 +00:00
djunpack.bat
gettext.m4
install-sh 19990502 sourceware import 1999-05-03 07:29:11 +00:00
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
mpw-build.in
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-configure
mpw-install 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-README
README 19990502 sourceware import 1999-05-03 07:29:11 +00:00
README-maintainer-mode Update URL 2003-05-30 07:30:26 +00:00
setup.com
src-release
symlink-tree gcc adopts symlink-tree, refer more to libiberty. 2001-12-05 10:07:09 +00:00
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.