Binutils with MCST patches
Go to file
Jim Blandy 9227b5eb3d From Tom Tromey <tromey@cygnus.com> and Keith Seitz <?>:
* minsyms.c: #include <ctype.h>, for msymbol_hash_iw.
(compact_minimal_symbols): Added `objfile' argument.
Put symbols in the objfile's hash table.
(install_minimal_symbols): Put symbols in the objfile's demangled
hash table.
(lookup_minimal_symbol): Use hash table to find symbol in
objfile.
(msymbol_hash_iw, msymbol_hash, add_minsym_to_hash_table): New
functions.
(prim_record_minimal_symbol_and_info): Initialize the
hash link fields of the new minimal symbol.
* symtab.h (struct minimal_symbol): New fields `hash_next',
`demangled_hash_next'.
(msymbol_hash_iw, msymbol_hash, add_minsym_to_hash_table): Declare.
* objfiles.h (MINIMAL_SYMBOL_HASH_SIZE): New define.
(struct objfile): New fields `msymbol_hash',
`msymbol_demangled_hash'.
2000-03-07 04:33:52 +00:00
bfd Further LINK6 bug fix. 2000-03-06 22:38:43 +00:00
binutils
config
etc
gas Document new -m32r command line switch 2000-03-07 00:06:52 +00:00
gdb From Tom Tromey <tromey@cygnus.com> and Keith Seitz <?>: 2000-03-07 04:33:52 +00:00
gprof
include Apply patch for 100679 2000-03-02 23:01:40 +00:00
intl
ld * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty 2000-03-06 18:08:38 +00:00
libiberty
mmalloc
opcodes * sh-opc.h (sh_table): ldre and ldrs have a *signed* displacement. 2000-03-06 21:13:15 +00:00
readline
sim * moved misplaced ChangeLog entry 2000-03-04 12:46:44 +00:00
texinfo
.cvsignore
ChangeLog * Makefile.in (taz): Set PACKAGE to TOOL when not defined. 2000-03-03 23:52:30 +00:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in Remove extraneous CYGNUYS LOCAL markers. 2000-03-06 18:09:38 +00:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
Makefile.in * Makefile.in (taz): Set PACKAGE to TOOL when not defined. 2000-03-03 23:52:30 +00:00
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
mpw-build.in
mpw-config.in
mpw-configure
mpw-install
mpw-README
README
setup.com
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.