opnsense-src/gnu/usr.bin/binutils
Juli Mallett 5619a3e4bf Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.
o) Add TARGET_ABI to the MIPS toolchain build process.  This sets the default
   ABI to one of o32, n32 or n64.  If it is not set, o32 is assumed as that is
   the current default.
o) Set the default GCC cpu type to any specified TARGET_CPUTYPE.  This is
   necessary to have a working "cc" if e.g. mips64 is specified, as binutils
   will refuse to link objects using different ISAs in some cases.
o) Add support for n32 and n64 ABIs to binutils and GCC.
o) Add additional required libgcc2 stubs for n32 and n64.
o) Add support for the "mips64r2" architecture to GCC.  Add the "octeon"
o) When static linking, wrap default libraries in --start-group and
   --end-group.  This is required for static linking to work on n64 with the
   interdependencies between libraries there.  This is what other OSes that
   support n64 seem to do, as well.
o) Fix our GCC spec to define __mips64 for 64-bit targets, not __mips64__, the
   former being what libgcc, etc., check and the latter seemingly being a
   misspelling of a hand merge from a Linux spec.
o) When no TARGET_CPUTYPE is specified at build time, make GCC take the default
   ISA from the ABI.  Our old defaults were too liberal and assumed that 64-bit
   ABIs should default to the MIPS64 ISA and that 32-bit ABIs should default to
   the MIPS32 ISA, when we are supporting or will support some systems based on
   earlier 32-bit and 64-bit ISAs, most notably MIPS-III.
o) Merge a new opcode file (and support code) from a later version of binutils
   and add flags and code necessary to support Octeon-specific instructions.
   This should also make merging opcodes for other modern architectures easier.

Reviewed by:	imp
2010-06-02 11:06:03 +00:00
..
addr2line Updated Bmake framework for Binutils 2.15. 2004-06-16 07:09:44 +00:00
ar Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forced 2008-03-02 11:10:46 +00:00
as Push mips support for as into the tree. 2008-12-11 08:15:14 +00:00
doc Removed. It was used for building gdb docs, which we don't do here 2004-06-27 03:34:54 +00:00
gasp Scheduled mdoc(7) sweep. 2005-01-09 19:54:23 +00:00
gdb Remove alpha support from here too. FreeBSD 6 was the last branch to 2010-02-03 18:32:29 +00:00
gdbreplay Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
ld Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain. 2010-06-02 11:06:03 +00:00
libbfd Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain. 2010-06-02 11:06:03 +00:00
libbinutils For variables that are only checked with defined(), don't provide 2004-10-24 15:33:08 +00:00
libiberty Allow one to force with issue with 'TARGET_BIG_ENDIAN'. 2006-11-06 02:32:29 +00:00
libopcodes Remove alpha support from here too. FreeBSD 6 was the last branch to 2010-02-03 18:32:29 +00:00
nm Updated Bmake framework for Binutils 2.15. 2004-06-16 07:09:44 +00:00
objcopy Updated Bmake framework for Binutils 2.15. 2004-06-16 07:09:44 +00:00
objdump Lower WARNS to avoid warning about type-punned casting. 2008-05-04 04:13:35 +00:00
ranlib Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forced 2008-03-02 11:10:46 +00:00
readelf Updated Bmake framework for Binutils 2.15. 2004-06-16 07:09:44 +00:00
size Updated Bmake framework for Binutils 2.15. 2004-06-16 07:09:44 +00:00
strings Updated Bmake framework for Binutils 2.15. 2004-06-16 07:09:44 +00:00
strip Updated Bmake framework for Binutils 2.15. 2004-06-16 07:09:44 +00:00
Makefile GDB has moved up one level. 2004-06-25 07:34:56 +00:00
Makefile.inc Remove another reference to alpha... 2010-02-03 02:39:08 +00:00
Makefile.inc0 Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain. 2010-06-02 11:06:03 +00:00
update.sh Our OS name is "freebsd", not "freebsdelf". 2000-12-15 20:11:28 +00:00