NetBSD/gnu/dist/binutils
thorpej eb9f224468 Integrate / parameterize changes from Chuq Silvers / Nick Hudson to
simplify GP handling on HPPA for NetBSD, and get dynamically-linked
executables working.  Changes to be submitted to FSF:

bfd:
	* config.bfd (hppa*-*-netbsd*): Set targ_defvec to
	bfd_elf32_hppa_nbsd_vec.  Add bfd_elf32_hppa_linux_vec
	to targ_selvecs.
	* configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
	* configure.in: Regenerate.
	* elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
	case that accepts OSABI=NetBSD and OSABI=SysV.
	(elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
	the base of .got or .data (if .got does not exist).
	(elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
	set OSABI=NetBSD.
	(TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
	(TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
	* targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
	(_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.

gas:
	* config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
	for TE_NetBSD.

ld:
	* emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
2004-07-20 20:47:18 +00:00
..
bfd Integrate / parameterize changes from Chuq Silvers / Nick Hudson to 2004-07-20 20:47:18 +00:00
binutils merge the non-aout-shlib changes forward from gnu/dist/toolchain. 2003-11-27 09:45:33 +00:00
config
etc initial import of binutils 2.14 into gnu/dist/binutils. 2003-11-26 11:33:51 +00:00
gas Integrate / parameterize changes from Chuq Silvers / Nick Hudson to 2004-07-20 20:47:18 +00:00
gprof merge the non-aout-shlib changes forward from gnu/dist/toolchain. 2003-11-27 09:45:33 +00:00
include initial import of binutils 2.14 into gnu/dist/binutils. 2003-11-26 11:33:51 +00:00
intl initial import of binutils 2.14 into gnu/dist/binutils. 2003-11-26 11:33:51 +00:00
ld Integrate / parameterize changes from Chuq Silvers / Nick Hudson to 2004-07-20 20:47:18 +00:00
libiberty initial import of binutils 2.14 into gnu/dist/binutils. 2003-11-26 11:33:51 +00:00
opcodes merge the non-aout-shlib changes forward from gnu/dist/toolchain. 2003-11-27 09:45:33 +00:00
texinfo initial import of binutils 2.14 into gnu/dist/binutils. 2003-11-26 11:33:51 +00:00
config-ml.in
config.guess
config.if
config.sub Recognise sh5 and sh5le. 2003-12-07 09:58:56 +00:00
configure re-add binutils 2.14 files. 2003-11-26 12:29:43 +00:00
configure.in re-add binutils 2.14 files. 2003-11-26 12:29:43 +00:00
COPYING
COPYING.LIB
gettext.m4
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
Makefile.def
Makefile.in re-add binutils 2.14 files. 2003-11-26 12:29:43 +00:00
Makefile.tpl
makefile.vms re-add binutils 2.14 files. 2003-11-26 12:29:43 +00:00
md5.sum
missing
mkdep
mkinstalldirs
move-if-change
mpw-build.in
mpw-config.in re-add binutils 2.14 files. 2003-11-26 12:29:43 +00:00
mpw-configure
mpw-install
mpw-README
README re-add binutils 2.14 files. 2003-11-26 12:29:43 +00:00
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.