Binutils with MCST patches
Go to file
Mark Kettenis f6792ef4af * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
(FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
(FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
(i386_frameless_signal_p): Remove prototype.
* i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
(GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
I386_SSE_NUM_REGS.
* i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
instead of FP0_REGNUM.
(i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
of FP0_REGNUM and FPC_REGNUM.
2004-09-08 14:46:09 +00:00
bfd daily update 2004-09-08 00:00:14 +00:00
binutils binutils/ 2004-09-07 17:00:59 +00:00
config 2004-08-13 Nathanael Nerode <neroden@gcc.gnu.org> 2004-08-13 22:32:31 +00:00
contrib
cpu cpu/ 2004-08-27 09:32:02 +00:00
etc
gas * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors. 2004-09-03 17:15:44 +00:00
gdb * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM) 2004-09-08 14:46:09 +00:00
gprof
include * sim-sh.h: Add new sh2a banked registers. 2004-09-08 09:03:42 +00:00
intl
ld * ld-cris/hiddef1.d, ld-cris/hiddef1.d, ld-cris/hidrefgotplt1.s: 2004-09-07 18:32:27 +00:00
libiberty 2004-09-03 Paolo Bonzini <bonzini@gnu.org> 2004-09-03 06:53:15 +00:00
mmalloc
opcodes Add LD and GAS testsuites for CRX port. 2004-09-03 14:31:41 +00:00
readline
sim * allinsn.exp: Add new tests. 2004-09-08 09:20:29 +00:00
texinfo
.cvsignore
ChangeLog 2004-09-07 Paolo Bonzini <bonzini@gnu.org> 2004-09-07 08:34:06 +00:00
config-ml.in
config.guess Import latest version from master repository. 2004-09-04 07:53:54 +00:00
config.if
config.sub Import latest version from master repository. 2004-09-04 07:53:54 +00:00
configure * configure.in: Remove target-libstdc++-v3 from noconfigdirs for 2004-09-03 19:09:39 +00:00
configure.in * configure.in: Remove target-libstdc++-v3 from noconfigdirs for 2004-09-03 19:09:39 +00:00
COPYING
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
depcomp
djunpack.bat
gettext.m4
install-sh
libtool.m4 knetbsd/kfreebsd patches from Robert Millan. 2004-07-21 19:21:41 +00:00
ltcf-c.sh knetbsd/kfreebsd patches from Robert Millan. 2004-07-21 19:21:41 +00:00
ltcf-cxx.sh knetbsd/kfreebsd patches from Robert Millan. 2004-07-21 19:21:41 +00:00
ltcf-gcj.sh knetbsd/kfreebsd patches from Robert Millan. 2004-07-21 19:21:41 +00:00
ltconfig knetbsd/kfreebsd patches from Robert Millan. 2004-07-21 19:21:41 +00:00
ltmain.sh
MAINTAINERS
Makefile.def 2004-08-31 Paolo Bonzini <bonzini@gnu.org> 2004-08-31 10:16:19 +00:00
Makefile.in 2004-09-01 Paolo Bonzini <bonzini@gnu.org> 2004-09-01 07:48:07 +00:00
Makefile.tpl 2004-09-01 Paolo Bonzini <bonzini@gnu.org> 2004-09-01 07:48:07 +00:00
makefile.vms
missing 2004-09-07 Paolo Bonzini <bonzini@gnu.org> 2004-09-07 08:34:06 +00:00
mkdep
mkinstalldirs
move-if-change
README
README-maintainer-mode
setup.com
src-release * Makefile.def, configure.in, src-release: Remove useless, bogus 2004-08-12 22:59:53 +00:00
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.