old-cross-binutils/binutils
Chris Demetriou af7ee8bfa9 [ bfd/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

	* aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
	* archures.c (bfd_mach_mipsisa32r2): New define.
	* bfd-in2.h: Regenerate.
	* cpu-mips.c (I_mipsisa32r2): New enum value.
	(arch_info_struct): Add entry for I_mipsisa32r2.
	* elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
	(_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
	(_bfd_mips_elf_final_write_processing): Add
	bfd_mach_mipsisa32r2 case.
	(_bfd_mips_elf_merge_private_bfd_data): Handle merging of
	binaries marked as using MIPS32 Release 2.

[ binutils/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

	* doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
	changes in MIPS -M options.

[ gas/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

	* configure.in: Recognize mipsisa32r2, mipsisa32r2el, and
	CPU variants.
	* configure: Regenerate.
	* config/tc-mips.c (ISA_HAS_DROR, ISA_HAS_ROR): New defines.
	(macro_build): Handle "K" operand.
	(macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where
	CPU_HAS_DROR and CPU_HAS_ROR are currently used.
	(mips_ip): New variable "lastpos", and implement "+A", "+B",
	and "+C" operands for MIPS32 Release 2 ins/ext instructions.
	Implement "K" operand for MIPS32 Release 2 rdhwr instruction.
	(validate_mips_insn): Implement "+" as a way to extend the
	allowed operands, and implement "K", "+A", "+B", and "+C"
	operands.
	(OPTION_MIPS32R2): New define.
	(md_longopts): Add entry for OPTION_MIPS32R2.
	(OPTION_ELF_BASE): Adjust to accomodate OPTIONS_MIPS32R2.
	(md_parse_option): Handle OPTION_MIPS32R2.
	(s_mipsset): Reimplement handling of ".set mipsN" options
	and add support for ".set mips32r2".
	(mips_cpu_info_table): Add entry for "mips32r2" (MIPS32 Release 2).
	(md_show_usage): Document "-mips32r2" option.
	* doc/as.texinfo: Document "-mips32r2" option.
	* doc/c-mips.texi: Likewise.

[ gas/testsuite/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

	* gas/mips/cp0-names-mips32r2.d: New test.
	* gas/mips/hwr-names-mips32r2.d: New test.
	* gas/mips/hwr-names-numeric.d: New test.
	* gas/mips/hwr-names.s: New test source file.
	* gas/mips/mips32r2.d: New test.
	* gas/mips/mips32r2.s: New test source file.
	* gas/mips/mips32r2-ill.l: New test.
	* gas/mips/mips32r2-ill.s: New test source file.
	* gas/mips/mips.exp: Add mips32r2 architecture data array
	entry.  Run new tests mentioned above.

[ include/elf/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

	* mips.h (E_MIPS_ARCH_32R2): New define.

[ include/opcode/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

	* mips.h: Document "+" as the start of two-character operand
	type names, and add new "K", "+A", "+B", and "+C" operand types.
	(OP_MASK_INSMSB, OP_SH_INSMSB, OP_MASK_EXTMSB)
	(OP_SH_EXTMSB, INSN_ISA32R2, ISA_MIPS32R2, CPU_MIPS32R2): New
	defines.

[ opcodes/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

	* mips-dis.c (mips_cp0_names_mips3264r2, mips_hwr_names_numeric)
	(mips_hwr_names_mips3264r2): New arrays.
	(mips_arch_choice): New "hwr_names" member.
	(mips_arch_choices): Adjust for structure change, and add a new
	entry for "mips32r2" ISA.
	(mips_hwr_names): New variable.
	(set_default_mips_dis_options): Set mips_hwr_names.
	(parse_mips_dis_option): New "hwr-names" option which sets
	mips_hwr_names, and adjust "reg-names=ARCH" to set mips_hwr_names.
	(print_insn_arg): Change return type to "int"
	and use that to indicate number of characters consumed.
	Add support for "+" operand extension character, "+A", "+B",
	"+C", and "K" operands.
	(print_insn_mips): Adjust for changes to print_insn_arg.
	(print_mips_disassembler_options): Adjust for "hwr-names"
	addition and "reg-names" change.
	* mips-opc (I33): New define (shorthand for INSN_ISA32R2).
	(mips_builtin_opcodes): Note that "nop" and "ssnop" are special
	forms of "sll".  Add new MIPS32 Release 2 instructions: ehb,
	di, ei, ext, ins, jr.hb, jalr.hb, mfhc1, mfhc2, mthc1, mthc2,
	rdhwr, rdpgpr, seb, seh, synci, wrpgpr, wsbh.
	Note that hardware rotate instructions (ror, rorv) can be
	used on MIPS32 Release 2, and add the official mnemonics
	for them (rotr, rotrv) and the similar "rotl" mnemonic for
	left-rotate.
2002-12-31 07:29:29 +00:00
..
doc [ bfd/ChangeLog ] 2002-12-31 07:29:29 +00:00
po Add new/updated Danish translations 2002-11-12 10:08:25 +00:00
testsuite TIC4X testcase commit 2002-11-18 08:28:44 +00:00
acinclude.m4 * acinclude.m4 (AM_PROG_LEX): Override installed definition. 2001-02-08 06:01:31 +00:00
aclocal.m4 Define SKIP_ZEROES as 32 for tic4x target in order to ensure proper 2002-10-23 14:49:08 +00:00
addr2line.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
ar.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
arlex.l * arlex.l: Use #include "" instead of <> for local header files. 2002-05-25 12:51:38 +00:00
arparse.y * arparse.y: Fix syntax warning. 2002-04-17 13:05:55 +00:00
arsup.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
arsup.h * addr2line.c: Fix formatting. 2002-05-19 16:17:54 +00:00
binemul.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
binemul.h s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
bucomm.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
bucomm.h s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
budbg.h s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
budemang.c * budemang.c: Include config.h and string.h/strings.h. 2002-07-23 05:12:26 +00:00
budemang.h * budemang.c: New file, "demangle" function. 2002-07-02 04:21:25 +00:00
ChangeLog [ bfd/ChangeLog ] 2002-12-31 07:29:29 +00:00
ChangeLog-9197 Fix some entries. 2001-05-28 10:37:50 +00:00
ChangeLog-9899 Rotate ChangeLogs 2001-01-11 19:01:42 +00:00
coffdump.c * arlex.l: Use #include "" instead of <> for local header files. 2002-05-25 12:51:38 +00:00
coffgrok.c * arlex.l: Use #include "" instead of <> for local header files. 2002-05-25 12:51:38 +00:00
coffgrok.h * addr2line.c: Fix formatting. 2002-05-19 16:17:54 +00:00
config.in Define SKIP_ZEROES as 32 for tic4x target in order to ensure proper 2002-10-23 14:49:08 +00:00
configure Fix IA-64 opc-d.x gas testsuite failure. 2002-12-05 18:33:27 +00:00
configure.com 19990502 sourceware import 1999-05-03 07:29:11 +00:00
configure.in Fix IA-64 opc-d.x gas testsuite failure. 2002-12-05 18:33:27 +00:00
configure.tgt Add AIX 64 shared library support and emulation layer for binutils 2002-03-18 12:46:27 +00:00
cxxfilt.c binutils: 2002-09-17 07:09:47 +00:00
debug.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
debug.h s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
deflex.l Adds support for fastcall symbols as used on Microsoft Windows platforms 2002-11-06 19:36:20 +00:00
defparse.y * defparse.y (opt_equal_name): allow "." in name. 2001-03-14 02:56:45 +00:00
dep-in.sed * dep-in.sed: Cope with absolute paths. 2002-04-04 14:07:22 +00:00
dlltool.c * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of 2002-12-12 21:10:09 +00:00
dlltool.h Fix typos in ChangeLogs and update copyright notices 2001-03-13 06:43:59 +00:00
dllwrap.c * debug.c: Fix formatting. 2002-05-20 18:23:05 +00:00
emul_aix.c * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of 2002-12-12 21:10:09 +00:00
emul_vanilla.c * debug.c: Fix formatting. 2002-05-20 18:23:05 +00:00
filemode.c * filemode.c: Fix formatting. 2002-05-21 19:34:58 +00:00
ieee.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
is-ranlib.c * filemode.c: Fix formatting. 2002-05-21 19:34:58 +00:00
is-strip.c * filemode.c: Fix formatting. 2002-05-21 19:34:58 +00:00
mac-binutils.r 19990502 sourceware import 1999-05-03 07:29:11 +00:00
MAINTAINERS * MAINTAINERS: Change e-mail address back to airs.com. 2002-12-04 17:11:34 +00:00
Makefile.am Add support for msp430. 2002-12-30 19:25:13 +00:00
Makefile.in Add support for msp430. 2002-12-30 19:25:13 +00:00
makefile.vms-in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
maybe-ranlib.c * filemode.c: Fix formatting. 2002-05-21 19:34:58 +00:00
maybe-strip.c * filemode.c: Fix formatting. 2002-05-21 19:34:58 +00:00
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-make.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
NEWS Add support for 'S' encoding to strings - display 8-bit characters. 2002-12-23 10:37:38 +00:00
nlmconv.c Change linker's default behaviour - it will now reject binary files whoes 2002-12-23 10:45:03 +00:00
nlmconv.h s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
nlmheader.y s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
nm.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
not-ranlib.c * filemode.c: Fix formatting. 2002-05-21 19:34:58 +00:00
not-strip.c * filemode.c: Fix formatting. 2002-05-21 19:34:58 +00:00
objcopy.c Added --prefix-symbols <prefix> option to rename all symbols by adding the 2002-12-13 13:19:44 +00:00
objdump.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
prdbg.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
ranlib.sh 19990502 sourceware import 1999-05-03 07:29:11 +00:00
rclex.l * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings 2002-05-05 23:19:32 +00:00
rcparse.y Don't warn about ALT use with non-VIRTKEY. 2002-08-14 10:44:54 +00:00
rdcoff.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
rddbg.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
readelf.c Add support for msp430. 2002-12-30 19:25:13 +00:00
README * README <building ar>: Don't use libibery's needed_list or 2002-12-19 22:42:38 +00:00
rename.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
resbin.c * rdcoff.c: Fix formatting. 2002-05-23 04:11:57 +00:00
rescoff.c Fix typos in ChangeLogs and update copyright notices 2001-03-13 06:43:59 +00:00
resrc.c * rdcoff.c: Fix formatting. 2002-05-23 04:11:57 +00:00
resres.c * rdcoff.c: Fix formatting. 2002-05-23 04:11:57 +00:00
sanity.sh 19990502 sourceware import 1999-05-03 07:29:11 +00:00
size.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
srconv.c * arlex.l: Use #include "" instead of <> for local header files. 2002-05-25 12:51:38 +00:00
stabs.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
strings.c Add support for 'S' encoding to strings - display 8-bit characters. 2002-12-23 10:37:38 +00:00
sysdump.c * arlex.l: Use #include "" instead of <> for local header files. 2002-05-25 12:51:38 +00:00
sysinfo.y * coffgrok.h: Add missing parameter for prototype of coff_grok. 2001-08-21 10:02:27 +00:00
syslex.l Fix typos in ChangeLogs and update copyright notices 2001-03-13 06:43:59 +00:00
sysroff.info 19990502 sourceware import 1999-05-03 07:29:11 +00:00
unwind-ia64.c * unwind-ia64.c (unw_print_brmask): Don't use sprintf. 2002-05-27 08:40:35 +00:00
unwind-ia64.h s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
version.c * Makefile.am: Run "make dep-am". 2002-10-14 12:07:58 +00:00
windres.c * dlltool.c (process_def_file): Add missing prototype. 2002-05-05 23:25:27 +00:00
windres.h * arlex.l: Use #include "" instead of <> for local header files. 2002-05-25 12:51:38 +00:00
winduni.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
winduni.h * arlex.l: Use #include "" instead of <> for local header files. 2002-05-25 12:51:38 +00:00
wrstabs.c s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00

		README for BINUTILS

These are the GNU binutils.  These are utilities of use when dealing
with binary files, either object files or executables.  These tools
consist of the linker (ld), the assembler (gas), and the profiler
(gprof) each of which have their own sub-directory named after them.
There is also a collection of other binary tools, including the
disassembler (objdump) in this directory.  These tools make use of a
pair of libraries (bfd and opcodes) and a common set of header files
(include).

There are README and NEWS files in most of the program sub-directories
which give more information about those specific programs.


Unpacking and Installation -- quick overview
============================================

When you unpack the binutils archive file, you will get a directory
called something like `binutils-XXX', where XXX is the number of the
release.  (Probably 2.12 or higher).  This directory contains
various files and sub-directories.  Most of the files in the top
directory are for information and for configuration.  The actual
source code is in sub-directories.

To build binutils, you can just do:

	cd binutils-XXX
	./configure [options]
	make
	make install # copies the programs files into /usr/local/bin
		     # by default.

This will configure and build all the libraries as well as the
assembler, the binutils, and the linker.

If you have GNU make, we recommend building in a different directory:

	mkdir objdir
	cd objdir
	../binutils-XXX/configure [options]
	make
	make install

This relies on the VPATH feature of GNU make.

By default, the binutils will be configured to support the system on
which they are built.  When doing cross development, use the --target
configure option to specify a different target, eg:

	./configure --target=foo-elf        

The --enable-targets option adds support for more binary file formats
besides the default.  List them as the argument to --enable-targets,
separated by commas.  For example:

	./configure --enable-targets=sun3,rs6000-aix,decstation

The name 'all' compiles in support for all valid BFD targets:

	./configure --enable-targets=all

On 32-bit hosts though, this support will be restricted to 32-bit
target unless the --enable-64-bit-bfd option is also used:

	./configure --enable-64-bit-bfd --enable-targets=all
	
You can also specify the --enable-shared option when you run
configure.  This will build the BFD and opcodes libraries as shared
libraries.  You can use arguments with the --enable-shared option to
indicate that only certain libraries should be built shared; for
example, --enable-shared=bfd.  The only potential shared libraries in
a binutils release are bfd and opcodes.

The binutils will be linked against the shared libraries.  The build
step will attempt to place the correct library in the run-time search
path for the binaries.  However, in some cases, after you install the
binaries, you may have to set an environment variable, normally
LD_LIBRARY_PATH, so that the system can find the installed libbfd
shared library.

To build under openVMS/AXP, see the file makefile.vms in the top level
directory.


If you don't have ar
====================

If your system does not already have an 'ar' program, the normal
binutils build process will not work.  In this case, run configure as
usual.  Before running make, run this script:

#!/bin/sh
MAKE_PROG="${MAKE-make}"
MAKE="${MAKE_PROG} AR=true LINK=true"
export MAKE
${MAKE} $* all-libiberty
${MAKE} $* all-intl
${MAKE} $* all-bfd
cd binutils
MAKE="${MAKE_PROG}"
export MAKE
${MAKE} $* ar_DEPENDENCIES= ar_LDADD='../bfd/*.o ../libiberty/*.o `if test -f ../intl/gettext.o; then echo '../intl/*.o'; fi`' ar

This script will build an ar program in binutils/ar.  Move binutils/ar
into a directory on your PATH.  After doing this, you can run make as
usual to build the complete binutils distribution.  You do not need
the ranlib program in order to build the distribution.

Porting
=======

Binutils-2.12 supports many different architectures, but there
are many more not supported, including some that were supported
by earlier versions.  We are hoping for volunteers to improve this
situation.

The major effort in porting binutils to a new host and/or target
architecture involves the BFD library.  There is some documentation
in ../bfd/doc.  The file ../gdb/doc/gdbint.texinfo (distributed
with gdb-5.x) may also be of help.

Reporting bugs
==============

Send bug reports and patches to:

   bug-binutils@gnu.org.

Always mention the version number you are running; this is printed by
running any of the binutils with the --version option.  We appreciate
reports about bugs, but we do not promise to fix them.

VMS
===

This section was written by Klaus K"ampf <kkaempf@rmi.de>.  It
describes how to build and install the binutils on openVMS (Alpha and
Vax).  (The BFD library only supports reading Vax object files.)

Compiling the release:

To compile the gnu binary utilities and the gnu assembler, you'll
need DEC C or GNU C for openVMS/Alpha. You'll need *both* compilers
on openVMS/Vax.

Compiling with either DEC C or GNU C works on openVMS/Alpha only. Some
of the opcodes and binutils files trap a bug in the DEC C optimizer,
so these files must be compiled with /noopt.

Compiling on openVMS/Vax is a bit complicated, as the bfd library traps
a bug in GNU C and the gnu assembler a bug in (my version of) DEC C.

I never tried compiling with VAX C.


You further need GNU Make Version 3.76 or later. This is available
at ftp.progis.de or any GNU archive site. The makefiles assume that
gmake starts gnu make as a foreign command.

If you're compiling with DEC C or VAX C, you must run

  $ @setup

before starting gnu-make. This isn't needed with GNU C.

On the Alpha you can choose the compiler by editing the toplevel
makefile.vms. Either select CC=cc (for DEC C) or CC=gcc (for GNU C)


Installing the release

Provided that your directory setup conforms to the GNU on openVMS
standard, you already have a concealed device named 'GNU_ROOT'.
In this case, a simple

 $ gmake install

suffices to copy all programs and libraries to the proper directories.

Define the programs as foreign commands by adding these lines to your
login.com:

  $ gas :== $GNU_ROOT:[bin]as.exe
  $ size :== $GNU_ROOT:[bin]size.exe
  $ nm :== $GNU_ROOT:[bin]nm.exe
  $ objdump :== $GNU_ROOT:[bin]objdump.exe
  $ strings :== $GNU_ROOT:[bin]strings.exe

If you have a different directory setup, copy the binary utilities
([.binutils]size.exe, [.binutils]nm.exe, [.binutils]objdump.exe,
and [.binutils]strings.exe) and the gnu assembler and preprocessor
([.gas]as.exe and [.gas]gasp.exe]) to a directory of your choice
and define all programs as foreign commands.


If you're satisfied with the compilation, you may want to remove
unneeded objects and libraries:

  $ gmake clean


If you have any problems or questions about the binutils on VMS, feel
free to mail me at kkaempf@rmi.de.