Binutils with MCST patches
Go to file
Alan Modra 5cab59f622 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
(struct elf_link_hash_entry): Add "glist" and "plist" fields to
	"got" union, and declare as gotplt_union.  Use gotplt_uinion for
	"plt" field.
	(struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
	Add "init_offset" field.
	(struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
	(elf_local_got_ents): Declare.
	* elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
	and "plt".
	(_bfd_elf_link_hash_hide_symbol): Use "init_offset".
	(_bfd_elf_link_hash_table_init): Set "init_offset".
	* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
	from init_offset.
	(elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.

	* elf.c (bfd_elf_local_sym_name): Split out from..
	(group_signature): ..here.
	* elf-bfd.h (bfd_elf_local_sym_name): Declare.
2003-02-04 12:49:57 +00:00
bfd * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare. 2003-02-04 12:49:57 +00:00
binutils * readelf.c (dump_relocations): Reorder the r_info field for 2003-01-28 12:51:07 +00:00
config
contrib
etc 2003-01-02 H.J. Lu <hjl@gnu.org> 2003-01-02 20:51:02 +00:00
gas bfd 2003-02-04 12:34:08 +00:00
gdb 2003-02-03 David Carlton <carlton@math.stanford.edu> 2003-02-04 01:09:03 +00:00
gprof
include * hppa.h (ldwa, ldda): Add ordered opcodes. 2003-01-31 21:24:32 +00:00
intl
ld * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot 2003-02-03 17:47:23 +00:00
libiberty merge from gcc 2003-02-04 02:13:39 +00:00
mmalloc
opcodes (print_insn_sparc): When examining values added in to rs1, make sure that 2003-01-29 12:51:57 +00:00
readline 2003-01-09 Michael Chastain <mec@shout.net> 2003-01-11 00:43:53 +00:00
sim * compile.c (sim_resume): Fix the handling of bxor. 2003-02-01 03:00:14 +00:00
texinfo
.cvsignore
ChangeLog 2003-01-31 Frank Ch. Eigler <fche@redhat.com> 2003-01-31 19:09:32 +00:00
config-ml.in
config.guess [ ChangeLog ] 2003-01-08 22:09:32 +00:00
config.if * config.if: Copy from GCC. 2003-01-30 11:59:17 +00:00
config.sub [ ChangeLog ] 2003-01-08 22:09:32 +00:00
configure * configure.in: Revert 24Jan change. 2003-01-27 19:47:23 +00:00
configure.in * configure.in: Revert 24Jan change. 2003-01-27 19:47:23 +00:00
COPYING
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
djunpack.bat
gettext.m4
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in 2003-01-31 Frank Ch. Eigler <fche@redhat.com> 2003-01-31 19:09:32 +00:00
Makefile.tpl 2003-01-31 Frank Ch. Eigler <fche@redhat.com> 2003-01-31 19:09:32 +00:00
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
mpw-build.in
mpw-config.in
mpw-configure
mpw-install
mpw-README
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.