Go to file
Fred Fish 986e18a5a9 2005-01-19 Fred Fish <fnf@specifixinc.com>
* mips-dis.c (no_aliases): New disassembly option flag.
	(set_default_mips_dis_options): Init no_aliases to zero.
	(parse_mips_dis_option): Handle no-aliases option.
	(print_insn_mips): Ignore table entries that are aliases
	if no_aliases is set.
	(print_insn_mips16): Ditto.
	* mips-opc.c (mips_builtin_opcodes): Add initializer column for
	new pinfo2 member and add INSN_ALIAS initializers as needed.  Also
	move WR_MACC and RD_MACC initializers from pinfo to pinfo2.
	* mips16-opc.c (mips16_opcodes): Ditto.
2005-01-19 23:31:15 +00:00
bfd daily update 2005-01-19 23:00:05 +00:00
binutils PR binutils/647 2005-01-17 16:24:12 +00:00
config
contrib
cpu
etc
gas * read.c (convert_to_bignum): New function, split out from... 2005-01-19 11:53:53 +00:00
gdb 2005-01-19 Andrew Cagney <cagney@gnu.org> 2005-01-19 22:54:56 +00:00
gprof
include 2005-01-19 Fred Fish <fnf@specifixinc.com> 2005-01-19 23:29:12 +00:00
intl
ld * ldmain.h (ld_sysroot): Change type to a constant string. 2005-01-19 11:42:49 +00:00
libiberty merge from gcc 2005-01-11 21:01:13 +00:00
mmalloc
opcodes 2005-01-19 Fred Fish <fnf@specifixinc.com> 2005-01-19 23:31:15 +00:00
readline
sim 2005-01-17 Andrew Cagney <cagney@gnu.org> 2005-01-17 18:04:10 +00:00
texinfo
.cvsignore
ChangeLog 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> 2005-01-19 00:34:56 +00:00
compile
config-ml.in
config.guess
config.sub 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> 2005-01-19 00:34:56 +00:00
configure
configure.in
COPYING
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
depcomp
djunpack.bat
gettext.m4
install-sh 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> 2005-01-19 00:34:56 +00:00
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def 2005-01-13 Kelley Cook <kcook@gcc.gnu.org> 2005-01-19 00:33:04 +00:00
Makefile.in 2005-01-13 Kelley Cook <kcook@gcc.gnu.org> 2005-01-19 00:33:04 +00:00
Makefile.tpl 2005-01-13 Kelley Cook <kcook@gcc.gnu.org> 2005-01-19 00:33:04 +00:00
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
README
README-maintainer-mode
setup.com
src-release
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.