Binutils with MCST patches
Go to file
Dave Brolley ac18822241 2005-06-15 Dave Brolley <brolley@redhat.com>
Contribute Morpho ms1 on behalf of Red Hat
        * ms1-asm.c, ms1-desc.c, ms1-dis.c, ms1-ibld.c, ms1-opc.c,
        ms1-opc.h: New files, Morpho ms1 target.

        2004-05-14  Stan Cox  <scox@redhat.com>

        * disassemble.c (ARCH_ms1): Define.
        (disassembler): Handle bfd_arch_ms1

        2004-05-13  Michael Snyder  <msnyder@redhat.com>

        * Makefile.am, Makefile.in: Add ms1 target.
        * configure.in: Ditto.
2005-06-15 16:23:54 +00:00
bfd * elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries produced by the 2005-06-15 08:22:45 +00:00
binutils 2005-06-14 H.J. Lu <hongjiu.lu@intel.com> 2005-06-14 13:26:42 +00:00
config PR libgcj/19877: 2005-06-14 20:27:38 +00:00
contrib
cpu 2005-06-15 Dave Brolley <brolley@redhat.com> 2005-06-15 15:33:07 +00:00
etc * bfd/Makefile.am, binutils/Makefile.am, etc/Makefile.in 2005-05-19 23:49:52 +00:00
gas gas: 2005-06-13 15:34:39 +00:00
gdb *** empty log message *** 2005-06-15 00:00:03 +00:00
gprof Update the address of the FSF 2005-05-09 06:55:25 +00:00
include * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx, 2005-06-11 15:33:52 +00:00
intl Update the address and telephone number of the FSF organization 2005-05-13 08:04:31 +00:00
ld * ld.texinfo (Command Line Options): Add @item for --hash-size. 2005-06-12 18:38:39 +00:00
libiberty merge from gcc 2005-05-28 19:49:24 +00:00
mmalloc
opcodes 2005-06-15 Dave Brolley <brolley@redhat.com> 2005-06-15 16:23:54 +00:00
readline Fix typos in ChangeLog 2005-05-09 21:07:02 +00:00
sim * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop. 2005-05-28 08:47:30 +00:00
texinfo
.cvsignore
COPYING
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
ChangeLog * depcomp: Update from automake CVS. Add 'ia64hp' stanza. 2005-06-13 18:01:01 +00:00
MAINTAINERS 2005-02-08 Andrew Cagney <cagney@gnu.org> 2005-02-08 22:37:35 +00:00
Makefile.def 2005-05-20 Paolo Bonzini <bonzini@gnu.org> 2005-05-20 07:16:11 +00:00
Makefile.in 2005-05-20 Paolo Bonzini <bonzini@gnu.org> 2005-05-20 07:16:11 +00:00
Makefile.tpl 2005-05-25 Paolo Bonzini <bonzini@gnu.org> 2005-05-25 14:23:03 +00:00
README
README-maintainer-mode
compile 2004-11-15 Kelley Cook <kcook@gcc.gnu.org> 2004-11-16 01:18:39 +00:00
config-ml.in * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN 2004-11-08 15:28:01 +00:00
config.guess 2004-11-15 Kelley Cook <kcook@gcc.gnu.org> 2004-11-16 01:18:39 +00:00
config.sub * config.sub: Add cases for the Renesas m32c. (This patch has been 2005-06-02 21:23:04 +00:00
configure * configure.in <cris-*, crisv32-*>: Enable target-libffi again for 2005-06-07 09:33:44 +00:00
configure.in * configure.in <cris-*, crisv32-*>: Enable target-libffi again for 2005-06-07 09:33:44 +00:00
depcomp * depcomp: Update from automake CVS. Add 'ia64hp' stanza. 2005-06-13 18:01:01 +00:00
djunpack.bat
gettext.m4 2005-01-31 Andrew Cagney <cagney@gnu.org> 2005-01-31 20:32:45 +00:00
install-sh 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> 2005-01-19 00:34:56 +00:00
libtool.m4
ltcf-c.sh 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com> 2004-10-05 13:34:42 +00:00
ltcf-cxx.sh 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com> 2004-10-05 13:34:42 +00:00
ltcf-gcj.sh
ltconfig 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com> 2004-10-05 13:34:42 +00:00
ltmain.sh PR libgcj/20160 2005-03-01 22:33:54 +00:00
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
setup.com
src-release Remove config.if. 2004-12-03 10:30:13 +00:00
symlink-tree
ylwrap ./ 2005-05-15 18:19:45 +00:00

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.