No description
Find a file
Alexandre Oliva a1cc9221e2 * config/tc-sh.h [OBJ_ELF] (TC_FIX_ADJUSTABLE): Define.
* config/tc-sh.c (md_apply_fix): Map 32-bit relocations that
become PC-relative to BFD_RELOC_32_PCREL.  Reject 16- or 8-bit
similar relocs.
(sh_obj_adjustable): Return 1 for PC-relative offsets used in
branches.


* config/tc-sh.h (DIFF_EXPR_OK, GLOBAL_OFFSET_TABLE_NAME,
TC_RELOC_GLOBAL_OFFSET_TABLE, TC_RELOC_RTSYM_LOC_FIXUP): Define.
* config/tc-sh.c (sh_elf_cons, sh_elf_suffix): New functions.
[OBJ_ELF] (md_pseudo_table) <long, int, word, short>: Use them.
(GOT_symbol): New variable.
(md_undefined_symbol): Set it.
2000-09-02 02:36:27 +00:00
bfd * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT, 2000-09-02 02:33:26 +00:00
binutils * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
config merge with gcc 2000-07-22 08:20:10 +00:00
etc
gas * config/tc-sh.h [OBJ_ELF] (TC_FIX_ADJUSTABLE): Define. 2000-09-02 02:36:27 +00:00
gdb Corrected spelling errors in various source files. 2000-09-02 00:16:59 +00:00
gprof * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
include * sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT, 2000-09-02 02:24:02 +00:00
intl
ld * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
libiberty (From GCC:) Add testcases and missing changelogs: 2000-08-31 22:16:08 +00:00
mmalloc
opcodes * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
readline
sim 2000-08-28 Dave Brolley <brolley@redhat.com> 2000-08-28 18:20:30 +00:00
texinfo
.cvsignore
ChangeLog * ltconfig, ltmain.sh: Updated from libtool multi-language branch. 2000-08-31 09:25:11 +00:00
config-ml.in * config-ml.in (CC, CXX): Avoid trailing whitespace. 2000-08-22 05:01:20 +00:00
config.guess
config.if merge with gcc 2000-07-22 08:20:10 +00:00
config.sub * config.sub: Update to subversions version 2000-07-06. 2000-07-20 18:03:17 +00:00
configure * configure (topsrcdir): Don't use dirname. 2000-07-23 17:42:34 +00:00
configure.in * Makefile.in (ALL_MODULES): Add all-cgen. 2000-08-20 22:56:17 +00:00
COPYING
COPYING.LIB
djunpack.bat
gettext.m4 * ltconfig, ltmain.sh: Updated from libtool multi-language branch. 2000-08-31 09:25:11 +00:00
install-sh
libtool.m4 * ltconfig, ltmain.sh: Updated from libtool multi-language branch. 2000-08-31 09:25:11 +00:00
ltcf-c.sh * ltconfig, ltmain.sh: Updated from libtool multi-language branch. 2000-08-31 09:25:11 +00:00
ltconfig * ltconfig, ltmain.sh: Updated from libtool multi-language branch. 2000-08-31 09:25:11 +00:00
ltmain.sh * ltconfig, ltmain.sh: Updated from libtool multi-language branch. 2000-08-31 09:25:11 +00:00
MAINTAINERS * s/sourceware.cygnus.com/sources.redhat.com/ throughout 2000-07-28 10:09:30 +00:00
Makefile.in * Makefile.in (ALL_MODULES): Add all-cgen. 2000-08-20 22:56:17 +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
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.